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 |
How may divisions are there in JCL-COBOL?
Can you please let me know the centre name of INS certification in Kolkata.
what is the difference between implicit and explicit scope terminator with example?
how to check whether the open command of a sequential file is successful? or not?
what will happen if pass values more than 100 using PARM parameter?
I have a COBOL main program which is calling sub program, the number of calling parameters used in main program are 4 whereas in sub program it's 5. Sub program is passing 5 parameters back to main program Will there be any compilation error? Or main program parameters displays junk values?
Whats the use of Examine command? can someone help me?
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.
what is the advantage of using redefines instead of delaring the variables ?
Why do we use COMP-3 variables for computation, when we know that they are non displayable fields and require additional MOVE to numeric field before we populate it in output Reports?
can we display comp-3 variables. if we want to display what we have to do . give me one example
what are the utilities for load and unload the DB2 tables