Subparameter definition

Start of change
ddname
Indicates all DD statements with the name, ddname, in this job.
stepname.ddname
Indicates all DD statements with the name, ddname, in step, stepname, in this job.
procstepname.stepname.ddname
Indicates all DD statements with the name, ddname, in procedure step, procstepname, of a procedure that is called by a step, stepname, in this job.
procstepname.ddname
Indicates all DD statements with the name, ddname, in procedure step, procstepname, in this job.
End of change
Note: Start of changeIf a DD statement matches more than one OUTPUT statement DDNAME=keyword, then the OUTPUT statements which have most qualifiers for the DDNAME=keyword will be used. Statements which have fewer qualifiers are ignored.End of change