Uses of Interface
dev.galasa.zosbatch.IZosBatchJob
Package
Description
CICS/TS Manager
z/OS Batch Manager Batch interface
zOS Program Manager
-
Uses of IZosBatchJob in dev.galasa.cicsts
-
Uses of IZosBatchJob in dev.galasa.zos.spi
Modifier and TypeMethodDescriptionIZosManagerSpi.newZosBatchJobOutput
(IZosBatchJob batchJob, String name, String jobid) Create a new batch job output objectIZosManagerSpi.newZosBatchJobOutputSpoolFile
(IZosBatchJob batchJob, String jobname, String jobid, String stepname, String procstep, String ddname, String id, String records) Create a new zOS Batch job spool file object -
Uses of IZosBatchJob in dev.galasa.zosbatch
Modifier and TypeMethodDescription@NotNull IZosBatchJob
IZosBatch.submitJob
(@NotNull String jcl, IZosBatchJobname jobname) Submit a job.@NotNull IZosBatchJob
IZosBatch.submitJob
(@NotNull String jcl, IZosBatchJobname jobname, ZosBatchJobcard jobCard) Submit a job.Modifier and TypeMethodDescriptionReturn a list of zOS Batch jobs with the given jobname and/or the owner. -
Uses of IZosBatchJob in dev.galasa.zosprogram