InterviewSolution
Saved Bookmarks
| 1. |
What Is The Linkage Section Used For? |
|
Answer» The LINKAGE section is used to pass data from ONE program to ANOTHER program or to pass data from a PROC to a program. The linkage section is used to pass data from one program to another program or to pass data from a PROC to a program. |
|