For non-z/OS jobs, File Path indicates the location of the file that contains the script. For z/OS jobs, Member Library indicates the location of the Member that contains the JCL, started task procedure, or Warning message.
The path or library specified in the File Path/Member library parameter and the accompanying File name/Member name do not have to exist when the job processing parameters are defined. Control-M searches for them only before actual submission of the job.
Additional information |
Description |
|
---|---|---|
Usage |
This parameter can be used when the What parameter is Embedded Script/Embedded JCL. In this case, the Script parameter is required. For z/OS, this parameter can be used when the What parameter is Member. |
|
Length |
|
|
Case Sensitive |
Yes |
|
Invalid Characters |
|
|
Variable Name |
%%MEMLIB |
|
Alternate Names |
|
|
Alternate Formats in other Control‑M components |
Alternate formats for the File Path parameter are listed in the Computer specific information section in this folder. |
|
Computer specific information |
||
Microsoft Windows |
The File Path parameter indicates the drive ID, and the names of the directory and subdirectories (if any). |
|
UNIX |
The File Path parameter indicates the names of the directory and subdirectories (if any). One of the following symbols can be used in place of or as part of the directory and sub-directory names (these symbols are resolved at the time the job is ordered or forced):
|
|
OpenVMS |
The File Path parameter contains the (device:[directory]) that can be specified as the physical path or as an OpenVMS logical name. |
|
iSeries (AS/400) |
The File Path parameter contains the (device:[directory]) that can be specified as the physical path or as an OpenVMS logical name. |
|
z/OS |
Format of the parameter depends on whether the job processing definition applies to a job (or warning messages) or a started task: |
|
Job |
Valid values: a valid data set name of 1-44 characters or one of the following reserved values:
|
|
Started Task |
Any of the following formats can be used for the value of Mem Lib: *. taskid, where taskid is the ID of the task cpuid, stcparms, where: cpuid, where cpuid is the ID of the computer in which the started task is to be activated. |
|
Valid values for cpuid are: * – The computer where the Control-M monitor is active. |
||
z/OS |
Started Task |
Under JES2
Under JES3 Lname – where name is the logical JES name of the computer, that is, the name as used in the JES3 command *T, not the SMF system ID. |
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.
EXAMPLE: Microsoft Windows
D:\ACCOUNT\SALARY
UNIX
$HOME/ctm/salary
OpenVMS
DUA0:[SALARY.JAN.ARCH],SALARY$DIR
iSeries (AS/400)
MYLIB
z/OS
GENERAL
Parent Topic |