gtpo1mcdOperations

ZOLDR LOAD-Load a Loadset

Use this command to load loadsets, or changes to the program allocation table (PAT), to the online system. You can load loadsets and PAT changes from a tape, general data set, virtual reader, or other user-defined input device.

Requirements and Restrictions

Format




ddname
is the 1- to 16-character alphanumeric data definition name of the input device (tape, general data set, virtual reader, or user-defined device) that contains the loadsets you want to load.

lsname
is the 5- to 8-character alphanumeric name of the loadset that you want to load. If you do not specify a loadset name, all of the loadsets on the input device are loaded.
Note:
You can specify as many as 20 loadset names at one time.

Patu
allocates new programs to the online system by loading changes to the PAT from the input device. Loadsets contained on the input device are not loaded.

Additional Information

Examples

All the loadsets on the TESTDSN input device are loaded to the TPF system in the following example.

+---------------------------------------------------------------------------------------------+
|User:   ZOLDR LOAD TESTDSN                                                                   |
|                                                                                             |
|System: OLDR1016I 19.39.59 CELA - LOAD REQUEST RECEIVED                                      |
|        OLDR3000I 19.39.59 CLD0 - LOADSET FIX1018 HAS BEEN LOADED FROM DDNAME TESTDSN        |
|        OLDR3000I 19.39.59 CLD0 - LOADSET LLTPKG HAS BEEN LOADED FROM DDNAME TESTDSN         |
|        OLDR3001I 19.39.59 CELL - LOAD FOR DDNAME TESTDSN COMPLETED                          |
+---------------------------------------------------------------------------------------------+

The TOTAL, CAPRES, and LUAPPL loadsets on the VRDR1 input device are loaded in the following example.

+---------------------------------------------------------------------------------------------+
|User:   ZOLDR LOAD VRDR1 TOTAL.CAPRES.LUAPPL                                                 |
|                                                                                             |
|System: OLDR1016I 19.39.59 CELA - LOAD REQUEST RECEIVED                                      |
|        OLDR3000I 19.39.59 CLD0 - LOADSET TOTAL HAS BEEN LOADED FROM DDNAME VRDR1            |
|        OLDR3000I 19.39.59 CLD0 - LOADSET CAPRES HAS BEEN LOADED FROM DDNAME VRDR1           |
|        OLDR3000I 19.39.59 CLD0 - LOADSET LUAPPL HAS BEEN LOADED FROM DDNAME VRDR1           |
|        OLDR3001I 19.39.59 CELL - LOAD FOR DDNAME VRDR1 COMPLETED                            |
+---------------------------------------------------------------------------------------------+

The CAPRES loadset was already loaded in the following example.

+---------------------------------------------------------------------------------------------+
|User:   ZOLDR LOAD VRDR1 TOTAL.CAPRES.LUAPPL                                                 |
|                                                                                             |
|System: OLDR1016I 19.39.59 CELA - LOAD REQUEST RECEIVED                                      |
|        OLDR3000I 19.39.59 CLD0 - LOADSET TOTAL HAS BEEN LOADED FROM DDNAME VRDR1            |
|        OLDR3008W 19.39.59 CLD0 - LOADSET CAPRES SKIPPED FOR DDNAME VRDR1 - LOADSET          |
|                  ALREADY EXISTS ON ONLINE SYSTEM                                            |
|        OLDR3000I 19.39.59 CLD0 - LOADSET LUAPPL HAS BEEN LOADED FROM DDNAME VRDR1           |
|        OLDR3001I 19.39.59 CELL - LOAD FOR DDNAME VRDR1 COMPLETED                            |
+---------------------------------------------------------------------------------------------+

In the following example, new programs are allocated by loading changes to the PAT.

+--------------------------------------------------------------------------------+
|User:   ZOLDR LOAD NEWPGMS PATU                                                 |
|                                                                                |
|System: OLDR1016I 19.39.59 CELA - LOAD REQUEST RECEIVED                         |
|        OLDR3001I 19.39.59 CELL - LOAD FOR DDNAME NEWPGMS COMPLETED             |
|        OLDR4100I 19.39.59 CLEX - NEW PROGRAMS REPLACED SPARE ENTRIES IN        |
|                  CORE PAT - SEE RO FOR DETAILS                                 |
+--------------------------------------------------------------------------------+

Related Information

See TPF System Installation Support Reference for more information about the E-type loader.