Package | Description |
---|---|
com.ibm.dbb.build |
Modifier and Type | Method and Description |
---|---|
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.text(java.lang.String text)
Set the content of the JCL to be submitted
|
JobExec |
JobExec.volser(java.lang.String volser)
Specify the volume serial of the data set
|
<IBM Copyright © 2018 IBM Corp. All Rights Reserved.