DCB=*.ddname in the same step, or DCB=*.step.ddname in another step. Where is the SET DD statement in your JCL?
The other thing about this is it refers to DCB data
in the JCL. Something like this will work.
//SET DD DUMMY,DCB=(RECFM=FB,LRECL=80,BLKSIZE=800)
//REALDD DD ...,DCB=*.SET
The * in *.ddname in
not a "wild card." There are
no wild cards in JCL. Period. End of story.
I very much doubt anyone now living understands the purpose of the * in *.ddname, except to indicate that the text string that follows is not a data set name or a DCB parameter keyword.
I think you would be better off following Billyboyo's advice.
And please do not lie to us when you said you read the JCL manual.