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

What is the problem of ordered sequential files access?

0 Answers  


What do you understand by passing by reference and passing by content?

1 Answers  


what is a load module ?

3 Answers   TCS,


What is the difference between index and subscript?

5 Answers   Visa,


What is the reference modification.

2 Answers  






how we can reverse the string in the cobol for example satheesh can be reveresed as hseehtas

3 Answers   IBM,


I have one column say 'X' defined as VARCHAR Can anyone tell me What are the different ways to update this column thru COBOL-DB2 program?

5 Answers  


hw to create 3 dimensional array & hw to access it?

1 Answers  


Differentiate COBOL and COBOL-II?

0 Answers  


why mainframe we use not like java as frontend oracle as backend. or not word excel.In there also huge ammount data stored.

2 Answers   TCS,


I have a files containing both duplicate and non-duplicate records.The file is already sorted by a key.I want to determine those records that are duplicate and records that are non-duplicate.If duplicate the record is move to a duplicate file and if non-duplicate that will be move to valid file.thank you

1 Answers  


How does IDMS insure data integrity?

1 Answers  


Categories