z/OS MVS JCL Reference
Previous topic | Next topic | Contents | Contact z/OS | Library | PDF


Relationship to other control statements

z/OS MVS JCL Reference
SA23-1385-00

Backward references: If a later DD statement in a job refers to a DD DUMMY statement when requesting unit affinity (UNIT=AFF=ddname) or volume affinity (VOLUME=REF=*.stepname.ddname), the system assigns a dummy status to the later DD statement.

Overriding a procedure DD statement: Coding DUMMY on a DD statement that overrides a DD statement in a procedure does not nullify symbolic parameters on the overridden DD statement. You must assign values to, or nullify, symbolic parameters on the overridden DD statement as described in Using system symbols and JCL symbols.

If the overriding DD statement contains a DSNAME parameter other than NULLFILE, a PATH parameter other than /dev/null, or a SUBSYS, SYSOUT, *, or DATA parameter, the system nullifies a DUMMY parameter on the overridden DD statement.

Note: If you code SYSOUT= on an overriding statement, without specifying a subparameter value, the system does not nullify the DUMMY parameter. You must code a subparameter value for SYSOUT to nullify the DUMMY parameter.

Data sets concatenated to dummy data sets: The system treats data sets concatenated to a DUMMY data set as dummy data sets in that I/O operations are bypassed. However, the system performs disposition processing and allocates devices and storage for any concatenated data sets.

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014