You see the SMS allocation because if the dataset doesn't exist the JCL you've specified will allocate it as a new dataset and then delete it. If it does exist it will be allocated at and old (mod) dataset and then deleted. In either case you should see this message later in the JESYSMSG.
IGD105I DPC088.TEST.TEST.ALLOC DELETED, DDNAME=TEST Tom Kelman Enterprise Capacity Planner Commerce Bank of Kansas City (816) 760-7632 > -----Original Message----- > From: IBM Mainframe Discussion List [mailto:[email protected]] On > Behalf Of Greg Shirey > Sent: Thursday, April 08, 2010 9:15 AM > To: [email protected] > Subject: Re: JCL QUESTION > > Why? If I run: > > //DPC088IF JOB (DPC088,JDG),'IEFBR14',CLASS=A,MSGCLASS=X, > // MSGLEVEL=(1,1),NOTIFY=DPC088 > // EXEC PGM=IEFBR14 > //SYSPRINT DD SYSOUT=* > //SYSOUT DD SYSOUT=* > //TEST DD DSN=DPC088.TEST.TEST.ALLOC,DISP=(MOD,DELETE,DELETE), > // SPACE=(1,1) > > I see: > > IGD101I SMS ALLOCATED TO DDNAME (TEST ) > DSN (DPC088.TEST.TEST.ALLOC ) > STORCLAS (TSOSC) MGMTCLAS ( ) DATACLAS (DEFAULT) > VOL SER NOS= TSO002 > > IEF142I DPC088IF - STEP WAS EXECUTED - COND CODE 0000 > > > Greg Shirey > Ben E. Keith Co. > > > -----Original Message----- > From: IBM Mainframe Discussion List On Behalf Of Michel Castelein > Sent: Thursday, April 08, 2010 9:07 AM > To: [email protected] > Subject: Re: JCL QUESTION > > > BTW, SPACE=(1,1) should be SPACE=(TRK,(1,1)). > > ---------------------------------------------------------------------- > 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 ***************************************************************************** If you wish to communicate securely with Commerce Bank and its affiliates, you must log into your account under Online Services at http://www.commercebank.com or use the Commerce Bank Secure Email Message Center at https://securemail.commercebank.com NOTICE: This electronic mail message and any attached files are confidential. The information is exclusively for the use of the individual or entity intended as the recipient. If you are not the intended recipient, any use, copying, printing, reviewing, retention, disclosure, distribution or forwarding of the message or any attached file is not authorized and is strictly prohibited. If you have received this electronic mail message in error, please advise the sender by reply electronic mail immediately and permanently delete the original transmission, any attachments and any copies of this message from your computer system. ***************************************************************************** ---------------------------------------------------------------------- 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

