i declare a Table as OCCURS 2000 TIMES.If the input file
has more than 2000 records will the COBOL program fail?
Answers were Sorted based on User's Feedback
Answer / narayana
yes ,it abends after 2001 record read with soc7.
| Is This Answer Correct ? | 0 Yes | 5 No |
suppose a cobol programme A calling programme B,C and D. If C undergoes some change what if A,B,C,D need to be recompiled or only C nee to be recompliled.
1)what is the maximum limit for occurs? Eg: 01 A PIC X(10) OCCURS N TIME. What is the max value for N?
Should I use STOP RUN in the sub program??why?
What is 88 level used for ?
How do you come out of an EVALUATE statement?
What will happen if we generate GDG (+2) version without generating (+1) version?
How is sign stored in a comp-3 field?
how to fetch the record before the last record in a cobol file( its a huge file and if the key field is not known)
i declare a Table as OCCURS 2000 TIMES.If the input file has more than 2000 records will the COBOL program fail?
where did you see the information regarding abend codes in jcl?
What is the reference modification.
In a program, variables are used but no DB2 involved in it. Can you call it as host variables??