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 / jyothi
77 for independent data names
88 for conditional codes
66 for renames
correct answer for the above question is "any level from 02
to 49"
| Is This Answer Correct ? | 17 Yes | 0 No |
Post New Answer View All Answers
What are various search techniques in cobol? Explain.
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 is the problem of ordered sequential files access?
What are the different rules for performing sort operation?
What is inspect in cobol ?
which is Best IBM Mainframe Training and Placement Institute in Ameerpet Hyderabad
What are the pertinent COBOL
How did the release of cobol/370 version 1.3 improve the performance of release 1.1?
What is the difference between external and global variables in COBOL?
What is cobol?
What are the access modes of START statement?
EXPLAIN MAIN FRAME TESTING PROCESS...HOW TO FIX THE MAINFRAME BUGS?
I need to compare 3 variables(dates) and do some processing based on the earliest date. There could be more then 1 date record in any of the 3 fields. What is the best way to code this?
2 input fles: 2 flat files, with different number of records. both are having unique key for each record and already sorted in ascending order . match these files using unique key and in output only matching key value has to be written. please procide cobol logic
What is amode(24), amode(31), rmode(24) and rmode(any) (applicable to only mvsesa enterprise server) ?