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. You must use #! as the first characters in the first line of the embedded script, such as #!C:\WINDOWS\system32\WindowsPowerShell\v1.0\powershell.exe -File | 
| UNIX | Name of a UNIX shell script file. You must use #! as the first characters in the first line of the embedded script, such as #!/usr/bin/python | 
| 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 |