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
Discuss about changing dataset name in proc.
what is s000 u4087 error? please give the all error codes in cobol,jcl.
What is rmode(any) ?
How do you get the data to code the BMS macro?
Which division and paragraphs are mandatory for a COBOL program?
IF I mention stop run in CICS what happens?
How to remove the spaces at the end of each record in the output file of variable length, via cobol program?
How many sections are there in data division in COBOL?
How to get the last record in vsam file in cluster? And how can you get the ksds file records into your cobol program?
how do you reference the printer file formats from cobol programs
What are all the divisions of a COBOL program?
What is the utilization of copybook in cobol?
Is it possible that the redefines clause has different picture clauses compared to the one it redefined?
if we display var1 then what will b displayed in below condition. 77 var1 pic s9(2) value -10. 77 var1 pic s9(2) value -11. " " " -12. " " " -13. -14 ... ... -19.
Write down the divisions of cobol program?