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 / arun karthik
ANSWER: D
OCCURS CANNOT APPEAR ON LEVELS 01,66,77 AND 88.
| Is This Answer Correct ? | 16 Yes | 1 No |
Post New Answer View All Answers
Write some characteristics of cobol as means of business language.
how do you reference the ksds vsam file formats from cobol programs
What is amode(24), amode(31), rmode(24) and rmode(any) (applicable to only mvsesa enterprise server) ?
how to access the file from prodution from changeman tool and to submit a file to production
How do get the result of your program directly on your pc?
Explain how will you differentiate between an internal and an external sort, the pros and cons, internal sort syntax etc
How do you reference the fixed block file formats from cobol programs
i want a program using by if, evaluate , string, unstring, perform, occurs?
explain sorting techniques in cobol program?
Our issue is there seems to be a disconnect, or no link, between our SELECT statement and our SD. We had SELECT SORT-FILE and SELECT SORT-FILE ASSIGN TO SORTWRK. ASSIGN TO SORTWRK1 SORTWRK2 SORTWRK3 SORTWRK4. with SD SORT_FILE RECORD CONTAINS 7833 CHARACTERS. In either case, at run time, the system ignored our SORTWRK# DD statements and allocated 16 sort works with the SORTWK## naming convention. Any ideas why the system does not recognize the connection? We do not even need the SORTWRK DD statements. Thanks
What are the different data types in cobol?
Write the code implementing the perform … varying.
What is the default value(s) for an initialize and what keyword allows for an override of the default?
Explain how to differentiate call by context by comparing it to other calls?
What is the usage of comp fields in cobol?