Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface for submiting jobs API

export
interface

ISubmitJclNotifyParm

Hierarchy

  • ISubmitJclNotifyParm

Index

Properties

Optional attempts

attempts: number

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

memberof

ISubmitJclNotifyParm

Optional internalReaderLrecl

internalReaderLrecl: string

Specify internal reader LRECL and corresponding http(s) headers will be appended to the request accordingly

memberof

ISubmitJclNotifyParm

Optional internalReaderRecfm

internalReaderRecfm: string

Specify internal reader RECFM and corresponding http(s) headers will be appended to the request accordingly "F" (fixed) or "V" (variable)

memberof

ISubmitJclNotifyParm

jcl

jcl: string

JCL to submit, for example: "//IEFBR14 JOB ()\n" + "//RUN EXEC PGM=IEFBR14"

memberof

ISubmitJclNotifyParm

Optional jclSymbols

jclSymbols: string

A string for JCL symbolic substitution

memberof

ISubmitJobParms

Optional status

status: JOB_STATUS

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

memberof

ISubmitJclNotifyParm

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

ISubmitJclNotifyParm

Generated using TypeDoc