SCRIPT={script_file_name}

Default None
Allowable Values Up to 255 characters
Minimum Not Applicable
Maximum Not Applicable

This parameter defines the name of the script file that should be scheduled to run in TIBCO MFT Platform Server for z/OS started task. This parameter is only valid when the activity defined on the PROCESS card is SCRIPT. Variable parameters can be passed to the SCRIPT file by appending a comma and the variable parameters needed.

You can specify this parameter in the following two ways:
  • Specify the fully qualified data set name.

    For example, SCRIPT=MY.PDS(SCRIPT),%DSN=ZOS.ACCT.FILE.

  • Specify the member name only.

    For example, SCRIPT=SCRIPT,%DSN=ZOS.ACCT.FILE.

    Note: When this method is used, the SCRIPT DD statement must be defined to the started task and the member defined by the SCRIPT parameter must exist in the data sets defined by the SCRIPT DD statement.

This schedules the script SCRIPT to run, and also passes a variable parameter to the script called %DSN.