Re: "Cleaning Out a PDS" (Was Re: Library out of space issue while APPLY RSU)

2015-07-24 Thread Wayne Bickerdike
I still use IEHPROGM to delete members of a PDS. Because I can... On Thu, Jul 23, 2015 at 7:49 AM, Paul Gilmartin < 000433f07816-dmarc-requ...@listserv.ua.edu> wrote: > On 2015-07-22 14:46, John Eells wrote: > > > > The syntax is pretty clearly documented in Access Method Services... > > > It

Re: "Cleaning Out a PDS" (Was Re: Library out of space issue while APPLY RSU)

2015-07-22 Thread Paul Gilmartin
On 2015-07-22 14:46, John Eells wrote: > > The syntax is pretty clearly documented in Access Method Services... > It is. I was mostly commenting on your brevity. > http://publibz.boulder.ibm.com/cgi-bin/bookmgr_OS390/BOOKS/dgt2i2a1/20.1.1?SHELF=all13be9&DT=20120126090739&CASE= > > Says: "If yo

Re: "Cleaning Out a PDS" (Was Re: Library out of space issue while APPLY RSU)

2015-07-22 Thread Mike Schwab
On Wed, Jul 22, 2015 at 3:38 PM, Bob Rutledge wrote: > On 7/22/2015 3:59 PM, Paul Gilmartin wrote: <> >> >> Lately I asked here how I might coalesce data set extents (I've >> been using HMIGRATE/HRECALL.) Someone said IBM supplies such a >> utility now. Google is not my friend here: >> >> h

Re: "Cleaning Out a PDS" (Was Re: Library out of space issue while APPLY RSU)

2015-07-22 Thread Paul Gilmartin
On 2015-07-22 14:45, Chris Hoelscher wrote: > An approach I have taken the past several years ... > > /* REXX */ > /* DELETE ALL MEMBERS OF A GIVEN LIBRARY DSN */ > /* TRACE 'R' */ > /* TRACE 'O' */ > Ouch! Are there errors you choose to have unreported? > DSNAME = 'dataset name' > DSN = STRIP(D

Re: "Cleaning Out a PDS" (Was Re: Library out of space issue while APPLY RSU)

2015-07-22 Thread Pommier, Rex
n Behalf Of Pommier, Rex Sent: Wednesday, July 22, 2015 3:56 PM To: IBM-MAIN@LISTSERV.UA.EDU Subject: Re: "Cleaning Out a PDS" (Was Re: Library out of space issue while APPLY RSU) DEL (*) gives invalid dataset name However: DEL /(*) gives me an empty PDS and IDC0553I ALL MEMBERS IN DATA SET

Re: "Cleaning Out a PDS" (Was Re: Library out of space issue while APPLY RSU)

2015-07-22 Thread Pommier, Rex
-MAIN@LISTSERV.UA.EDU] On Behalf Of John Eells Sent: Wednesday, July 22, 2015 3:47 PM To: IBM-MAIN@LISTSERV.UA.EDU Subject: Re: "Cleaning Out a PDS" (Was Re: Library out of space issue while APPLY RSU) 000433f07816-dmarc-requ...@listserv.ua.edu (Paul Gilmartin) wrote: > On 201

Re: "Cleaning Out a PDS" (Was Re: Library out of space issue while APPLY RSU)

2015-07-22 Thread John Eells
000433f07816-dmarc-requ...@listserv.ua.edu (Paul Gilmartin) wrote: On 2015-07-22 13:45, John Eells wrote: So does IDCAMS DELETE these days (I forget when we added this). Both likely use STOW INIT. Syntax? That would appear to DELETE the entire library. But DELETE followed by reallocat

Re: "Cleaning Out a PDS" (Was Re: Library out of space issue while APPLY RSU)

2015-07-22 Thread Chris Hoelscher
m Humana.com (502) 714-8615 (502) 476-2538 -Original Message- From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On Behalf Of John Eells Sent: Wednesday, July 22, 2015 3:45 PM To: IBM-MAIN@LISTSERV.UA.EDU Subject: [IBM-MAIN] "Cleaning Out a PDS" (Was Re: Library

Re: "Cleaning Out a PDS" (Was Re: Library out of space issue while APPLY RSU)

2015-07-22 Thread Paul Gilmartin
On 2015-07-22 14:38, Bob Rutledge wrote: > > delete (*) >>> >> Is there a non-assembler interface for this? Seems a good candidate >> for ISPF DSLIST. >> OK. TSO line command; nothing in ISPF DSLIST? >> Lately I asked here how I might coalesce data set extents (I've >> been using HMIGRATE/HR

Re: "Cleaning Out a PDS" (Was Re: Library out of space issue while APPLY RSU)

2015-07-22 Thread Bob Rutledge
On 7/22/2015 3:59 PM, Paul Gilmartin wrote: On 2015-07-22 13:45, John Eells wrote: So does IDCAMS DELETE these days (I forget when we added this). Both likely use STOW INIT. Syntax? delete (*) That would appear to DELETE the entire library. But DELETE followed by reallocate is certa

Re: "Cleaning Out a PDS" (Was Re: Library out of space issue while APPLY RSU)

2015-07-22 Thread Paul Gilmartin
On 2015-07-22 13:45, John Eells wrote: >> >> So does IDCAMS DELETE these days (I forget when we added this). Both >> likely use STOW INIT. > Syntax? That would appear to DELETE the entire library. But DELETE followed by reallocate is certainly a valid approach. Why not? > The guy who wrote th

"Cleaning Out a PDS" (Was Re: Library out of space issue while APPLY RSU)

2015-07-22 Thread John Eells
ee...@us.ibm.com (John Eells) wrote: pinnc...@rochester.rr.com (Thomas Conley) wrote: I would recommend FIXPDS RESET, from the PDS package, file 182 on your cbttape dial, www.cbttape.org. It zeroes out the directory and makes it look like an empty PDS. So does IDCAMS DELETE these days (I f