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
How do you reference the following file formats from cobol programs?
What type of SDLC u followed? Why?
Explain about different table spaces.
How you can characterize tables in cobol?
) How do u handle errors in BMS macro?
how to refer the data field?
1.give the details about WHEN OTHER. 2. how many form are available in evaluate.
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.
Whats the difference between search & search ALL?
IF I mention stop run in CICS what happens?
What is amode(24)?
write a cobol logic. i have file that has 10 records .1 record go to first output file and second record goes to 2 output and etc
Explain how to differentiate call by context by comparing it to other calls?
How can i load all the data from a file to Table (array) in cobol.How i manage the occurs clause with out reading the file.Any options avilable ? Please can any one help me it is urgent?
Give some examples of command terminators?