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 |
what happens if we wont give timestamp in precompilation process ?
What is the difference between write & move in COBOL?
how to convert vsam table into DB2 table?
what is the difference between external and global variables?
file status 00 is checked after opening the file or reading the file
if someone is using my file,how can i find which user id is using?
what is mainframe? what is the mainframe software ? what is use in s/w field?
what is sort? whis is internal & external sort ?when do u go for inter sort & external sort? tell about some sort utilites?
What is "Call by content" and "call by reference"?
where will u code file status ?
How to remove the spaces at end of each record in the output file Via COBOL program? note: The file has a VB length
i have two file one is ksds another one is esds i want store matching records in flat file how to you matching.