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 / sruthi
HI Prakash,
your ans is wrong.max limit 7 times,that is max number of
dimentions.not the number of occurs.
| Is This Answer Correct ? | 21 Yes | 1 No |
Post New Answer View All Answers
What is a SSRANGE and NOSSRANGE?
How to use the same COBOL program in Batch and CICS on lines? explain with an example
How do get the result of your program directly on your pc?
How to remove the spaces at the end of each record in the output file of variable length, via cobol program?
I have a File that has duplicate records. I need only those records that occur more than thrice.?
How you can read the file from bottom?
what are decleratives in cobol?
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?
Which is the default, TEST BEFORE or TEST AFTER for a PERFORM statement?
what is the difference between COBOL2 AND COBOL390?
what is difference between cobol and cobol/400
) how do u code after getting data?
What is rmode(any) ?
In COBOL programming, what is PERFORM? What is VARYING?
1.Is it possible to move the data from 99.99 to 99v99? 2.What is the CICS-vsam Compilation process? 3.In My GDG 5 generation will be there GDG3 got an abend what will happen? 4.In my GDG first generation is +1 And I want to add the new generation what will happen previous generation? 5.How can you give the PIC clause below conditions A). s9 (reddy), B). s9 (5) occurs 5 times? 6.How override the proc from a particular step? and what is symbolic and override Procs?