Class and Description |
---|
com.ibm.dbb.build.JCLExec
As of release 2.0.1, replaced by
JobExec .
Submit a JCL in a member of a data set, or a file on HFS, or an internal memory. Example of usage: JCLExec exec = new JCLExec() exec.confDir('/var/dbb_1.0.1/conf') def rc = exec.dataset('USER.JCL').member('SAMPLE').execute() println "Job '${exec.getSubmittedJobId()}' was submitted successfully with maxRC = ${exec.maxRC}" exec.getAllDDNames().each({ ddName -> println "DD Name: $ddName" def file = new File("/u/user/sample/${ddName}.output") exec.saveOutput(ddName, file, null) }) |
Field and Description |
---|
com.ibm.dbb.build.ScriptMappings.SCRIPT_MAPPING_KEY
- Use
DBB_SCRIPT_MAPPING_KEY |
Method and Description |
---|
com.ibm.dbb.build.AbstractExec.addDDStatment(String, String, String, boolean) |
com.ibm.dbb.build.report.BuildReport.save(File, String)
As of release 2.0.1.2, replaced by
BuildReport.save(File) |
com.ibm.dbb.dependency.AbstractDependencyScanner.scan(String, InputStream)
As of release 2.0.1, replaced by
AbstractDependencyScanner.scanStream(String, InputStream) |
com.ibm.dbb.dependency.AbstractDependencyScanner.scan(String, InputStream, String)
As of release 2.0.1, replaced by
AbstractDependencyScanner.scanStream(String, InputStream, String) |
<IBM Copyright © 2018 IBM Corp. All Rights Reserved.