Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface for submit JCL APIs

export
interface

ISubmitJclParms

Hierarchy

  • ISubmitJclParms

Index

Properties

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

Generated using TypeDoc