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 / veena
MAXIMUM VALUE OF N IS 7.
| Is This Answer Correct ? | 2 Yes | 14 No |
Post New Answer View All Answers
What is Pic 9v99 Indicates in COBOL?
How do you reference the following file formats from cobol programs?
What rules are followed by the search verb.
What is report-item in COBOL?
What is the difference between a binary search and a sequential search? What are the pertinent cobol commands?
What is the difference between comp and comp-3 usage?
i was faced one question- i have value -00001234.56 Suppress the zeroes and the output should be -1234.56 But Not - 1234.56 spaces should not be available after suppressing the zeroes. logic in jcl and cobol?
can anybody post me about file-aid and changemen tools pls and give me reference if any mainframe guys are there
How do u write test cases?
What are declaratives and what are their uses in cobol?
Which division and paragraphs are mandatory for a COBOL program?
What are the different types of condition in cobol and write their forms.
What are the access modes of START statement?
What is redefines clause in COBOL?
For rewrite, why is it mandatory that file needs to be opened?