Previous Topic: LOADLIST Statement SyntaxNext Topic: LOADLIST Statement Usage


LOADLIST Statement Parameters

LOAdlist load-list-name

Identifies the load list being added, modified, deleted, displayed, or punched.

Load-list-name must be the one- through eight-character name of the load list.

EXCLUDE

Excludes the following load library or data dictionary from the load list.

dictionary-specification

Specifies a data dictionary to include in the load list.

Expanded syntax for dictionary-specification is shown above immediately following the LOADLIST statement syntax.

LOAdlib is

Identifies a load library to include in the load list.

Note: Multiple load libraries are supported under z/OS only.

Vnnnn

Specifies a test load library.

Vnnnn must be the ddname (z/OS) of a load library included in the JCL used to start up the DC/UCF system.

USER-Default

Specifies the current session default load library established by the DCUF TEST command.

SYSTEM-Default

Specifies the system default load library (CDMSLIB).

DICTNAme is

Identifies a data dictionary to include in the load list.

dictionary-name

Explicitly specifies a data dictionary.

Dictionary-name must be the name of a data dictionary included in a segment of the DMCL defined either for the current system or for the system identified by the DICTNODE parameter (described below).

USER-Default

Specifies the current session default dictionary established by the DCUF SET DICTNAME command.

SYSTEM-Default

Specifies the system default dictionary.

DICTNOde is

Specifies the name of the DC/UCF system that controls the dictionary specified by the DICTNAME parameter.

node-name

Specifies a node name.

Node-name must be the name of a DC/UCF system defined in the CA IDMS communications network.

USER-Default

Specifies the current session default node established by the DCUF SET DICTNODE command.

SYSTEM-Default

Specifies the current DC/UCF system.

SYSTEM-DEFAULT is the default when you omit the DICTNODE parameter from the DICTNAME parameter of the LOADLIST statement.

load module Version is

Specifies the version number the DC/UCF system will use when searching for load modules in the data dictionary identified by the DICTNAME parameter.

version-number

Explicitly specifies a version number.

Version-number must be an integer in the range 1 through 9,999. The default is 1.

USER-Default

Specifies the current session default version number established by the DCUF TEST command.

If USER-Default is specified, but no DCUF SET TEST is in effect, the entry in the load list is bypassed.