What is the linkage section?
Answers were Sorted based on User's Feedback
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 |
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 |
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 |
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 |
1.What is the limit of linkage section?
should I use Go back in the main program ? Yes we can use Go back in main program as well.
how to change picture class of copy book variable inside program?
What is the difference between NEXT SENTENCE and CONTINUE?
there is a file whose ORGANISATION is INDEXED.you want to read the records from the file in RANDOM fashion as well as sequentially.then which of the access mode would you specify? a.SEQUENTIAL b.RANDOM c.DYNAMIC D.ACCESS MODE has nothing to do with it
what is the difference b/w level no.01 & level no.77?
i want a program using by if, evaluate , string, unstring, perform, occurs?
how will u code parm parameter and where pls ?
What is rmode(any) ?
plz any one tell clearly the justify right clause?
s9(18) comp-3:: What is the size of memory it takes internally?
what are the error codes in cobol, db2, cics, vsam , and jcl