The RUNH command indicates to place the job in CA Workload Automation CA 7® Edition hold status.
Usage
zowe ca7 commands runh [options]
Required Options
Options
-
--key
(string)
- The command transaction key
-
--job
(string)
- Identifies the job to submit.
The value must be a job name.
If the job has not been defined in the database,
this name must also match the member name for the JCL unless the job is defined in the database.
See also JCLID. JOB and JOBL are mutually exclusive.
Limits:
1 to 8 alphanumeric characters
-
--jobl
(string)
- Identifies the job to submit.
The value must be a long job name.
If the job has not been defined in the database, use JOB instead.
See also JCLID. JOB and JOBL are mutually exclusive.
Limits:
1 to 64 alphanumeric characters
-
--arfset
(string)
- (Optional) Identifies the ARF set name that is used for this run of the job.
If **NONE** is specified, no ARF processing is performed for this run of the job.
Limits:
1 to 8 alphanumeric characters or **NONE**
-
--class
(string)
- (Optional) Specifies the workload balancing class for resource checking.
Limits:
1 alphanumeric character
-
--dotm
(string)
- (Optional) Specifies a due-out time-of-day for the job. If omitted, the current time (when command is processed) plus the lead time is used.
Format: hhmm
Defines the time-of-day where hh is the hours (0 through 24) and mm is minutes (00 through 59).
You can omit leading zeros.
-
--exec
(string)
- (Optional) Specifies whether to execute the job (YES/NO).
If NO (N) is used, the job does not run but shows a normal completion as if it did run.
The value that is specified here overrides the value that is coded on the job definition EXEC field.
Default:
The job definition panel EXEC value if job defined to CA WA CA 7 Edition; otherwise YES.
-
--jclid
(string)
- (Optional) Defines the JCL data set that contains the execution JCL to be submitted.
If used, the value must be a numeric INDEX associated with the wanted JCL data set
(on the JCL statement in the initialization file). If the job is defined in the database,
the value must be the same as the value on the DB.1 panel or the Optional PARMLIB/Parmlib value on the DB.10 and DB.11 panels.
This field or the JCLLIB field is required if the job is not defined in the database.
JCLID and JCLLIB are mutually exclusive.
Note:
Attempts to run cross-platform jobs that are not defined to the database fail because they are treated as regular CPU jobs when processed.
Limits:
1 to 3 numeric characters from 0 through 254 and from 256 through 999. 255 is reserved.
Required:
No, unless job is not defined in database
-
--jcllib
(string)
- (Optional) Defines the JCL data set that contains the execution JCL to be submitted.
If used, the value must be a symbolic INDEX associated with the wanted JCL data set
(on the JCL statement in the initialization file).
If the job is defined in the database, the value must be the same as the value on the DB.1 panel
or the Optional PARMLIB/Parmlib value on the DB.10 and DB.11 panels.
This field or the JCLID field is required if the job is not defined in the database.
JCLID and JCLLIB are mutually exclusive.
Note:
Attempts to run cross-platform jobs that are not defined to the database fail because they are treated as regular CPU jobs when processed.
Limits:
2 to 16 alphanumeric characters beginning with ampersand (&)
Required:
No, unless job is not defined in database
Note:
A dynamic allocation failure on a JCL data set specified by JCLLIB causes the job to enter the request queue in SKELETON status.
-
--late
(string)
- (Optional) Specifies whether notification occurs when the job becomes late.
Specify YES (Y) to make the job eligible to be marked LATE.
If NO (N) is used, the job is never marked LATE.
The value that is specified here overrides the value that is coded on the job definition PROMPTS field.
-
--leadtm
(string)
- (Optional) Specifies the lead (processing) time that is required for the job to run. If omitted, 1 hour is used.
Format: hhmm
Defines the time where hh is hours (0 through 23) and mm is minutes (00 through 59).
You can omit leading zeros.
-
--mainid
(string)
- (Optional) Specifies the MAINID, as defined in the initialization file CPU statement, to which the job is redirected. The value that is specified here overrides the value that is coded on the job definition MAINID field. The name must be one of the following values:
ALL
Specifies all CPUs are acceptable for executing the job.
SYn
n defines the CPU to which the job is being redirected. The value of n can range from 1 to 7.
/SYn
n defines a CPU to which the job cannot be submitted. The value of n can range from 1 to 7.
-SYn
n defines a CPU to which the job cannot be submitted. The value of n can range from 1 to 7.
Limits:
Invalid with cross-platform jobs
-
--rms
(string)
-
--schid
(string)
- (Optional) Indicates the schedule ID to be used for evaluating JCL overrides that are scheduled with the #Jx or #Xx commands.
If used, the value must be a schedule ID number.
Default: 1
Limits:
1 to 3 numeric characters from 1 through 999
Required:
No (unless the SCHEDULE statement in the initialization file specifies SCHID=YES, then this parameter is required)
-
--time
(string)
- (Optional) Establishes a submit time-of-day requirement for the job.
Format: hhmm
Defines the time-of-day where hh is hours (0 through 23) and mm is minutes (00 through 59).
Leading zeros are not required.
-
--type
(string)
- (Optional) Indicates that the job is being scheduled for rerun.
The value must be specified as shown.
TYPE=RES is optional.
If used, a restart requirement is placed on the job, and the job has to be manually restarted.
CA7 Connection Options
Profile Options
Base Connection Options
-
--reject-unauthorized
| --ru
(boolean)
-
--token-type
| --tt
(string)
- The type of token to get and use for the API. Omit this option to use the default token type, which is provided by 'zowe auth login'.
-
--token-value
| --tv
(string)
- The value of the token to pass to the API.
-
--cert-file
(local file path)
-
The file path to a certificate file to use for authentication.
Note: The CLI does not support certificate files that require a password. For more information, search Troubleshooting PEM Certificates in Zowe Docs.
-
--cert-key-file
(local file path)
- The file path to a certificate key file to use for authentication
Examples