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 / gopal chand
Answer is D:
Occurs Clause is used from 02 - 49 Levels. But Some
Compliers are accepted in 01 Level also
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
What is the difference between structured cobol programming and object alternativelyiented cobol?
I have to write to a outfile where the number of records in that file should be the header of that file using IMS.. can anyone help me in this issue
What are INPUT PROCEDURE and OUTPUT PROCEDURE?
What is Pic 9v99 Indicates in COBOL?
How to change size of Initial number of records to *NOMAX for ALL PF files from perticular library, how can I do that
How do we get current date from system with century in COBOL?
How can i load all the data from a file to Table (array) in cobol.How i manage the occurs clause with out reading the file.Any options avilable ? Please can any one help me it is urgent?
What are 77 levels used for?
What is amode(31)
Whats the difference between search & search ALL?
What is cobol?
INREC AND OUTREC? HOW TO SPLIT 5K RECORDS TO DIFFERENT FILES IN A FILE IN COBOL? RESTART IN COBOL-DB2? ISOLATION LEVELS?
How to traceback if I am getting SOC7 or SOC4 abend? List down the steps
What is the difference between Global and External Variables?
how do you reference the variable block file formats from cobol programs