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
What is the difference between goback, stop run and exit program in cobol?
System Testing for Mainframe Developers What is System Testing? integration testing ? what's the procedure ..
how to convert the recors form vsam file to db2 table tru file aid
In which area will you utilize 88 level items in cobol?
Define static linking and dynamic linking.
i have 10 names in an array and my name is one of them also array is not in sorted order i need to display my name using index how will i do this
How do you differentiate between cobol and cobol-ii?
Write a program to explain size error.
Which is not true about evaluate statement
how we sort two input files based on a common column and giving one o/p file please send me the coding logic?
I have File 1 occurs 5 times with Employee-ID,Employee-Name,Employee-Dept (EEE and MECH). I have File 2 occurs 10 times with Employee-ID,Employee-Name,Employee-Dept (EEE,CIVIL,CHEMICAL and MECH). In FIle 1 and FIle 2 , for matching Employee-DEPT (Only MECH) , we need to move entire records from file1 to file 2. We should not use 2D array. Your help is needed here.
What is the difference between PIC 9.99 and PIC9v99?
What the difference is between continue and next sentence?
how do you reference the rrds file formats from cobol programs
How can you get the ksds file records into your cobol program?