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 |
what is filler and what is use of filler
What is the compute verb? How is it used?
What is a subscript ?
how will u find out 3rd week's 2nd day using occurs ?
What is static and dynamic call in cobol?
Hi , I am posting some questons which are asked at interview. These may help u for ur interview... what is static and dynamic call?
What are subroutines ? and how do we pass data to the sub routines?
i have a sequencial file contains multiple records, i want to extract one row which contains various fields like order number,date,warehouse,.ect.. in to the another file by accepting the order number from jcl. how can i do it. pls help me..
How do u find the programs calling the given module, without having doing 3.13 on loadlib/source library?
i have the job which has written updated 100 records into the table and for 101th record it got abended and i want to start the job again and should wirte from 101th record not from 1st record..how to do it..?
what is a load module ?
In a program, variables are used but no DB2 involved in it. Can you call it as host variables??