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 / sriharsha
d is the right answer as Occurs cannont be used for 01, 77
& 88 levels.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
please..could u give an example about USAGE IS POINTER ..and explain why and when we use it ?
What is the difference between PIC 9.99 and 9v99 in COBOL?
how can i see junk values in dclgen or in hostvariable of comp ?
INREC AND OUTREC? HOW TO SPLIT 5K RECORDS TO DIFFERENT FILES IN A FILE IN COBOL? RESTART IN COBOL-DB2? ISOLATION LEVELS?
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 are literals?
What is Pic 9v99 Indicates in COBOL?
How do you get the data to code the BMS macro?
What is the difference between comp and comp-3?
how do you reference the rrds file formats from cobol programs
what is the use of outrecord?
How do you code cobol to access a parameter that has been defined in jcl? And do you code the parm parameter on the exec line in jcl?
What is the Purpose of Pointer in the string?
How are the next sentence and continue different from each other?
How to use the same COBOL program in Batch and CICS on lines? explain with an example