I use DCOLLECT, with MIGRATEDATA option, then with SORT or REXX you can
extract these files. This is an example with ICETOOL:

//TOOLIN    DD  *
   SORT FROM(INDD) TO(OUTDD1) USING(CPY2)
   DISPLAY FROM(OUTDD1) LIST(REPSMS) BLANK -
   DATE(DMY.) TITLE('title) PAGE -
   HEADER('File   ')          ON(29,44,CH) -
   HEADER('Used Space')        ON(97,4,FI)  -
   HEADER('Cre Date')           ON(109,4,PD) -
   HEADER('Last ref')           ON(117,4,PD)
//CPY2CNTL DD *
   OPTION VLSHRT
   SORT FIELDS=(6,44,A),FORMAT=BI
Regards

Gonzalo Cengotita


On Mon, Jan 10, 2011 at 2:06 PM, esmie moo <[email protected]> wrote:

> Good Morning Gentle Readers,
>
> Is there a utility that I could use to compile a list of dsns which were
> created in 2009 or before.  My problem is that we do not have the FDR
> products installed in this partition whic could do the trick.  Also, 99% of
> the dsns are archived to ML2.  I was thinking of using IEHLIST etc however
> that would entail in recalling all the dsns to DASD.  I checked the first 3
> HLQ's and there are about 150,000 dsns.  Should I recall them to dasd I
> could run the risk of saturating the ML0 volumes.
>
> Your suggestions would be greatly appreciated.
>
> Thanks in advance.
>
>
>
> ----------------------------------------------------------------------
> 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
>



-- 

  Gonzalo Cengotita Quirce

----------------------------------------------------------------------
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

Reply via email to