Package | Description |
---|---|
com.ibm.dbb.build |
Modifier and Type | Method and Description |
---|---|
DDStatement |
DDStatement.concatenate(DDStatement statement)
Concatenates a DD statement to this DD statement.
|
DDStatement |
DDStatement.ddref(java.lang.String ddref) |
DDStatement |
DDStatement.deployType(java.lang.String deployType)
Set the deploy type for this DD
|
DDStatement |
DDStatement.dsn(java.lang.String dsn)
Sets the dataset name for this DD statement.
|
DDStatement |
DDStatement.instreamData(java.lang.String instreamData)
Set the instream data for this DD
|
DDStatement |
DDStatement.name(java.lang.String name)
Sets the DD name for this DD statement.
|
DDStatement |
DDStatement.options(java.lang.String options)
Sets the BPXWDYN allocation options for this DD statement.
|
DDStatement |
DDStatement.output(boolean output)
Set whether this DD as an output DD
|
DDStatement |
DDStatement.pass(boolean pass)
Sets the
pass flag for this DD statement. |
DDStatement |
DDStatement.path(java.lang.String path)
Sets the path for this DD statement.
|
DDStatement |
DDStatement.report(boolean report)
Set whether this DD should be reported in the build report.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<DDStatement> |
DDStatement.getConcatenations()
Retrieves the list of DD statements that are concatenated to this DD statement
|
java.util.List<DDStatement> |
AbstractExec.getDDStatements()
Retrieves the list of DD statements for this command
|
Modifier and Type | Method and Description |
---|---|
void |
DDStatement.addConcatenation(DDStatement dd)
Concatenates a DD statement to this DD statement.
|
void |
AbstractExec.addDDStatement(DDStatement dd)
Add a DD statement that will be allocated prior to executing the program and freed once program execution has completed.
|
DDStatement |
DDStatement.concatenate(DDStatement statement)
Concatenates a DD statement to this DD statement.
|
AbstractExec |
AbstractExec.dd(DDStatement dd)
Add a DD statement that will be allocated prior to executing the program and freed once program execution has completed.
|
Modifier and Type | Method and Description |
---|---|
void |
AbstractExec.addAllDDStatements(java.util.List<DDStatement> dds)
Concatenates a list of DD statements to the list of DD statements for this command
|
Constructor and Description |
---|
DDStatement(DDStatement dd)
Copy constructor for DD Statement
|
<IBM Copyright © 2018 IBM Corp. All Rights Reserved.