On Tue, 14 Jul 2009, Jacky Bright wrote: > My DBA has forgot to recall the SYSADM ISPF profile dataset from the VTS. > Now at DR site entry is there in ML2 which we can not access. > > Looking for a way how to access this dataset. Any ideas. > > JAcky >
Do a DELETE ... NOSCRATCH However, for this to work with DFHSM down, you must connect the userid who is doing it to a special group - ARCCATGP http://publibz.boulder.ibm.com/cgi-bin/bookmgr_OS390/BOOKS/dgt2s671/4.8.12 If necessary, you might need to create this group in RACF. As an alternative, you __might__ be able to use IDCAMS and do a REPRO MERGECAT - ENT(SYSADM.ispf.profile) - INDATASET(realucat) - OUTDATASET(someothercat) Of course, the absolute simpliest way is to delete the SYSADM alias and point it to another catalog. Of course, that implicitly uncatalogs all of SYSADM's datasets. -- Trying to write with a pencil that is dull is pointless. Maranatha! John McKown ---------------------------------------------------------------------- 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

