Get JCL from a job.
z/OSMF connection info
the job name for the job for which you want to retrieve JCL
the job ID for the job for which you want to retrieve JCL
Get the JCL that was used to submit a job.
z/OSMF connection info
parm object (see ICommonJobParms interface for details)
Get JCL from a job. Alternate version of the API that accepts an IJob object returned by other APIs such as SubmitJobs.
z/OSMF connection info
the job for which you would like to retrieve JCL
Get a single job object from an input job id
z/OSMF connection info
the job ID for the job for which you want to get status
Get jobs (defaults to the user ID of the session as owner)
z/OSMF connection info
Get jobs that are owned by a certain user or pattern of users
z/OSMF connection info
owner for which to get jobs. Supports wildcard e.g. IBMU* returns jobs owned by all users whose ID beings with "IBMU"
Get a list of jobs that match an owner and prefix
z/OSMF connection info
owner for which to get jobs. Supports wildcard e.g. IBMU* returns jobs owned by all users whose ID beings with "IBMU"
prefix for which to get jobs. Supports wildcard e.g. JOBNM* returns jobs with names starting with "JOBNM"
Get a list of jobs that match various parameters
z/OSMF connection info
Get jobs that match a job name preixl Defaults to jobs owned by the user ID in the session.
z/OSMF connection info
job name prefix for which to list jobs. Supports wildcard e.g. JOBNM* returns jobs with names starting with "JOBNM"
Get jobs filtered by owner and prefix.
z/OSMF connection info
parm object (see IGetJobsParms interface for details)
Get spool content from a job (keeping naming convention patter with this duplication function).
z/OSMF connection info
the spool file for which you want to retrieve the content
the code page to use for EBCDIC translation
Get spool content from a job using the job name, job ID, and spool ID number from z/OSMF
z/OSMF connection info
the job name for the job containing the spool content
the job id for the job containing the spool content
id number assigned by zosmf that identifies the particular job spool file (DD)
Get spool content from a job.
z/OSMF connection info
the spool file for which you want to retrieve the content
the code page to use for EBCDIC translation
Get a list of all spool files for a job.
z/OSMF connection info
the job name for the job for which you want to get a list of spool files
the job ID for the job for which you want to get a list of spool files
Get a list of all job spool files for a job.
z/OSMF connection info
parm object (see for details)
Get a list of all job spool files for a job Alternate version of the API that accepts an IJob object returned by other APIs such as SubmitJobs.
z/OSMF connection info
the job for which you would like to get a list of job spool files
Get the status and other details (e.g. owner, return code) for a job
z/OSMF connection info
the job name for the job for which you want to get status
the job ID for the job for which you want to get status
Get the status and other details (e.g. owner, return code) for a job
z/OSMF connection info
parm object (see ICommonJobParms interface for details)
Get the status and other details (e.g. owner, return code) for a job Alternate version of the API that accepts an IJob object returned by other APIs such as SubmitJobs. Even though the parameter and return value are of the same type, the IJob object returned will have the current status of the job.
z/OSMF connection info
job object
Generated using TypeDoc
Class to handle obtaining of z/OS batch job information