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 define dynamic array in cobol.
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?
EXPLAIN MAIN FRAME TESTING PROCESS...HOW TO FIX THE MAINFRAME BUGS?
Are you comfortable in cobol or jcl?
What is the difference between structured cobol programming and object alternativelyiented cobol?
) How do u handle errors in BMS macro?
What are all the divisions of a COBOL program?
What is the Purpose of POINTER Phrase in STRING command in COBOL?
how do you reference the printer file formats from cobol programs
Discuss about changing dataset name in proc.
What guidelines should be followed to write a structured cobol prgm?
How do define dynamic array in cobol. how do you define single dimensional array and multidimensional array in your cobol?
What are the different open modes available in cobol?
What the difference is between continue and next sentence?
If you are current on the owner of a set, what is the difference between obtain next and obtain first?