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

how can we get current dat and time thru cobol pgm

3 Answers   DELL,


Write down the divisions of cobol program?

1 Answers  


in real time what is the suitable exp where in-stream procedure is better then catalog procedure.

1 Answers  


WHAT IS SOC3?HOW IT CAN BE RESOLVED?

1 Answers  


How to remove 2 duplicate records and copy only one using job control language?

1 Answers  


Explain sorting techniques in cobol program? Provide the sort file definition, the sort statement, its syntax and meaning

1 Answers  


In my table having 3000 Records. How can I delete the 500th row? (we don't know what is data inside the table)

3 Answers   Keane India Ltd,


9(2).99 how many bytes take? Why . consider as a byte?

2 Answers  


When is inspect verb is used in cobol?

1 Answers  


what is the use of filler in cobol programing?

4 Answers   MAT,


what is the meaning of pic 9(09)v99-

4 Answers   HSBC,


What is SDSF?

13 Answers   IBM,


Categories