AUXILIARY statement
Parameter | Description |
---|---|
AUXiliary | Must be specified as shown. |
PROGram( entrypoint ) | Is required. It specifies the entrypoint name of the auxiliary program to be executed. The program must be accessible to BMC AMI Datastream for z/OS, that is, in STEPLIB, the link pack area. BMC AMI Datastream does not require that the AUXiliary program be APF authorized, but z/OS requires than any library concatenated to BMC AMI Datastream library must be APF authorized. Specify the name as one to eight alphanumeric characters, the first of that must be alphabetic. BMC AMI Datastream converts the name you specify to uppercase. |
FREQuency | Specifies whether the auxiliary program is to be run during all Parameter file refreshes, or only on the initial read of the Parameter file. Specify ALL or INITial. FREQuency is optional. If FREQuency is omitted it defaults to ALL. |
PARM('parameters') | Specifies a parameter or option string to be passed to the auxiliary program (using normal z/OS linkage as described in the "Program in primary ASC mode" section under "Conventions for passing information through a parameter list" in the IBM z/OS MVS Programming: Assembler Services Guide). Specify zero to 100 characters between quotation marks. PARM is optional; if omitted then the length of the parameter string is set to zero. BMC AMI Datastream does not convert any parameter string you specify to upper case. |
WAIT | NOWAIT | Specifies whether BMC AMI Datastream parameter processing is to wait for the auxiliary program to complete. Specify WAIT if subsequent parameter processing is dependent on the results of the program, such as if the program updates a file that is included into the parameter stream. Specify NOWAIT if the auxiliary program is a report or similar long-running program, or if the program is intended to provide ongoing services. |