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 / sumanth toom
It probably depends on the Cobol version you are using.
I dont think all cobol versions have the same working-
storage space !
| Is This Answer Correct ? | 1 Yes | 3 No |
Post New Answer View All Answers
What is the difference between Call and a Link?
Differentiate between structured cobol programming and object-oriented cobol programming.
i made it to stage 3 of an interview process wednessday they will quiz my knowledge again face to face for an analyst role recruiter said it will be based on Business requirements system is cobol and good ideas what they might ask etc
Which is the default, TEST BEFORE or TEST AFTER for a PERFORM statement?
What are the cobol coding sheets?
What is the difference between a binary search and a sequential search? What are the pertinent cobol commands?
What rules are to be followed while using the corresponding options?
How are the next sentence and continue different from each other?
Name the sections present in data division.
How to read the 2nd last record of a VSAM file? (The file size is huge and we don't know the key)
When is inspect verb is used in cobol?
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?
Have you used the sort in your project?for this type of questions any working on real time project give the eg. with real time scenario.
Can we redefine the field of x(200) to less than 200?
How to traceback if I am getting SOC7 or SOC4 abend? List down the steps