Replacement for LISTDSI for multivolume datasets searched

2012-09-10 Thread Kenneth J. Kripke
These are ALC macros, but, since you have the disk volsers, they can be used. From the manual DFSMSdfp Advanced Services, Document Number SC26-7400-10 Look at OBTAIN and CVAF. K. Kripke kkri...@mindspring.com

Re: Replacement for LISTDSI for multivolume datasets searched

2012-09-09 Thread Scott Ford
I don't dispute fact that replacement for an IDCAMS LISTCAT for determining statuses of cataloged VSAM datasets , etc could be in the future. The csi interface I use. Scott ford www.identityforge.com On Sep 9, 2012, at 1:32 AM, Ed Gould edgould1...@comcast.net wrote: Scott: I would suggest

Re: Replacement for LISTDSI for multivolume datasets searched

2012-09-09 Thread Scott Ford
Thanks Walt, that what I thought also.. Scott ford www.identityforge.com On Sep 9, 2012, at 7:28 PM, Walt Farrell walt.farr...@gmail.com wrote: On Sun, 9 Sep 2012 12:05:02 -0400, Scott Ford scott_j_f...@yahoo.com wrote: I don't dispute fact that replacement for an IDCAMS LISTCAT for

Re: Replacement for LISTDSI for multivolume datasets searched

2012-09-08 Thread Jürgen Kehr
Dear Lizette, thanks for your fast response. I was already aware of the CSI, I used it in other REXX procedures to search for some datasets similar to ISPF 3.4. But AFAIK CSI only gives the name of a dataset, but no other attributes (size etc.). In the case I#m talking about now, I already

Re: Replacement for LISTDSI for multivolume datasets searched

2012-09-08 Thread Lizette Koehler
For NONVSAM LISTDSI may work, for VSAM CSI will work. And CSI returns the VOLUMES, RBA, and any other catalog information for both VSAM and NONVSAM. Including if it spans multi volumes. If you look at my other postings on CSI you will see that IBM has provided other samples to show how to

Re: Replacement for LISTDSI for multivolume datasets searched

2012-09-08 Thread Scott Ford
Jurgen, You could also call idcams, output sysprint to a Qsam file, read with rexx and parse Scott ford www.identityforge.com On Sep 8, 2012, at 6:46 AM, Lizette Koehler stars...@mindspring.com wrote: For NONVSAM LISTDSI may work, for VSAM CSI will work. And CSI returns the VOLUMES,

Re: Replacement for LISTDSI for multivolume datasets searched

2012-09-08 Thread Ed Gould
Scott: I think IBM seriously suggested that this was not to be used as it is not a programming interface. One off the wall vendor does/did that and every few years it breaks as IDCAMS output changes. Ed On Sep 8, 2012, at 9:43 AM, Scott Ford wrote: Jurgen, You could also call idcams,

Re: Replacement for LISTDSI for multivolume datasets searched

2012-09-08 Thread Scott Ford
Ed, IBM says these things and I understand, but what alternative has been provided and samples with the alternative. Scott ford www.identityforge.com On Sep 8, 2012, at 7:06 PM, Ed Gould edgould1...@comcast.net wrote: Scott: I think IBM seriously suggested that this was not to be used as

Re: Replacement for LISTDSI for multivolume datasets searched

2012-09-08 Thread Ed Gould
Scott: I would suggest rather than to suggest a bad approach is to keep looking. You never know in 2 years someone might be researching for a similar problem and the issue becomes a problem yet again. Ed On Sep 8, 2012, at 6:24 PM, Scott Ford wrote: Ed, IBM says these things and I

Replacement for LISTDSI for multivolume datasets searched

2012-09-07 Thread Jürgen Kehr
Hi, in a REXX application I used LISTDSI to determine the size of some datasets, in order to generate a JCL stream and FTP locsite statements. Now the datasets growed, so I meeded to define some datasets as multi volume files. But here I recognized that LISTDSI doesn't support multi volume

Re: Replacement for LISTDSI for multivolume datasets searched

2012-09-07 Thread Lizette Koehler
Yes, you can use the Catalog Search Interface (CSI) to do this. There is documentation in z/OS V1R12.0 DFSMS Managing Catalogs And a sample in SYS1.SAMPLIB(IGGCSIRX) Lizette Hi, in a REXX application I used LISTDSI to determine the size of some datasets, in order to generate a JCL stream