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 / leena_kulkarni
01 level is not used for occurs.
N can go upto 32K (32768 bytes).
| Is This Answer Correct ? | 8 Yes | 3 No |
Post New Answer View All Answers
Can you please let me know the centre name of INS certification in Kolkata.
Are you comfortable in cobol or jcl?
Explain the configuration section of a cobol program with examples of syntax.
In which area will you utilize 88 level items in cobol?
can anybody post me about file-aid and changemen tools pls and give me reference if any mainframe guys are there
Write the code implementing the perform … varying.
What are INPUT PROCEDURE and OUTPUT PROCEDURE?
What is a SSRANGE and NOSSRANGE?
Give some examples of command terminators?
Difference between array and sub-script ?
What are all the divisions of a COBOL program?
What are the pertinent COBOL commands?
How do you reference the following file formats from cobol programs?
What is the difference between binary search and sequential search?
What are the different rules to perform a Search?