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
What is the difference between Structured COBOL Programming and Object Oriented COBOL programming?
What is the difference between Global and External Variables?
How can i load all the data from a file to Table (array) in cobol.How i manage the occurs clause with out reading the file.Any options avilable ? Please can any one help me it is urgent?
There are 5 fields and 1000 records in a file. Unload it into an array. Write the syntax for declaration and how will you unload it.
For rewrite, why is it mandatory that file needs to be opened?
can anybody post me about file-aid and changemen tools pls and give me reference if any mainframe guys are there
How do you get the data to code the BMS macro?
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?
Define cobol?
How to change size of Initial number of records to *NOMAX for ALL PF files from perticular library, how can I do that
How to use the same COBOL program in Batch and CICS on lines? explain with an example
i need a small 3d program using inline and outline.
) what is the difference between AID and HANDLE AID?
In COBOL programming, what is PERFORM? What is VARYING?
Write a program that uses move corresponding.