
DD Statements For Printer and Punch Datasets
User Reference
Connectivity Systems, Inc.—Copyright © 2006
Use Pursuant to Company Instructions
6-49
SYSnnn Specifies the programmer logical unit. Use
SYSnnn if the ddname itself is not a logical unit
specification. For example, if your COBOL
program includes the statement:
SELECT PRINT-OUT ASSIGN
SYS006-UR-1403-S-PRINT.
then the DD statement would be:
* //PRINT DD SYSOUT=A,OPTION=SYS006
If no COBOL external name is used, do not use
OPTION, since the ddname is a logical unit
specification. For example, if your COBOL
program includes the statement:
SELECT PRINT-OUT ASSIGN SYS006-UR-1403-S.
then the DD statement would be:
* //SYS006 DD SYSOUT=A
Parameter Definition
Commentaires sur ces manuels