JobInfo |
IJob.getJobInfo() |
Returns a job information object that uniquely identifies this job.
|
JobInfo |
IJESCommandProvider.submit(IPartitionedDataSetMember member) |
Submits the content of the specified partitioned dataset (PDS) member as JCL and returns information about the
associated job.
|
JobInfo |
IJESCommandProvider.submit(ISequentialDataSet sequentialDataSet) |
Submits the content of the specified sequential dataset as JCL and returns information about the associated job.
|
JobInfo |
IJESCommandProvider.submit(String sequentialDataSetName) |
Submits the content of a sequential dataset of the specified name as JCL and returns information about the associated
job.
|
JobInfo |
IJESCommandProvider.submit(String pdsName,
String memberName) |
Submits the content a partitioned dataset member with the specified partitioned dataset name and member name as JCL and
returns information about the associated job.
|
JobInfo |
IJESCommandProvider.submit(List<String> jclRecords) |
Submits the specified list of records as JCL and returns information about the associated job.
|