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 |
Identify the invalid dataname from the following: (A) savings-account (B) annual-allocation-for-overhead (C) samount250 (D) 12demand
What is the Purpose of POINTER Phrase in STRING command in COBOL?
in cobol main pgm is calling sub pgm but sub pgm does not exists , what abend i get if submit the job?
What are the different rules for performing sort operation?
What is ASKTIME, SUSPEND
How can you add a particular field in copybook?
what is Pic 9v99 Indicates?
when iam reading a flat file which has 100 records through cobol program when iam reading 50th records it gets abends .. so when i run the program again it should read from 50th record .where it got abened ? how it is possible
Is it possible that the redefines clause has different picture clauses compared to the one it redefined?
What is the local-storage section?
we can use set true for condition names.. similarly can we code set to false in cobol pgm? will it work?
What do you understand by passing by reference and passing by content?