Update requirement definition for a job
Usage
zowe ca7 update-job-definition job [options]
Required Options
Options
-
--execute (string)
- Indicates whether to execute this job.
Valid values are: Y/N
-
--use-jcl-override-library | --ujol (string)
- Specifies whether to retrieve the JCL from the JCL Override library (JCLID=254) for the next run only (Y or N).
This field is automatically set back to N the next time the job comes into the request queue
-
--do-not-schedule-before-date | --dnsbd (string)
- Specifies not to schedule this job before this date (in YYDDD format, or 00000)
-
--do-not-schedule-before-time | --dnsbt (string)
- Specifies not to schedule this job before this time (in HHMM format)
-
--do-not-schedule-after-date | --dnsad (string)
- Specifies not to schedule this job after this date (in YYDDD format, or 99999)
-
--do-not-schedule-after-time | --dnsat (string)
- Specifies not to schedule this job after this time (in HHMM format)
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