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 / guest
d
| Is This Answer Correct ? | 26 Yes | 1 No |
Post New Answer View All Answers
Write a program to explain size error.
What are declaratives and what are their uses in cobol?
What is link edit in cobol?
Name the divisions, which are available in a cobol program?
If you are current on the owner of a set, what is the difference between obtain next and obtain first?
Explain what you understand by passing by value.
Discuss about changing dataset name in proc.
How you can characterize tables in cobol?
What is report-item in COBOL?
Why would you use find and get rather than to obtain?
How do you define a variable of comp-1 and comp-2?
Write a cobol program making use of the redefine clause.
What is the compute verb? How is it used?
Differentiate between structured cobol programming and object-oriented cobol programming.
How to read the 2nd last record of a VSAM file? (The file size is huge and we don't know the key)