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 |
What is amode(24)?
WORKING-STORAGE SECTION. 01 A PIC X(3) VALUE 'ABC' 01 B PIC 9(3). PROCEDURE DIVISION. MOVE A TO B. STOP RUN. OUTPUT IS: AB3 WHY AND HOW THIS IS HAPPENING.
wht do u mean by (*,intrdr) wht is * used for ?
What care has to be taken to force program to execute above 16 Meg line?
How many bytes will be allocated for the following record description entries? 01 REC-A. 05 A PIC S9(4). 05 B PIC XXXBXXX. 05 C PIC ____9.99. 05 D PIC S9(5) COMP-3. 05 E PIC 9(3) COMP.
16 Answers IBM, TCS,
what is the basic concept of mainframe? what knowledge is needed for learn this mainframe?
Name the divisions, which are available in a cobol program?
what is s000 u4087 error? please give the all error codes in cobol,jcl.
what is the use of outrecord?
How to traceback if I am getting SOC7 or SOC4 abend? List down the steps
Have you used comp and comp-3 in your project? And how?
u have passed sme charecters thru parm parameter in jcl. how do u code in cobol to recieve the values u gave in parm ?