Manually adds temporary, one-time, preexecution user or predecessor job requirements
Usage
zowe ca7 commands addrq [options]
Required Options
Options
-
--depjob
(string)
-
example: PAYJOB
Defines a temporary one-time job dependency requirement.
The DEPJOB value specifies the job name that must complete execution
or must be manually posted complete before the job identified by JOB is eligible for submission.
DEPJOB is required unless USR is used, in which case, omit DEPJOB.
This requirement is satisfied automatically when the predecessor job completes.
Only in unusual situations would this requirement must be satisfied manually.
That is, any time that a normal completion did not occur.
Required: Yes, unless USR is used.
Limits: 1 to 8 alphanumeric characters
-
--usr
(string)
-
example: USER WILL CALL TO RELEASE
Defines the description of a temporary, one-time user requirement.
This requirement must be manually satisfied before the job identified by JOB is eligible for submission.
If any commas are included as part of the text, enclose the entire requirements text in parentheses.
This requirement is satisfied automatically when the predecessor job completes.
Only in unusual situations would this requirement must be satisfied manually.
That is, any time that a normal completion did not occur.
Required: USR is required unless DEPJOB is used, in which case, omit USR.
Limits: 1 to 36 alphanumeric characters
-
--rmtjob
(string)
-
example: RMT_JOB
Names the job in the remote scheduler that is required by the job specified in the JOB field.
Limits: RMTJOB should accept up to 64 characters
valid characters are a-z, A-Z, 0-9, period (.), underscore (_), hyphen (-),
colon (:), and pound (#); do not include embedded spaces or tabs.
-
--rmtschd
(string)
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
-
--cert-key-file
(local file path)
- The file path to a certificate key file to use for authentication
Examples