Mass PDS Compress Without Volume Specification

2007-10-05 Thread Edward Jaffe
I've recently put together a service update procedure that starts by invoking DSS to compress all PDS-type libraries whose data set names match a given pattern. These are SMS-managed data sets and will reside on any of the volumes in the storage group. I tried this and got the error shown:

Re: Mass PDS Compress Without Volume Specification

2007-10-05 Thread Alex UMX
Maybe you coud write an ADRDSSU UIM to do that? should be relatively simple to do - provide storage group and a pattern in DD:UIMIN, build a sysin and attach adrdssu. Alex -- For IBM-MAIN subscribe / signoff / archive access

Re: Mass PDS Compress Without Volume Specification

2007-10-05 Thread McKown, John
-Original Message- From: IBM Mainframe Discussion List [mailto:[EMAIL PROTECTED] On Behalf Of Edward Jaffe Sent: Friday, October 05, 2007 12:44 PM To: IBM-MAIN@BAMA.UA.EDU Subject: Mass PDS Compress Without Volume Specification I've recently put together a service update

Re: Mass PDS Compress Without Volume Specification

2007-10-05 Thread Ray Mullins
to 7-bit ASCII. ---Christophe Pierret [for Alain LaBonté] -Original Message- From: IBM Mainframe Discussion List [mailto:[EMAIL PROTECTED] On Behalf Of Edward Jaffe Sent: Friday, 05 October, 2007 11:46 To: IBM-MAIN@BAMA.UA.EDU Subject: Re: Mass PDS Compress Without Volume

Re: Mass PDS Compress Without Volume Specification

2007-10-05 Thread Edward Jaffe
McKown, John wrote: Off hand, without having coded it, I'd say that I'd try to use REXX. I'd OUTTRAP the contents of a LISTC. For each NONVSAM entry, I'd do a LISTDSI to check. If the RC=0 and the DSORG=PO, then I'd ALLOCATE it and then call IEBCOPY to do the actual compress. I think that

Re: Mass PDS Compress Without Volume Specification

2007-10-05 Thread Traylor, Terry
e-mail system and is subject to archival and review by someone other than the recipient. -Original Message- From: IBM Mainframe Discussion List [mailto:[EMAIL PROTECTED] On Behalf Of Edward Jaffe Sent: Friday, October 05, 2007 10:44 AM To: IBM-MAIN@BAMA.UA.EDU Subject: Mass PDS Compress

Re: Mass PDS Compress Without Volume Specification

2007-10-05 Thread Ed Gould
On Oct 5, 2007, at 1:02 PM, McKown, John wrote: John, When I tried this (a few years ago) it seemed to work. I am working from memory but you can figure out the correct syntax without too much effort. compress dsorg=po etc... Don't specify dsn's. Ed