The following example sets up an attribute called DATA1 that can be used in conjunction with an ALLOCATE command to provide DCB information for a DD name.
ATTRIB DATA1 BLKSIZE(32720) LRECL(80) DSORG(PS) RECFM(FB)
The following operands are supported for ATTRIB:
| BLKSIZE | LRECL | TRTCH | 
| DSORG | RECFM | 
These operands produce identical output for SQL and VSAM datasets.
The following are parsed and ignored:
| BFALN | BUFOFF | KEYLEN | 
| BFTEK | DEN | NCP | 
| BUFL | ERROPT | OPTCD | 
| BUFNO | EXPDT | RETPD |