Write a cobol program making use of the redefine clause.
No Answer is Posted For this Question
Be the First to Post Answer
What will happen if we generate GDG +2 version instead of +1 version?
can you declare redefine in level 01?
What is the difference between a binary search and a sequential search?
What are the different open modes available in cobol?
For rewrite, why is it mandatory that file needs to be opened?
how can we get current dat and time thru cobol pgm
in cobol i have one file it contains records like 10,4,23,98,7,90..... total records 100. iwant 10 to 20 in reverse order in cobol environ ment any one please give the answer......
What is the difference between Call and a Link?
How to read the 2nd last record of a VSAM file? (The file size is huge and we don't know the key)
How many divisions we have in Cobol ?
)If there are 10 steps in GDG, if I want to refer the step2 after step5 . what should I do?
suppose there is one PF having two members PF1 PF2.PF has one unique key Emp ID.could you tell me uniqueness in PF will be effective across members as well ? assume emp iD 3333 is in member PF1 would same Emp id be exist also in member PF2 ?