I can't comment specifically on what CSF.SCSFMOD0 is being used for, and what security implications there are; other people have done that. But in order to free it up from LLA/XCFAS, you need to issue the console command 'F LLA,REFRESH'; you may also need to issue the console command 'SETPROG LNKLIST,UPDATE,JOB=(*)'. The first command will tell LLA to update what it's caching based on the current linklist; the second command tells address spaces that are currently running to update their linklist based on the current active linklist.
Note, however, that the second command can be *dangerous*, if the linklist gets updated at the same time as the address space is searching for a loadlib; you can get various sorts of ABENDs. A much safer way to do things would be to rename CSF.SCSFMOD0 to, say, CSF.SCSFMOD0.OLD, refresh LLA, and then allocate the new dataset, if that's what you're trying to do here. Delete CSF.SCSFMOD0.OLD after you've IPLed all the systems that might have it allocated. Kevin McKenzie External Phone: 845-435-8282, Tie-line: 8-295-8282 z/OS BCP SVT, Dept FXKA, Bldg 706/2D38 From: "Mark S. House" <[EMAIL PROTECTED]> To: [email protected] Date: 12/12/2007 09:10 AM 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 (402) 778-1966 IBM Mainframe Systems [EMAIL PROTECTED] This e-mail message and any attachments may contain confidential, proprietary or non-public information. This information is intended solely for the designated recipient(s). If an addressing or transmission error has misdirected this e-mail, please notify the sender immediately and destroy this e-mail. Any review, dissemination, use or reliance upon this information by unintended recipients is prohibited. Any opinions expressed in this e-mail are those of the author personally. ---------------------------------------------------------------------- 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

