1)what is the maximum limit for occurs?
Eg: 01 A PIC X(10) OCCURS N TIME.
What is the max value for N?
Answer Posted / asmara
Hi,
Here u mention it in 01 level so it will give compilation
error and ambiguity occurs so better to give from 02-49
levels will be fine
And where as the max limit for occurs Clause where
OCCURS ON DEPENDING CLAUSE will be 16,711,568 Bytes and the
table size of occurs wont go beyond this limits.
If any update information regarding this, let me inform.
Regards,
Asmara
| Is This Answer Correct ? | 13 Yes | 0 No |
Post New Answer View All Answers
What is the local-storage section?
There are 5 fields and 1000 records in a file. Unload it into an array. Write the syntax for declaration and how will you unload it.
what is amode(24), amode(31), rmode(24) and rmode(any)?
Which mode is used to operate the sequential file?
How to find out the closest prime number of an input number? I believe it has something to do with SEARCH and COBOL Linear Array.
What is the difference between a binary search and a sequential search? What are the pertinent cobol commands?
what are decleratives in cobol?
What happens when we move a comp-3 field to an edited (say z (9). Zz-)?
What the difference is between continue and next sentence?
) how do u code after getting data?
What are the cobol coding sheets?
System Testing for Mainframe Developers What is System Testing? integration testing ? what's the procedure ..
Have you used comp and comp-3 in your project? And how?
What are INPUT PROCEDURE and OUTPUT PROCEDURE?
) what is the difference between AID and HANDLE AID?