Previous Topic

Next Topic

Book Contents

Book Index

DO TSO: Automated Console Action Parameter

Specifies a TSO command, CLIST or REXX procedure to be activated.

Figure 179 DO TSO Parameter Format

Optional. Type TSO in the DO field and press Enter. The subparameters described in Table 145 are displayed.

Table 145 DO TSO Subparameters

Subparameter

Description

comm/proc

TSO command or CLIST or REXX procedure name. Mandatory.

WAITMODE

Mandatory. Valid values are:

  • Y (Yes)–Wait for completion of the TSO command, CLIST, or REXX procedure.
  • N (No)–Do not wait for completion of the TSO command, CLIST, or REXX procedure.

TIMEOUT

n—Number of seconds (maximum 9999) to wait for the completion of the TSO command, CLIST or REXX procedure. Valid only if STOP is Y. Optional. Default: 60 seconds.

STOP

Whether or not the TSO command, CLIST, or REXX procedure should be stopped when time-out is reached. Valid values are:

  • Y (Yes)–Stop execution of the TSO command, CLIST, or REXX procedure when time-out is reached. Default.
  • N (No)–Allow execution of the TSO command, CLIST, or REXX procedure to continue after time-out.

INITPROC

Name of a TSO command, CLIST, or REXX procedure that handles the establishment, resetting, and termination of an environment for the TSO command, CLIST, or REXX procedure specified in the DO TSO statement. Optional.

SHARELOC

Whether local variables are shared. Valid values are:

  • Y (YES)–Local variables can be shared with the script by using XAM.
  • N (NO)–Local variables are not shared. Default

IMMEDIATE

Whether or not the TSO request (command, CLIST, or REXX procedure) should be executed by an Immediate server. Server types are described in "Using a Preset Environment" in General Information. Optional.

  • Y (Yes)–Execute the TSO request procedure in an Immediate server.
  • N (No)–Queue the TSO request to a Special or General server for execution. Default.

Parent Topic

Rule Parameters