JobExec |
JobExec.buildFile(java.lang.String buildFile) |
Set the build file associated with this JobExec.
|
JobExec |
JobExec.dataset(java.lang.String dataset) |
Set the data set containing the JCL to be submitted
|
JobExec |
JobExec.file(java.io.File file) |
Set the file on the HFS that contains the JCL to be submitted
|
JobExec |
JobExec.jclEncoding(java.lang.String jclEncoding) |
Set the encoding of the JCL using standard charset name
|
JobExec |
JobExec.member(java.lang.String member) |
Set the member in a data set that contains the JCL to be submitted
|
JobExec |
JobExec.suppressHeaders(boolean suppressHeaders) |
Sets a flag to suppress generated headers in job output.
|
JobExec |
JobExec.text(java.lang.String text) |
Set the content of the JCL to be submitted
|
JobExec |
JobExec.timeout(int timeout,
java.util.concurrent.TimeUnit timeUnit) |
Set the timeout period to wait for job.
|
JobExec |
JobExec.volser(java.lang.String volser) |
Specify the volume serial of the data set
|