gtpo1mccOperations

ZOLDR EXCLUDE-Exclude Programs from a Loadset

Use this command to remove a program from a loadset. When you remove a program from a loadset, E-type loader functions no longer affect that program until you include the program in the loadset again using the E-type loader reinclude function.

Requirements and Restrictions

None.

Format




lsname
is the 5- to 8-character alphanumeric name of the loadset that contains the program you want to remove.

progname
is the 4-character alphanumeric name of the program you want to remove from the loadset. You can use an asterisk (*) as a wildcard character for this parameter.

Notes:

  1. You can specify as many as 20 program names at one time.

  2. You can remove no more than 4000 programs from a loadset at one time. Therefore, use care if you specify an * for a wildcard character because you may exceed this limit.

Additional Information

Examples

The RSD4 program is removed from the TEST1 loadset in the following example. The TEST1 loadset is active on all processors in the TPF system.

+--------------------------------------------------------------------------------+
|User:   ZOLDR EXCLUDE TEST1 RSD4                                                |
|                                                                                |
|System: OLDR2041I 17.25.41 EXCLUDE FROM LOADSET TEST1 SCHEDULED                 |
|         FOR CPU B                                                              |
|        OLDR2041I 17.25.41 EXCLUDE FROM LOADSET TEST1 SCHEDULED                 |
|         FOR CPU C                                                              |
|        OLDR5812I 17.25.41 COLJ - EXCLUDE COMPLETED                             |
|        THE FOLLOWING PROGRAMS ARE EXCLUDED FROM LOADSET TEST1                  |
|          RSD4                                                                  |
|        ANY DUPLICATE NAMES IGNORED                                             |
|        END OF DISPLAY                                                          |
|        OLDR2048I 17.25.41 EXCLUDE FROM LOADSET TEST1 COMPLETED                 |
|         FOR CPU B  AS REQUESTED BY CPU B                                       |
|        OLDR2048I 17.25.41 EXCLUDE FROM LOADSET TEST1 COMPLETED                 |
|         FOR CPU C  AS REQUESTED BY CPU B                                       |
+--------------------------------------------------------------------------------+

The BXAA program is removed from the PARLOT loadset in the following example. The PARLOT loadset is not active on any processors in the TPF system.

+--------------------------------------------------------------------------------+
|User:   ZOLDR EXCLUDE PARLOT BXAA                                               |
|                                                                                |
|System: OLDR5812I 19.39.59 COLJ - EXCLUDE COMPLETED                             |
|        THE FOLLOWING PROGRAMS ARE EXCLUDED FROM LOADSET PARLOT                 |
|          BXAA                                                                  |
|        ANY DUPLICATE NAMES IGNORED                                             |
|        END OF DISPLAY                                                          |
+--------------------------------------------------------------------------------+

All programs beginning with the letter C are removed from the LOAD2A loadset in the following example.

+--------------------------------------------------------------------------------+
|User:   ZOLDR EXCLUDE LOAD2A C*                                                 |
|                                                                                |
|System: OLDR5812I 19.39.59 COLJ - EXCLUDE COMPLETED                             |
|        THE FOLLOWING PROGRAMS ARE EXCLUDED FROM LOADSET LOAD2A                 |
|          CERA  CERC  CVZZ                                                      |
|        ANY DUPLICATE NAMES IGNORED                                             |
|        END OF DISPLAY                                                          |
+--------------------------------------------------------------------------------+

Related Information

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