What is the use of LINKAGE SECTION?
Answer / sreedhar
Linkage section is a part of data division.
This can be coded in 2 situations
1) When we want to pass data from Jcl to COBOL program using parm parameter.
2) when mainprogram communicates with sub program then we code linkage section in sub program
| Is This Answer Correct ? | 0 Yes | 0 No |
after udatingg first 110 rows, my job abends. now how do i change my cobol program so that when i restart the Job it will start updating from 111th row ( i.e in next run I di=ont want to update those 110 rows which are already been updated in the first run before job abend)
Explain about level numbers?
Can anyone please give the example of Inline Perform.
Explain call by context by comparing it to other calls.
How can you display the SPOOL information ?
What is the purpose of Identification Division?
Difference between cobol and cobol-ii?
Can we use redefine clause in occurs clause?
whn do i get soc7 abend while moving alphanumeric to numeric or while moving numeric to aplhanumeric please reply ASAP?
WHY LRECL NEEDS TO BE 4 EXTRA THEN THE COBOL FILE LENGTH & WHAT IT CONTAIN IN THAT LENGTH
I have put two write operations in a single para for two different conditions.Will that lead to an abend or run successfully and write two records?
Define REDEFINE clause and Is it possible to have the redefine clause anywhere in the working storage section for a data name?