Indicates the name of the file that contains the job script, or for z/OS jobs, the name of a member that contains one of the following in relation to the job to be executed:
Additional information |
Description |
---|---|
Usage |
Mandatory if the Script option is selected from the What parameter. |
Length |
|
Case Sensitive |
Yes |
Invalid Characters |
|
Variable name |
None |
Alternate Names |
|
Computer specific information |
|
Microsoft Windows |
Name of a command file or an executable file. |
UNIX |
Name of a UNIX shell script file. |
Open VMS |
Name of the command file. It can be specified using one of the following formats: Without file extension (for example, JOBFILE): Control-M adds the appropriate extension according to the What parameter: .COM for job (batch job), .EXE for Detached (detached process). When the file name is specified without a version specification, the last version of the file is executed. With full file extension, including the version specification (for example, JOBFILE.COM;2 or JOBFILE.EXE;5). Using the full file extension format, it is possible to select a specific file extension and version of the command file or detached process to be executed. |
iSeries (AS/400) |
An executable program object. |
z/OS |
Name of a member whose contents are determined by the What parameter.
|
You can browse for the member that contains the JCL code, as described in Browsing remotely for the member that contains the JCL in a library.
The File Name/Member can be the same as or different from the job name. Each member contains only one job.
EXAMPLE: Microsoft Windows
myjob.bat, myjob.cmd, myjob.exe
UNIX
myjob
OpenVMS
MYJOB, MYJOB.COM, MYJOB.COM;2, MYJOB.EXE, MYJOB.EXE;4.
iSeries (AS/400)
MYJOB
Parent Topic |