Previous Topic: MAXCCNext Topic: PACKAGE


NAME_LIST

In addition to operating on individual IMODs, many maintenance commands can operate on lists of IMODs. This command creates and modifies name lists.

Syntax

NAME_LIST &LISTn [CLEAR] [INCLUDE iset /pattern/]
                         [INCLUDE PDS ddname /pattern/]
                         [INCLUDE NAME name]
  [EXCLUDE pattern] [COPY &LISTn] [MERGE &LISTn] [PRINT]

Parameters

&LISTn

Name of the list that is the target for the NAME_LIST operation. Three lists are available: &LIST1, &LIST2, and &LIST3.

CLEAR

Deletes the current contents of the list.

INCLUDE

Includes additional names in the list. Names are added only when they match the specified pattern.

iset

DDname of the ISET from which IMOD names are to be fetched.

ddname

DDname of the PDS from whose directory names are to be fetched.

name

Specifies a single name to be added to the list.

pattern

Comparison pattern to be applied against an IMOD name. The pattern may consist of characters and placeholders. An asterisk (*) matches any single character. An ampersand (&) matches 0 through n characters. The pattern must be enclosed by a pair of arbitrary delimiter characters (shown as slashes (/) in the format). Any character that does not appear in the pattern except blank, VLDC, and FLDC may be used as the delimiter.

EXCLUDE

Any name in the list that matches the pattern is deleted from the list.

COPY

Contents of the specified list replaces the target list.

MERGE

Contents of the specified list is merged into the target list. Duplicate names are discarded.

PRINT

Contents of the target list is printed.

Notes: