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
How do define dynamic array in cobol.
Which Search verb is equivalent to PERFORM…VARYING?
if we have " ibm mainframe ",in that how to remove first and last leading space eg:"ibm mainframe" like that the answer we need
how do you reference the fixed unblock file formats from cobol programs
Why is it necessary that file needs to be opened in I-O mode for REWRITE?
What is the utilization of copybook in cobol?
What are INPUT PROCEDURE and OUTPUT PROCEDURE?
Write a program that uses move corresponding.
i have 10 names in an array and my name is one of them also array is not in sorted order i need to display my name using index how will i do this
how do you reference the variable block file formats from cobol programs
HOw can I get the negative sign while deduct high value from low value
Define cobol?
What is difference between static and dynamic call in cobol?
What is the Purpose of Pointer in the string?
I have to write to a outfile where the number of records in that file should be the header of that file using IMS.. can anyone help me in this issue