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
What is static and dynamic call in cobol?
Have you used comp and comp-3 in your project? And how?
How arrays can be defined in COBOL?
1.give the details about WHEN OTHER. 2. how many form are available in evaluate.
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?
Give some examples of command terminators?
Our issue is there seems to be a disconnect, or no link, between our SELECT statement and our SD. We had SELECT SORT-FILE and SELECT SORT-FILE ASSIGN TO SORTWRK. ASSIGN TO SORTWRK1 SORTWRK2 SORTWRK3 SORTWRK4. with SD SORT_FILE RECORD CONTAINS 7833 CHARACTERS. In either case, at run time, the system ignored our SORTWRK# DD statements and allocated 16 sort works with the SORTWK## naming convention. Any ideas why the system does not recognize the connection? We do not even need the SORTWRK DD statements. Thanks
Write down the divisions of cobol program?
INREC AND OUTREC? HOW TO SPLIT 5K RECORDS TO DIFFERENT FILES IN A FILE IN COBOL? RESTART IN COBOL-DB2? ISOLATION LEVELS?
i want to learn mainframe..any websites and material to learn from basic..? my mail id : rajeswaribe2010@gmail.com
What is the default value(s) for an initialize and what keyword allows for an override of the default?
What is a scope terminator give example?
When is inspect verb is used in cobol?
how do you define single dimensional array and multidimensional array in your cobol?
How many sections are there in data division in COBOL?