what is the purpose of linkage section?
Answers were Sorted based on User's Feedback
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 |
Answer / srinivas adilapuram
Linkage section is used to define any data passed across
programs.
| Is This Answer Correct ? | 18 Yes | 1 No |
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 |
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 |
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 |
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 |
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 |
I have File 1 occurs 5 times with Employee-ID,Employee-Name,Employee-Dept (EEE and MECH). I have File 2 occurs 10 times with Employee-ID,Employee-Name,Employee-Dept (EEE,CIVIL,CHEMICAL and MECH). In FIle 1 and FIle 2 , for matching Employee-DEPT (Only MECH) , we need to move entire records from file1 to file 2. We should not use 2D array. Your help is needed here.
Difference between ps, esds
What are different file OPEN modes available in COBOL?
1.What is the limit of linkage section?
What is the Purpose of Pointer in the string?
What are the functions like c or c++ in cobol?
is it mandatory to give data division before procedure division ? wht happens if i give procedure division first thn data division ? reply soon
The maximum number of dimensions that an array can have in COBOL-85 is ?
i want a program using by if, evaluate , string, unstring, perform, occurs?
What is the file organization clause ?
what is SYNCHRONIZATION?
level number 77 is used to define a)group data b)elementary data c)redefine d)none