"phoggy" <pho...@verizon.net> wrote in message
news:<57dfa310-928f-4d32-8169-df60fb534...@y10g2000prc.googlegroups.com>
...
> Greetings,
> 
> I'm having an "issue" on my production system concerning SMS managed
> temporary datasets.
> 
> Temporary SMS managed datasets with a final disposition of old are
> being retained instead of deleted, e.g.:
> 
> //STEP000 EXEC PGM=IEFBR14
> //SYSPRINT  DD SYSOUT=*
> //DD01      DD DSN=&&TEMP,
> //     DISP=(NEW,PASS),
> //     DCB=(LRECL=80,BLKSIZE=32720,DSORG=PO,RECFM=FB),
> //     UNIT=SYSDA,SPACE=(TRK,(50,10,45))
> //SYSIN   DD *
> //STEP001 EXEC PGM=IEBCOPY
> //SYSPRINT  DD SYSOUT=*
> //SYSUT1    DD DISP=SHR,d...@cacsm5.jcl.cntl
> //SYSUT2    DD DSN=&&TEMP,DISP=OLD
> //SYSIN    DD *
> 
> 
> results in :
> 
> .
> .
> .
> 
> IEF648I INVALID DISP FIELD- PASS SUBSTITUTED
> .
> .
> .
> IGD101I SMS ALLOCATED TO DDNAME (DD01    )
>         DSN (SYS09114.T112149.RA000.CA51289A.TEMP.H01    )
>         STORCLAS (TEST) MGMTCLAS (        ) DATACLAS (        )
>         VOL SER NOS= CCAP08
> 
> .
> .
> .
> IGD104I SYS09114.T112149.RA000.CA51289A.TEMP.H01     RETAINED,
> DDNAME=SYSUT2
> 
> 
> This (seems) to only happen on my production LPAR and only with
> DISP=OLD coded. On the other LPARs, SMS managed temporary datasets are
> deleted at job/step termination. And jobs coded DISP=(,KEEP) etc have
> PASS substituted and their temporary datasets deleted.
> 
> The storage folks assure me all the LPARS use the same ACS routines
> and I'm pretty sure I've got the same maintenence applied, at least on
> my production and development LPARs.
> 
> So I figure its got to be a parameter somewhere but I'm out of places
> to look.
> 
> 
> Any thoughts from anybody?
> 
> 
> Cheers,
> 
> Steve McDonald

Steve,

The default second disposition is KEEP, so you indeed request it to be
retained in the last step.

Note: this newsgroup is a mirror of a list-server, where the vast
majority of the IBM-MAIN population resides and they will never read the
newsgroup posts. See the info attached automagically at the bottom.

Kees.
**********************************************************************
For information, services and offers, please visit our web site:
http://www.klm.com. This e-mail and any attachment may contain
confidential and privileged material intended for the addressee
only. If you are not the addressee, you are notified that no part
of the e-mail or any attachment may be disclosed, copied or
distributed, and that any other action related to this e-mail or
attachment is strictly prohibited, and may be unlawful. If you have
received this e-mail by error, please notify the sender immediately
by return e-mail, and delete this message. 

Koninklijke Luchtvaart Maatschappij NV (KLM), its subsidiaries
and/or its employees shall not be liable for the incorrect or
incomplete transmission of this e-mail or any attachments, nor
responsible for any delay in receipt.
Koninklijke Luchtvaart Maatschappij N.V. (also known as KLM Royal
Dutch Airlines) is registered in Amstelveen, The Netherlands, with
registered number 33014286 
**********************************************************************

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@bama.ua.edu with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html

Reply via email to