SMPCNTL
- ddname
- SMPCNTL.
- Use
- The SMPCNTL data set contains the SMP/E commands to be processed.
- Attributes
- Sequential; LRECL=80, BLKSIZE=multiple of 80, RECFM=FB.
- Device
- Card, tape, direct access, or terminal.
Note:
- BLKSIZE must not exceed 32760.
- This data set may reside in a UNIX file system. Specify PATHOPTS(ORDONLY) and either FILEDATA=TEXT or FILEDATA=BINARY on the DD statement if it is to reside in a UNIX file system. For simplicity, FILEDATA=TEXT is preferred, and ensure the newline character (X'15') marks the end of each line. If you use FILEDATA=BINARY, you must ensure that each line is padded with blanks to the 80-byte record length because there is no end of record marker in binary data.