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. |
IBM i (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
IBM i (AS/400)
MYJOB
Parent Topic |