Getter for brightside logger
Common method to handle job submit options
z/OSMF connection info
Submit options
job document for a previously submitted job
Form a header used for JCL symbol substitution
The name of the JCL substitution symbol
The CLI argument that contains all of the JCL substitution symbol definitions
Index into symDefs to the start of the value for symName.
Index into symDefs that is one past the end of the value for symName.
Header to add to our set of headers
Parse input string for JCL substitution
JCL substitution symbols
headers - Headers to add to the request
Submit a string of JCL to run
z/OSMF connection info
string of JCL that you want to be submit
record format of the jcl you want to submit. "F" (fixed) or "V" (variable)
logical record length of the jcl you want to submit
Submit a JCL string to run
z/OSMF connection info
parm object (see for details)
Submit a JCL string to run
z/OSMF connection info
string of JCL that you want to be submit
record format of the jcl you want to submit. "F" (fixed) or "V" (variable).
logical record length of the jcl you want to submit
Submit a job from a string of JCL and be notified whenever it reaches the default status on a default polling interval.
z/OSMF connection info
parm object (see for details)
Submit a job that resides in a z/OS data set.
z/OSMF connection info
job data set to be translated into parms object
Submit a job that resides in a z/OS data set or USS file.
z/OSMF connection info
parm object (see for details)
Submit a job and be notified whenever it reaches the default status on a default polling interval.
z/OSMF connection info
job data set to be translated into parms object with assumed defaults
Submit a job from a data set and be notified whenever it reaches a certain status. If not status is specified, MonitorJobs.DEFAULT_STATUS is assumed. The polling interval can also be optionally controlled via parms.watchDelay. If not specified, the default polling is MonitorJobs.DEFAULT_WATCH_DELAY.
z/OSMF connection info
parm object (see for details)
Common method to watch for a job to reach a certain status whether the job was submitted through raw JCL statement or through a data set containing JCL.
z/OSMF connection info
job document for a previously submitted job
status that we want this job to reach before notifying
delay / interval to poll
Submit a job that resides in a USS File.
z/OSMF connection info
job USS File to be translated into parms object
Submit a job and be notified whenever it reaches the default status on a default polling interval.
z/OSMF connection info
job USS file to be translated into parms object with assumed defaults
Generated using TypeDoc
Class to handle submitting of z/OS batch jobs via z/OSMF