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 / prakash
01 level is not used for occurs.
MAXIMUM LIMIT IS 7 TIMES IN VS COBOL 11.
MAXIMUM LIMIT IS 3 TIMES IN VS COBOL.
| Is This Answer Correct ? | 1 Yes | 10 No |
Post New Answer View All Answers
Write the code to count the sum of n natural numbers.
how do you reference the rrds file formats from cobol programs
how we sort two input files based on a common column and giving one o/p file please send me the coding logic?
Name some of the examples of COBOl 11?
I have File 1 occurs 5 times with Employee-ID,Employee-Name,Employee-Dept (EEE and MECH). I have File 2 occurs 10 times with Employee-ID,Employee-Name,Employee-Dept (EEE,CIVIL,CHEMICAL and MECH). In FIle 1 and FIle 2 , for matching Employee-DEPT (Only MECH) , we need to move entire records from file1 to file 2. We should not use 2D array. Your help is needed here.
What the difference is between continue and next sentence?
how to refer the data field?
In COBOL programming, what is PERFORM? What is VARYING?
What is the difference between goback, stop run and exit program in cobol?
When is inspect verb is used in cobol?
what is the difference between COBOL2 AND COBOL390?
Differentiate cobol and cobol-ii. (Most of our programs are written in cobolii, so, it is good to know, how, this is different from cobol)?
What are the different types of condition in cobol and write their forms.
How you can characterize tables in cobol?
In COBOL, what is the different between index and subscript?