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 / sivakumar sekharannair
01 level cannot have occurs clasue. Because 01 level is
used for the entire record of a file. entire record length
can not occur again. I.E. Fields in a file can only occur
again.
| Is This Answer Correct ? | 3 Yes | 1 No |
Post New Answer View All Answers
how do you reference the printer file formats from cobol programs
What is the difference between PIC 9.99 and PIC9v99?
here is my requirement A1 is alphanumeric with value 'A1B2C3D4' as defined below 05 A1 PIC X(8) VALUE IS 'A1B2C3D4' but i need to have A2,A3 as ABCD & 1234 repectively...... A2 = ABCD A3 = 1234 Can you please explain me what are the different ways to do it?
example for sub strings ? and refernce modifications whit output pls
How to get the last record in vsam file in cluster? And how can you get the ksds file records into cobol program?
Whats the difference between search & search ALL?
How do define dynamic array in cobol. how do you define single dimensional array and multidimensional array in your cobol?
Explain what you understand by passing by value.
What is the compute verb? How is it used?
If you are current on the owner of a set, what is the difference between obtain next and obtain first?
Write a program to explain size error.
Can we redefine the field of x(200) to less than 200?
What is the difference between Global and External Variables?
INREC AND OUTREC? HOW TO SPLIT 5K RECORDS TO DIFFERENT FILES IN A FILE IN COBOL? RESTART IN COBOL-DB2? ISOLATION LEVELS?
What is amode(31)