Previous Topic: CLIST System Task SyntaxNext Topic: Example: CLIST System Task


CLIST System Task Parameters

CLIST

Specifies the command list module that contains the task statements to be executed.

module-name

The name of the module.

VERsion

Specifies the version number of the named command list module.

version-number

The version number.

By default, if you do not specify a version number, the highest existing version of the named module is used.

DICTNOde

Specifies the node that controls the dictionary in which the requested module resides.

node-name

The name of the node.

By default, if you do not specify a node name, the default dictionary node established for your session is accessed. If a default node has not been established, the local node is accessed.

DICTNAME

Specifies the data dictionary in which the requested module resides.

dictionary-name

The name of the dictionary.

By default, if you do not specify a dictionary, the default dictionary established for your session is accessed. If a default dictionary has not been established for your session, the default dictionary for the system is accessed.

PROmpt

Stops system execution after each task is executed and displays the following prompt:

PRESS ENTER TO CONTINUE, ANYTHING ELSE TO CANCEL

In this case, you press Enter by itself to resume execution of the command list module. You press Clear or enter any character to cancel execution of the command list module.

NOPrompt

Executes all the task statements in the command list module without stopping.

This is the default.