>From the JCL manual: -------------------------------------------- //OUTDD1 DD DUMMY,DSNAME=X.X.Z,UNIT=3380, // SPACE=(TRK,(10,2)),DISP=(,CATLG)
DD statement OUTDD1 defines a dummy data set. The other parameters coded on the statement are checked for syntax but not used. ----------------------------------------------- >From the above, I don't think the JFCB is populated. The manual does say DCB >values are populated. If memory serves me correctly, an instructor in a class >from a long time ago said that DUMMY overrides DSN and in a procedure override >statement DSN overrides DUMMY. Chris Blaicher Phone: 512-340-6154 Mobile: 512-627-3803 -----Original Message----- From: IBM Mainframe Discussion List [mailto:[email protected]] On Behalf Of Frank Swarbrick Sent: Wednesday, September 16, 2009 10:04 AM To: [email protected] Subject: Reading DD card information I believe I have seen something like the following: //FJSTEST JOB NOTIFY=&SYSUID //STEP01 EXEC PGM=MYPGM //DUMMME DD DUMMY,DSN='THIS.IS.A.TEST' What does MYPGM need to do in order to retrieve the DSN value of the DD named DUMMME? A general pointer in the right direction would be nice. Specific examples would be great! :-) Thanks, Frank >>> The information contained in this electronic communication and any document attached hereto or transmitted herewith is confidential and intended for the exclusive use of the individual or entity named above. If the reader of this message is not the intended recipient or the employee or agent responsible for delivering it to the intended recipient, you are hereby notified that any examination, use, dissemination, distribution or copying of this communication or any part thereof is strictly prohibited. If you have received this communication in error, please immediately notify the sender by reply e-mail and destroy this communication. Thank you. -- Frank Swarbrick Applications Architect - Mainframe Applications Development FirstBank Data Corporation - Lakewood, CO USA P: 303-235-1403 ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [email protected] with the message: GET IBM-MAIN INFO Search the archives at http://bama.ua.edu/archives/ibm-main.html ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [email protected] with the message: GET IBM-MAIN INFO Search the archives at http://bama.ua.edu/archives/ibm-main.html

