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
How arrays can be defined in COBOL?
please..could u give an example about USAGE IS POINTER ..and explain why and when we use it ?
What is cobol?
What is inspect in cobol ?
What is the difference between next sentence and continue in cobol programing language?
Name some of the examples of COBOl 11?
2 input fles: 2 flat files, with different number of records. both are having unique key for each record and already sorted in ascending order . match these files using unique key and in output only matching key value has to be written. please procide cobol logic
What is the utilization of copybook in cobol?
how to move the records from file to array table. give with code example
How do define dynamic array in cobol.
how to refer the data field?
Can you please let me know the centre name of INS certification in Kolkata.
System Testing for Mainframe Developers What is System Testing? integration testing ? what's the procedure ..
How can you get the ksds file records into your cobol program?
) how do u code after getting data?