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
Explain how will you differentiate between an internal and an external sort, the pros and cons, internal sort syntax etc
How many sections are there in data division in COBOL?
Have you used the sort in your project?for this type of questions any working on real time project give the eg. with real time scenario.
) what is the difference between AID and HANDLE AID?
what is search and searchall?what is the diffrence between them?give an best example?
what happens if parmparameter passes zero bytes to the program
How to get the last record in vsam file in cluster? And how can you get the ksds file records into cobol program?
how can i see junk values in dclgen or in hostvariable of comp ?
explain sorting techniques in cobol program?
How to fetch 1000 error records from VSAM file(Eg: 1000000 records present) while getting SOC7 abend ?
Why occurs cannot be used in 01 level in COBOL?
i want a program using by if, evaluate , string, unstring, perform, occurs?
What is the compute verb? How is it used?
I have a program with an Array of 5000 occurences which is being passed from 5 sub levels to the front end screen. Thess 5 programs using each 5*2 = 10 different arrays with size as 5000. This is causing the transaction to utilize more storage consupmtion. I am looking to reduce the storage consumption. As part of that initially i thought Dynamic array may solve my problem. After viewing the comments given i see its same as normal array. IS there any other way we can resolve this issue?
What are all the divisions of a COBOL program?