What is the linkage section?

Answers were Sorted based on User's Feedback



What is the linkage section?..

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

What is the linkage section?..

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

What is the linkage section?..

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

What is the linkage section?..

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

Post New Answer

More COBOL Interview Questions

Are you comfortable in cobol or jcl?

0 Answers  


In A cobol program , we can use COPY Statement in FILE- SECTION / WORKING-STORAGE SECTION / ENVIRONMENT DIVIION basically what is the difference

3 Answers   IBM,


What is rmode(any) ?

0 Answers  


01 text-data pic x(100). move 'xyzdbfrjjg u' to text-data. how to find the value of last index of text-data?

3 Answers   Mind Tree,


1) can we display the index?

3 Answers   ADP, IBM,






What is Comm?

2 Answers   IBM, Kemper Corporation,


In an EVALUATE statement, can I give a complex condition on a when clause?

2 Answers  


HOw can I get the negative sign while deduct high value from low value

0 Answers  


which one is better among static call and dynamic call?

3 Answers  


What are the rules of the move verb?

0 Answers  


Explain how to differentiate call by context by comparing it to other calls?

0 Answers  


hi, can you ppl tell me, how to check whether the rewrite we gave for the ksds file is successful or not in the program.? i gave rewrite, the rewrite code is executing and maxcc=0 but updation doenot happen in the file?

1 Answers   CGI,


Categories