Package | Description |
---|---|
com.ibm.dbb.build |
Modifier and Type | Method and Description |
---|---|
CopyToPDS |
CopyToPDS.archive(java.lang.String archive)
Set the absolute path to the archive
|
CopyToPDS |
CopyToPDS.archivedFile(java.lang.String archivedFile)
Set the archived file (e.g src/cobol/example.cbl)
|
CopyToPDS |
CopyToPDS.copyMode(DBBConstants.CopyMode copyMode)
Set the mode used by the copy.
|
CopyToPDS |
CopyToPDS.dataset(java.lang.String dataset)
Set the target data set
|
CopyToPDS |
CopyToPDS.dependencies(java.util.List<PhysicalDependency> dependencies)
Set the dependencies of the source file
|
CopyToPDS |
CopyToPDS.deployType(java.lang.String deployType)
Specify the deploy type
|
CopyToPDS |
CopyToPDS.file(java.io.File file)
Set the file to copy to a data set
|
CopyToPDS |
CopyToPDS.hfsEncoding(java.lang.String encoding)
Set the source HFS file encoding.
|
CopyToPDS |
CopyToPDS.key(java.lang.String key)
Specify the key (file)
|
CopyToPDS |
CopyToPDS.member(java.lang.String member)
Set the target member
|
CopyToPDS |
CopyToPDS.output(boolean output)
Set whether the output has been specified
|
CopyToPDS |
CopyToPDS.pdsEncoding(java.lang.String encoding)
Set the target PDS member encoding.
|
CopyToPDS |
CopyToPDS.volser(java.lang.String volser)
Specify the volume serial of the data set
|
<IBM Copyright © 2018 IBM Corp. All Rights Reserved.