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


Please Help Members By Posting Answers For Below Questions

How do define dynamic array in cobol.

857


Which Search verb is equivalent to PERFORM…VARYING?

861


if we have " ibm mainframe ",in that how to remove first and last leading space eg:"ibm mainframe" like that the answer we need

1063


how do you reference the fixed unblock file formats from cobol programs

924


Why is it necessary that file needs to be opened in I-O mode for REWRITE?

987


What is the utilization of copybook in cobol?

882


What are INPUT PROCEDURE and OUTPUT PROCEDURE?

936


Write a program that uses move corresponding.

870


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

1213


how do you reference the variable block file formats from cobol programs

929


HOw can I get the negative sign while deduct high value from low value

2007


Define cobol?

1073


What is difference between static and dynamic call in cobol?

1032


What is the Purpose of Pointer in the string?

829


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

2245