OCCURS clause is used in the DATA DIVISION on data names at
(a) 01 level
(b) 77 level
(c) 88 level
(d) any level from 02 to 49
Answer Posted / yogesh
Occurs clause can be coded only in the levels between 02 to
49
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
how do you reference the ksds vsam file formats from cobol programs
What are the cobol coding sheets?
What is the local-storage section?
Define cobol?
What is a SSRANGE and NOSSRANGE?
Whats the difference between search & search ALL?
What type of SDLC u followed? Why?
How to use the same COBOL program in Batch and CICS on lines? explain with an example
What happens when we move a comp-3 field to an edited (say z (9). Zz-)?
)If there are 10 steps in GDG, if I want to refer the step2 after step5 . what should I do?
How to get the last record in vsam file in cluster? And how can you get the kids file records into your cobol program?
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 are the various section in data division and briefly explain them.
what is the use of outrecord?
Explain sorting techniques in cobol program? Provide the sort file definition, the sort statement, its syntax and meaning