what is the purpose of linkage section?

Answers were Sorted based on User's Feedback



what is the purpose of linkage section?..

Answer / ananta bajpai

it is the section of data division. it is used for linking
two cobol sub-programes(call calling )as well as passing
the value from jcl by parm parameter.

Is This Answer Correct ?    34 Yes 2 No

what is the purpose of linkage section?..

Answer / srinivas adilapuram

Linkage section is used to define any data passed across
programs.

Is This Answer Correct ?    18 Yes 1 No

what is the purpose of linkage section?..

Answer / kavya

LINKAGE SECTION is used to access external data.

Is This Answer Correct ?    11 Yes 4 No

what is the purpose of linkage section?..

Answer / sivakumar sekharannair

i feel Anantha's answer sounds good. Linkage section is
used to pass data between programs and also between jcl and
program.

Is This Answer Correct ?    8 Yes 4 No

what is the purpose of linkage section?..

Answer / suresh

linkage-section is used to define the storage that is to be
passed between the programs.

Is This Answer Correct ?    5 Yes 1 No

what is the purpose of linkage section?..

Answer / pooja

Linkage- section is used to access the data which is sent
from external program. JCL can send maximum 100 characters
to a program thru PARM.

Is This Answer Correct ?    3 Yes 0 No

what is the purpose of linkage section?..

Answer / jaipal reddy

linkage section is used to pass the data from jcl to
application program. by using parm parameter we can send max
100 characters to the application program. if we mention
the parm parameter we have to define the linkage section.

Is This Answer Correct ?    3 Yes 0 No

what is the purpose of linkage section?..

Answer / arun

Linkage Section is used to transfer the control between the sub-programs( calling and called)and also to Pass the value from JCL using PARM

Is This Answer Correct ?    1 Yes 1 No

what is the purpose of linkage section?..

Answer / kishore

to communicate with the old program.

Is This Answer Correct ?    2 Yes 11 No

what is the purpose of linkage section?..

Answer / kishore

to communicate with the old program.

Is This Answer Correct ?    3 Yes 12 No

Post New Answer

More COBOL Interview Questions

what is the size of W-REC in the following 01 W-REC 05 A PIC 9(4)V99 05 B READLINES A 10 C PIC XX 10 D PIC S9(4) 05 E OCCURS 7 PIC ZZ.ZZ 05 F OCCURS 5 10 G PIC ZZ.ZZZ99 10 H OCCURS 3 15 J PIC 9(3) 15 K PIC V99

2 Answers   TCS,


88 class is used for

5 Answers   CTS, EDS,


Is it possible that the redefines clause has different picture clauses compared to the one it redefined?

0 Answers  


What does MAXCC 3 means? It is used in one my codes.

2 Answers   Wipro,


which generation language is cobol

4 Answers   Kanbay,






Describe the difference between subscripting and indexing ?

2 Answers  


I've one string with spaces ( I N D I A ). My question is I want remove the spaces & combine in to single string without space (INDIA).How we can write the cobol program & wich options we need to use. Please let me know.

10 Answers   Mascon,


what is the difference between Plan & package

3 Answers   IBM,


consider the following FD FILE-1 01 REC-1 PIC X(80) ...... WORKING-STORAGE SECTION 01 W-REC PIC X(90) ........ PROCEDURE DIVISION FIRST-PARA ....... READ FILE-1 INTO W-REC AT END MOVE 1 TO EOF-FLAG which of the following is true with respect to the above? a.REC-1 will contain nothing and W-REC will contain the contains of the record read b.REC-1 and W-REC contain the same data c.syntex is invalid and error will occur d.REC-1 and W-REC must be of same size

1 Answers   TCS,


can i give 9(10) in comp 3 instead of s9(10) ? if i can give wht would be ths ans

2 Answers   DELL,


What is length is cobol?

0 Answers  


EXPLAIN MAIN FRAME TESTING PROCESS...HOW TO FIX THE MAINFRAME BUGS?

0 Answers   Accenture,


Categories