gtpo1mcfOperations

ZOLDR REINCLUDE-Reinclude Programs in a Loadset

Use this command to include programs in a loadset if they were previously removed from the loadset using the E-type loader exclude function.

Requirements and Restrictions

Format




lsname
is the 5- to 8-character alphanumeric name of the loadset where you want to include the program.

progname
is the 4-character alphanumeric name of the program you want to include in 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 include no more than 4000 programs in a loadset at one time. Therefore, use care if you specify an * for a wildcard character because you may exceed this limit.

Additional Information

Online help information is available for this command. To display the help information, enter one of the following:

ZOLDR HELP

ZOLDR ?

Examples

In the following example, the CLDX program is included in the SECOND loadset again. Note that the CLDX program was previously removed from the loadset using the E-type loader exclude function.

+--------------------------------------------------------------------------------+
|User:   ZOLDR REINCLUDE SECOND CLDX                                             |
|                                                                                |
|System: OLDR5813I 19.39.59 COLG - REINCLUDE COMPLETED                           |
|        THE FOLLOWING PROGRAMS RE-INCLUDED IN LOADSET SECOND                    |
|           CLDX                                                                 |
|        ANY DUPLICATE NAMES IGNORED                                             |
|        END OF DISPLAY                                                          |
+--------------------------------------------------------------------------------+

In the following example, the CLDX, COLN, and CEL2 programs are included in the SECOND loadset again. Note that all 3 programs were previously removed from the loadset using the E-type loader exclude function.

+--------------------------------------------------------------------------------+
|User:   ZOLDR REINCLUDE SECOND CLDX.COLN.CEL2                                   |
|                                                                                |
|System: OLDR5813I 19.39.59 COLG - REINCLUDE COMPLETED                           |
|        THE FOLLOWING PROGRAMS RE-INCLUDED IN LOADSET SECOND                    |
|           CLDX  COLN  CEL2                                                     |
|        ANY DUPLICATE NAMES IGNORED                                             |
|        END OF DISPLAY                                                          |
+--------------------------------------------------------------------------------+

Related Information

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