DCB=({RECFM=xx,LRECL=nnn,BLKSIZE=nnn,DSORG=zz | Model DCB DSN})
This parameter defines the DCB information for a file being created. For a SEND transfer, the DCB information is associated with the remote system. For a RECEIVE transfer, the DCB information is associated with the local system.
The DCB parameter includes the following two formats:
- DCB={RECFM=xx,LRECL=nnn,BLKSIZE=nnn,DSORG=zz}: defines the RECFM, LRECL, BLKSIZE, and DSORG parameters in a single parameter. You can also set these parameters in the individual RECFM, LRECL, BLKSIZE, and DSORG parameters.
- DCB={ModelDSN}: defines a z/OS data set that operates as a Model for the DCB attributes for the file being created.
Copyright © Cloud Software Group, Inc. All rights reserved.