Getter for brightside logger
Common method to handle job submit options
z/OSMF connection info
Submit options
job document for a previously submitted job
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.
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
Generated using TypeDoc
Class to handle submitting of z/OS batch jobs via z/OSMF