InterviewSolution
Saved Bookmarks
| 1. |
What Is Use Of Linkage Section? |
|
Answer» Linkage section is used to ACCEPT data from outside the PROGRAM.either it's parm part of Jcl or CALL from any other programs,they pass data into called program thru linkage section only. Linkage section is used to accept data from outside the program.either it's parm part of Jcl or Call from any other programs,they pass data into called program thru linkage section only. |
|