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 |
how do you reference the ksds vsam file formats from cobol programs
Difference between file status codes 02 and 22.... since both are for duplicate key detection.
WT R TECHNICAL MAINFRAME QUESTION ASKED IIN ANJANASOFTEARE??
What is 66 level number and where it is used in real time by software developers?
2 Answers ITC Indian Tobacco Company, TCS,
What is the difference between static call & Dynamic call?
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)
Which is the default, TEST BEFORE or TEST AFTER for a PERFORM statement?
What is the difference between comp and comp-3 usage? Explain other COBOL usage?s.
What is 77 level used for ?
what is the use of comp2 ? where can we use it with example ?
I need to compare 3 variables(dates) and do some processing based on the earliest date. There could be more then 1 date record in any of the 3 fields. What is the best way to code this?
Suppose i have a Cobol field of 10 byte. it contains a decimal sign.How to know where is the point location?