InterviewSolution
Saved Bookmarks
| 1. |
What Is The Cics Load Command? |
|
Answer» The LOAD COMMAND RETRIEVES an object PROGRAM from disk and loads it into MAIN STORAGE - it's primarily used for a constant table that will be available system-wide. The LOAD command retrieves an object program from disk and loads it into main storage - it's primarily used for a constant table that will be available system-wide. |
|