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 / ashish agarwal
88
| Is This Answer Correct ? | 1 Yes | 18 No |
Post New Answer View All Answers
What is rmode(24)
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
I have program P1 which calls file F1 which has 100 records and following structure 001 .................. 002 .................. 003 .................. 098 .................... 099 ................... 100 .................... Now I want to read these files and write these records in file F2 in following manner. 001 ...... 051 ..... 002 ...... 052 ..... 003 ...... 053 ..... .......... ....... .......... ....... .......... ....... 048 ........ 098 ...... 049 .......... 099 ....... 050 .... 100 ......
How are the next sentence and continue different from each other?
What is the LINKAGE SECTION used in COBOL?
If you are current on the owner of a set, what is the difference between obtain next and obtain first?
Explain the configuration section of a cobol program with examples of syntax.
What is the difference between structured cobol programming and object alternativelyiented cobol programming?
I have one ps file in which there are 3 fileds emp_no,emp_name and leave_app.this ps file information give the detail of employee which is going to apply for leave.suppose emp_no=113430,emp_name=ajay,leave_app=1 that means he is going to apply for 1 day leave.and accordingling the table in db2 will be updated means if he has that no of leave in his account then he will get dat leave and updated acc. in table(leave_balance=previous leave present in table-leave_app).Now i want to check whther the updated result is correct or not by comparing the two ps file using IEBCOMPARE or icetool so what is going to be the two ps file and how its is going to be compare.
Write a program to explain size error.
How to fetch 1000 error records from VSAM file(Eg: 1000000 records present) while getting SOC7 abend ?
INREC AND OUTREC? HOW TO SPLIT 5K RECORDS TO DIFFERENT FILES IN A FILE IN COBOL? RESTART IN COBOL-DB2? ISOLATION LEVELS?
What are the cobol coding sheets?
Name some of the examples of COBOl 11?
) How do u handle errors in BMS macro