What is the LINKAGE SECTION used for?

Answers were Sorted based on User's Feedback



What is the LINKAGE SECTION used for?..

Answer / shiva

1.IS USED TO DECLARE FIELDS TO PASS DATA FRM JCL TO COBOL
2.IS USED TO DECLARE FIELDS TO PASSS DATA BTWN PROGRAMS

Is This Answer Correct ?    3 Yes 0 No

What is the LINKAGE SECTION used for?..

Answer / anil prajapati

this section is used for passing values from calling
program to main pogram and vice versa

Is This Answer Correct ?    2 Yes 1 No

What is the LINKAGE SECTION used for?..

Answer / abhishek

LINKAGE SECTION IS USED FOR LINKING A MAIN PROGRAM TO
SUBPROGRAM.....

Is This Answer Correct ?    1 Yes 0 No

What is the LINKAGE SECTION used for?..

Answer / venkatachalam

Sharing the memory location between called program and
calling program.

Is This Answer Correct ?    1 Yes 1 No

Post New Answer

More COBOL Interview Questions

TYPES OF SORTINGS. which is more prefarable.

2 Answers   Syntel, TCS,


Which of the following paragraphs is compulsory in every COBOL program? (a) SPECIAL-NAMES (b) PROGRAM-ID (c) FILE-CONTROL (d) OBJECT-COMPUTER

4 Answers  


what is call by value and call by reference ?

3 Answers   Infosys, ITC Indian Tobacco Company,


What is the difference between a binary search and a sequential search what are the pertinent cobol?

0 Answers  


write a program to eliminate duplicate records in a input file and send them to output file.THIS IS IGATE RECENT QUESTIONN.....JUST 1 WEEK BACKKKK...

5 Answers   iGate,






How to use the same COBOL program in Batch and CICS on lines? explain with an example

0 Answers   IBM,


How to remove the spaces at the end of each record in the output file of variable length, via cobol program?

0 Answers  


What are the ways you can generate a copybook?

2 Answers  


How do u initialize an array?

2 Answers   CTS,


wht r the advantages of 77 level number ?

8 Answers   TCS,


How do you define a sort file in JCL that runs the COBOL program?

6 Answers   Syntel,


How do you come out of an EVALUATE statement?

3 Answers  


Categories