> -----Original Message-----
> From: IBM Mainframe Discussion List 
> [mailto:[EMAIL PROTECTED] On Behalf Of Mark S. House
> Sent: Wednesday, December 12, 2007 7:57 AM
> To: [email protected]
> Subject: Delete DS Held by LLA and XCFAS
> 
> 
> I removed CSF.SCSFMOD0 from the LNKLST and the APF list, but when I 
> attempt to delete I get an error message saying it is in use. 
>  It appears 
> there it is used by LLA and XCFAS.  How can I realese the 
> Dataset from LLA 
> and XCFAS?  Thanks.
> 
> Mark House

I don't think that you really want to do that. I assume that
CSF.SCSFMOD0 was on the original IPL linklist? Do you realize that
particular linklist never goes away? The DEBs describing it exist for
the duration of the IPL. This means that something, such as *MASTER*,
which uses that old DEB could pick up something "weird".

Having said that, the simpliest way to really do it is not to do any of
what has been said. Instead, do the following.

RDEF FACILITY STGADMIN.DPDSRN.CSF.SCSFMOD0 UACC(NONE)
PE STGADMIN.DPDSRN.CSF.SCSFMOD0 ID(me) ACCESS(READ)
-- use ISPF option 3.4 to delete the dataset
RDEL FACILITY STGADMIN.DPDSRN.CSF.SCSFMOD0


reference:
http://publibz.boulder.ibm.com/cgi-bin/bookmgr_OS390/BOOKS/DGT2S260/1.14
.7.1

--
John McKown
Senior Systems Programmer
HealthMarkets
Keeping the Promise of Affordable Coverage
Administrative Services Group
Information Technology

The information contained in this e-mail message may be privileged
and/or confidential.  It is for intended addressee(s) only.  If you are
not the intended recipient, you are hereby notified that any disclosure,
reproduction, distribution or other use of this communication is
strictly prohibited and could, in certain circumstances, be a criminal
offense.  If you have received this e-mail in error, please notify the
sender by reply and delete this message without copying or disclosing
it. 

----------------------------------------------------------------------
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

Reply via email to