Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ISubmitJobUSSNotifyParm

Interface for submit job API

export
interface

ISubmitJobNotifyParm

Hierarchy

Index

Properties

Optional attempts

attempts: number

Number of attempts for which will poll before ending. Default: MonitorJobs.DEFAULT_ATTEMPTS.

memberof

ISubmitJobUSSNotifyParm

Optional jclSymbols

jclSymbols: string

A string for JCL symbolic substitution

memberof

ISubmitJobUSSParms

jobUSSFile

jobUSSFile: string

USS File which should contain syntactically correct JCL Example value: /u/users/ibmuser/iefbr14.jcl where the file contains statements like: //IEFBR14 JOB () //RUN EXEC PGM=IEFBR14

memberof

ISubmitJobUSSParms

Optional status

status: JOB_STATUS

Status for which you'd like to be notified of a completed job. Default: MonitorJobs.DEFAULT_STATUS.

memberof

ISubmitJobUSSNotifyParm

Optional watchDelay

watchDelay: number

Watch delay (polling delay) that the underlying services will use to report whenever a job is complete in milliseconds. Default: MonitorJobs.DEFAULT_WATCHER_DELAY

memberof

ISubmitJobUSSNotifyParm

Generated using TypeDoc