Get Jobs
Class to handle obtaining of z/OS batch job information
Constructors
Functions
Get the JCL that was used to submit a job.
Get JCL from a job. Alternate version of the API that accepts a Job object returned by other APIs such as SubmitJobs.
Get jobs that are owned by a certain user or pattern of users.
Get a list of jobs that match an owner and prefix.
Get jobs that match a job name by prefix. Defaults to job(s) owned by the user ID in the session.
Get jobs filtered by owner and prefix.
Get spool content from a job (keeping naming convention patter with this duplication function).
Get spool content from a job using the job name, job ID, and spool ID number from z/OSMF.
Get spool content from a job.
Get a list of all spool files for a job.
Get a list of all job spool files for a job.
Get a list of all job spool files for a job. Alternate version of the API that accepts a Job object returned by other APIs such as SubmitJobs.
Get the status and other details (e.g. owner, return code) for a job.
Get the status and other details (e.g. owner, return code) for a job Alternate version of the API that accepts a Job object returned by other APIs such as SubmitJobs. Even though the parameter and return value are of the same type, the Job object returned will have the current status of the job.
Get the status value only for a given job name and id.
Get the status value for a given job object.