Specifies the block size of a data set created on an IBM mainframe.
Note: Used when FILE_OPTION=CREATE
Range: 0 to 32767
|
If the format is… |
Then the block size must be… |
|
Fixed or fixed block record |
A multiple of the record length |
|
Variable record |
Four bytes larger than the record length |
|
Undefined record |
Larger than the largest record length |
Default: 800
The compress_pds parameter controls when a PDS dataset gets compressed for CA XCOM Data Transport z/OS partners that support this functionality. The value of the CMPRS_PDS_ALLOW parameter in the z/OS default table (XCOMDFLT) or destination member (XCOMDFLT) determines if PDS compression is allowed. When this parameter is set to YES, then PDS compression can occur on the CA XCOM Data Transport z/OS partner.
Suppresses the compression of an output PDS dataset as part of a CA XCOM Data Transport transfer.
The output PDS dataset is compressed before the transfer of user data begins.
The output PDS dataset is compressed after the transfer of user data has completed.
The output PDS dataset is compressed both before and after the transfer of user data.
Default: NONE
Note: COMPRESS_PDS applies only to PDS data sets that are opened for output as the target of a CA XCOM Data Transport transfer.
Specifies whether an existing data set can be deleted and a new data set allocated at the start of a FILEOPT=CREATE transfer. This functionality is for CA XCOM Data Transport z/OS partners with support for CREATEDELETE. The CREATEDELETE parameter in the z/OS default table (XCOMDFLT) or destination member (XCOMCNTL) specified by the z/OS CA XCOM Data Transport Administrator affects the functionality of this parameter.
If FILEOPT=CREATE and the data set exists, then the data set is deleted and a new data set is allocated at the start of the transfer.
If FILEOPT=CREATE and the data set exists, then the transfer fail with a catalog/file error.
If FILEOPT=CREATE and the data set exists, then the data set is deleted and a new data set is allocated at the start of the transfer.
If FILEOPT=CREATE and the data set exists, then the transfer fails with a catalog/file error.
Default: NO
Notes:
| Copyright © [set copyright date variable] CA. All rights reserved. |
|