Previous Topic: DELETE

Next Topic: SYNC

EXECONLY

Causes execution of the specified IMOD. Control is returned to you immediately following the scheduling of the IMOD. No information is returned and the scheduled IMOD may not be executed for a variety of reasons (e.g., IMOD not available).

Associated parameters are:

IMOD=spec1

Specifies the name of the IMOD to be executed. This parameter must be specified.

NODE=spec1

Specifies the GoalNet node where the IMOD is to be executed. To be valid, your primary ISERVE must be a member of GoalNet and must be connected to the specified node.

SSID=spec1

SSID indicates the subsystem ID assigned to the ISERVE where the IMOD is to be executed. If NODE is not specified, the ISERVE must be executing under the same z/OS image where your program is running. If NODE is specified, the ISERVE must be executing under the same z/OS image as the ISERVE identified by NODE.

ARG=spec1

Specifies an optional character string that will be passed to the IMOD as a REXX argument.

ARGLEN=spec2

Specifies the length of the text specified by ARG=. If ARG specifies literal text, ARGLEN may be omitted.