Package | Description |
---|---|
com.ibm.dbb.build |
Modifier and Type | Method and Description |
---|---|
JCLExec |
JCLExec.confDir(java.lang.String confDir)
Set the configuration directory where jobOutput REXX script could be found
|
JCLExec |
JCLExec.dataset(java.lang.String dataset)
Set the data set contains the JCL to be submitted
|
JCLExec |
JCLExec.file(java.io.File file)
Set the file on the HFS that contains the JCL to be submitted
|
JCLExec |
JCLExec.jclEncoding(java.lang.String jclEncoding)
Set the encoding of the JCL
|
JCLExec |
JCLExec.member(java.lang.String member)
Set the member in a data set that contains the JCL to be submitted
|
JCLExec |
JCLExec.text(java.lang.String text)
Set the content of the JCL to be submitted
|
JCLExec |
JCLExec.volser(java.lang.String volser)
Specify the volume serial of the data set
|
<IBM Copyright © 2018 IBM Corp. All Rights Reserved.