why occurs clause not mentioned in 01 level
Answer Posted / m
we have 2 types of redefines
1. Explicit redefines -- we generally use in our cobol
logic using redefine keyword.
2. Implicit redefines -- system redefines its spaces
accordingly .. eg: the variable/record defined with 01
level are usually redefined by the system.
this is th ereason why we wont define occurs clause @ 01
level
| Is This Answer Correct ? | 8 Yes | 2 No |
Post New Answer View All Answers
What is amode(24)?
How do you reference the fixed block file formats from cobol programs
Can you please let me know the centre name of INS certification in Kolkata.
What is the difference between structured cobol programming and object alternativelyiented cobol?
Define static linking and dynamic linking.
What are the different rules of SORT operation?
) what is the difference between AID and HANDLE AID?
Write down the divisions of cobol program?
Name the divisions, which are available in a cobol program?
1.Is it possible to move the data from 99.99 to 99v99? 2.What is the CICS-vsam Compilation process? 3.In My GDG 5 generation will be there GDG3 got an abend what will happen? 4.In my GDG first generation is +1 And I want to add the new generation what will happen previous generation? 5.How can you give the PIC clause below conditions A). s9 (reddy), B). s9 (5) occurs 5 times? 6.How override the proc from a particular step? and what is symbolic and override Procs?
What is the utilization of copybook in cobol? Could we utilize a similar copybook?
Explain sorting techniques in cobol program? Provide the sort file definition, the sort statement, its syntax and meaning
write a cobol logic. i have file that has 10 records .1 record go to first output file and second record goes to 2 output and etc
what is the use of outrecord?
What is static and dynamic call in cobol?