Rational Developer for System z
Enterprise PL/I for z/OS, Version 3.8, Programming Guide

DD

The DD option allows you to specify alternate DD names for the various datasets used by the compiler.

Read syntax diagramSkip visual syntax diagram>>-DD--+--------------------------------------------------------------------------------------------------------------------------------+-><
       '-(--SYSPRINT--+------------------------------------------------------------------------------------------------------------+--)-'
                      '-,--SYSIN--+----------------------------------------------------------------------------------------------+-'
                                  '-,--SYSLIB--+-------------------------------------------------------------------------------+-'
                                               '-,--SYSPUNCH--+--------------------------------------------------------------+-'
                                                              '-,--SYSLIN--+-----------------------------------------------+-'
                                                                           '-,--SYSADATA--+------------------------------+-'
                                                                                          '-,--SYSXMLSD--+-------------+-'
                                                                                                         '-,--SYSDEBUG-'
 

Up to eight DD names may be specified. In order, they specify alternate DD names for

If you wanted to use ALTIN as the DD name for the primary compiler source file, you would have to specify DD(SYSPRINT,ALTIN). If you specified DD(ALTIN), SYSIN would be used as the DDNAME for the primary compiler source file and ALTIN would be used as the DD name for the compiler listing.

You can also use * to indicate that the default DD name should be used. Thus DD(*,ALTIN) is equivalent to DD(SYSPRINT,ALTIN).


Terms of use | Feedback

This information center is powered by Eclipse technology. (http://www.eclipse.org)