Previous Topic: Add a ProductNext Topic: Hide a Product from the Product List


Masking for External Packages

Masking lets you add more than one package (or set of maintenance files) from the same location using a pattern (mask). You can use masking for components, maintenance in USS, and maintenance in data sets. You can use masking for files only, not for directories.

Masking: Use the asterisk symbol (*).

You can use as many asterisks as you need in one mask. After you enter the mask, a list of files corresponding to the mask pattern appears.

Note: By default, all files in the list are selected. Verify what files you want to add.

Example 1

The following example displays all PDF files that are located in the /a/update/packages directory:

/a/update/packages/*.pdf

Example 2

The following example displays all files that are located in the /a/update/packages directory whose names contain p0:

/a/update/packages/*p0*

Example 3

The following example displays all sequential data sets whose name starts with PUBLIC.DATA.PTFS.:

PUBLIC.DATA.PTFS.**

Example 4

The following example displays all members in the PDS/PDSE data set PUBLIC.DATA.PTFLIB whose name starts with RO:

PUBLIC.DATA.PTFLIB(RO*)