SENDERCFMU={YES | NO | NOBDW}
| Default | None |
| Allowable Values | YES,
NO,
NOBDW |
| Minimum | Not Applicable |
| Maximum | Not Applicable |
This parameter defines whether to maintain RECFM=VB BDW when sending or receiving files.
The valid values are as follows:
YES: WhenYESis specified for a send file transfer, the file is opened usingRECFM=U. Each block is written as an individual record. The main use of this parameter is to retain theRECFM=VBblock and record structure when sending a file to a UNIX or Windows platform.NO: WhenNOis specified for a send file transfer, the file is not opened usingRECFM=U. The default value isNO.NOBDW: WhenNOBDWis specified for a send file transfer, the file is opened usingRECFM=U. Each block is written as an individual record. This parameter is the same asYES, except that theBDWis not sent.
Note: This parameter must be used only when
TYPE=BINARY is specified.