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 / sumanth toom
It probably depends on the Cobol version you are using.
I dont think all cobol versions have the same working-
storage space !
| Is This Answer Correct ? | 1 Yes | 3 No |
Post New Answer View All Answers
I need to compare 3 variables(dates) and do some processing based on the earliest date. There could be more then 1 date record in any of the 3 fields. What is the best way to code this?
How do you code cobol to access a parameter that has been defined in jcl? And do you code the parm parameter on the exec line in jcl?
Explain how you can characterize tables in cobol?
Write the code implementing the perform … varying.
What are 77 levels used for?
What is link edit in cobol?
How you can characterize tables in cobol?
Explain the configuration section of a cobol program with examples of syntax.
Why occurs cannot be used in 01 level in COBOL?
EXPLAIN MAIN FRAME TESTING PROCESS...HOW TO FIX THE MAINFRAME BUGS?
How can you get the ksds file records into your cobol program?
What is comp-1 and comp-2?
How to fetch 1000 error records from VSAM file(Eg: 1000000 records present) while getting SOC7 abend ?
What is the difference between PIC 9.99 and PIC9v99?
If you are current on the owner of a set, what is the difference between an obtain next and obtain first? Actually in which topic will we use dis???Plz explain it clearly