Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface for submit job API

export
interface

ISubmitParms

Hierarchy

  • ISubmitParms

Index

Properties

Optional directory

directory: string

Local directory path to download output of the job

Optional extension

extension: string

A file extension to save the job output with

jclSource

jclSource: string

USS file which should contain syntactically correct JCL Example value: IBMUSER.PUBLIC.CNTL(IEFBR14) where IEFBR14 contains statements like: //IEFBR14 JOB () //RUN EXEC PGM=IEFBR14

Optional jclSymbols

jclSymbols: string

A string for JCL symbolic substitution

memberof

ISubmitJobParms

Optional task

Task status object used by CLI handlers to create progress bars for certain job submit requests Optional

Optional viewAllSpoolContent

viewAllSpoolContent: boolean

Returns spool content if this option used

Optional volume

volume: string

The volume on which the data set is stored

Optional waitForActive

waitForActive: boolean

Wait for the job to reach output status

Optional waitForOutput

waitForOutput: boolean

Wait for the job to reach output status

Generated using TypeDoc