What is the linkage section?
Answers were Sorted based on User's Feedback
Answer / aji cherian
Linkage section will be in the subprogram. This can be used
to pass parameters.
| Is This Answer Correct ? | 4 Yes | 0 No |
Answer / shubha
this is one of the section under data division, and is used
in sub programs to pass the parameters.this section also
receives parameter from jcl
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / vampire
Linkage section is subprogram
it will be coded in data division
use to pass values from one program to another
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / vidhya
Linkage section is used to pass values from one program to
another.For example in CICS programs, linkage section is
used to code the DFHCOMMAREA where we recieve values from
another program.
| Is This Answer Correct ? | 0 Yes | 0 No |
how can we get current dat and time thru cobol pgm
Write down the divisions of cobol program?
in real time what is the suitable exp where in-stream procedure is better then catalog procedure.
WHAT IS SOC3?HOW IT CAN BE RESOLVED?
How to remove 2 duplicate records and copy only one using job control language?
Explain sorting techniques in cobol program? Provide the sort file definition, the sort statement, its syntax and meaning
In my table having 3000 Records. How can I delete the 500th row? (we don't know what is data inside the table)
9(2).99 how many bytes take? Why . consider as a byte?
When is inspect verb is used in cobol?
what is the use of filler in cobol programing?
what is the meaning of pic 9(09)v99-
What is SDSF?