Package | Description |
---|---|
com.ibm.dbb.build |
Modifier and Type | Method and Description |
---|---|
CopyToHFS |
CopyToHFS.append(boolean append)
Set flag indicating if the content of the PDS member should be concatenated to the target HFS file if already exists.
|
CopyToHFS |
CopyToHFS.convertControlCharacters(boolean convertControlCharacters)
Specify whether the control characters should be converted to
space during copying a PDS member to HFS file.
|
CopyToHFS |
CopyToHFS.copyMode(DBBConstants.CopyMode copyMode)
Set the mode used by the copy.
|
CopyToHFS |
CopyToHFS.dataset(java.lang.String dataset)
Set the data set containing the member to copy
from
|
CopyToHFS |
CopyToHFS.ddName(java.lang.String ddName)
Set the dd to copy from
|
CopyToHFS |
CopyToHFS.file(java.io.File file)
Set the target file on HFS
|
CopyToHFS |
CopyToHFS.hfsEncoding(java.lang.String encoding)
Set the target HFS file encoding.
|
CopyToHFS |
CopyToHFS.member(java.lang.String member)
Set the member to copy from
|
CopyToHFS |
CopyToHFS.pdsEncoding(java.lang.String encoding)
Set the source PDS member encoding.
|
CopyToHFS |
CopyToHFS.readOptions(java.lang.String options)
Set the read options
|
CopyToHFS |
CopyToHFS.volser(java.lang.String volser)
Specify the volume serial of the data set
|
Modifier and Type | Method and Description |
---|---|
void |
MVSExec.addCopyToHFS(CopyToHFS copy)
Adds a CopyToHFS command that will be executed after the program is executed but before the DD statements are freed.
|
MVSExec |
MVSExec.copy(CopyToHFS copy)
Adds a CopyToHFS command that will be executed after the program is executed but before the DD statements are freed.
|
<IBM Copyright © 2018 IBM Corp. All Rights Reserved.