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 / prabhu shankar
the correct answer is d)
77 for Picture Clause
88 for redefine
66 for renames
01 is the starting levels for cobol.
| Is This Answer Correct ? | 4 Yes | 6 No |
Post New Answer View All Answers
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?
Explain how to differentiate call by context by comparing it to other calls?
How do you get the data to code the BMS macro?
What the difference is between continue and next sentence?
Write some characteristics of cobol as means of business language.
What is the LINKAGE SECTION used in COBOL?
What is the default value(s) for an initialize and what keyword allows for an override of the default?
What is a SSRANGE and NOSSRANGE?
What are the pertinent COBOL
How to remove 2 duplicate records and copy only one using job control language?
How to remove the spaces at the end of each record in the output file of variable length, via cobol program?
What is the difference between comp and comp-3 usage?
Are you comfortable in cobol or jcl?
What is the difference between next sentence and continue in cobol programing language?
What are the different rules of SORT operation?