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
Answers were Sorted based on User's Feedback
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 |
Answer / 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 |
How to get the last record in vsam file in cluster? And how can you get the ksds file records into cobol program?
How to remove the spaces at end of each record in the output file Via COBOL program? note: The file has a VB length
whats the difference between search and search all?
Consider the following: 77 A PIC 9(10) 77 B PIC 9(10) 77 C PIC 9(19) MULTIPLY AB BY B GIVING C Which of the following is true ? (a) The execution of the above may result in size error. (b) The execution of the above will result in size error. (c) The definition of C is invalid resulting in compilation error. (d) No error will be thee and the program would proceed correctly.
how can we fetch 3 records in cobol pgm any coding pls ?
tell me about examine inspect and evaluate ?
i need a program by giving input as a abcd in any randem order but i need a output as 1234 related to abcd. i.e,. a for 1,b=2,c.....etc..
DATAONLY, MAPONLY functionality?
i need a small 3d program using inline and outline.
What does the IS NUMERIC clause establish ?
what is index and how to use two tables using index?
how you will define variables length in cobol.