The SUBMIT top line command modifies and expedites the process of job submission for jobs already residing in the queues.
This processing can be accomplished in two ways:
All outstanding input requirements for the specified jobs can be posted as satisfied.
Optionally, by specifying EXPRESS=YES, a priority can be set for a specific job.
This priority ensures that the job is submitted ahead of other jobs also ready for submission.
Note:
EXPRESS=YES has no effect when workload balancing is being used.
Usage
zowe ca7 commands submit [options]
Required Options
Options
-
--key
(string)
- The command transaction key
-
--ca7#
(string)
- Specifies the CA 7 job number of the job whose requirements you want to post as satisfied.Limits:
1 to 4 alphanumeric characters
-
--express
(string)
- (Optional) Indicates to place the job ahead of all other jobs (those jobs without EXPRESS=YES) for submission.
The value must be coded as shown. Not valid if workload balancing is being used.
Use of EXPRESS=YES does not establish an increased execution priority for a job.
Rather, it ensures that nonexpress jobs are not submitted ahead of a job that is flagged as an express job.
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