Another one is processing the DCOLLECT data with your SORT product, or MXG/SAS 
if you have it.

> -----Original Message-----
> From: IBM Mainframe Discussion List [mailto:[email protected]]
> On Behalf Of Lizette Koehler
> Sent: Tuesday, August 01, 2017 4:13 PM
> To: [email protected]
> Subject: Re: JCL to get a report of large datasets
> 
> A good suggestion was using DFDSS
> 
> https://urldefense.proofpoint.com/v2/url?u=https-
> 3A__www.ibm.com_support_knowledgecenter_en_SSLTBW-
> 5F2.1.0_com.ibm.zos.v2r1.adru000_by.htm&d=DwICaQ&c=C3yme8gMkxg_i
> hJNXS06ZyWk4EJm8LdrrvxQb-
> Je7sw&r=u9g8rUevBoyCPAdo5sWE9w&m=ijoP2N00vfd6rQ9aeJomlK8VPBSv
> VjXq4jN8vy-UkTE&s=-Lxof_rZ7zXBvGXILHUzO_I6fqhgyl-1G7-m1h3ld18&e=
> 
> You can filter by FSIZE      Number of allocated or used tracks for the entire
> data set on all the volumes on which it resides (data set size)
> 
> 
> Remember to use PARM='TYPRUN=NORUN' to make sure you do not do any
> actual actions.
> 
> You can probably use DUMP or COPY for this process.
> 
> Lizette
> 
> -----Original Message-----
> >From: Lizette Koehler <[email protected]>
> >Sent: Aug 1, 2017 4:04 PM
> >To: [email protected]
> >Subject: Re: JCL to get a report of large datasets
> >
> >I would write an REXX.
> >
> >You could then specify the HLQ.  And then use LISTC lvl("hlq") all
> >
> >Run through the output finding the full DSN.  Then use the LISTDSI to see
> the size of the file.
> >
> >If it matches your requirements, you can SAY the data.
> >
> >This can be in a Batch TSO Step.
> >
> >Or go to the CBTTAPE.ORG and see if there is a freeware function you can
> use.
> >
> >
> >Lizette
> >
> >
> >
> >-----Original Message-----
> >>From: Sri h Kolusu <[email protected]>
> >>Sent: Aug 1, 2017 3:44 PM
> >>To: [email protected]
> >>Subject: Re: JCL to get a report of large datasets
> >>
> >>Keeping it simple solution
> >>
> >>1. OPTION 3.4
> >>2. HLQ.*  ( Make sure you have  /  Include Additional Qualifiers) 3.
> >>Type SAVE <any name> and hit Enter 4. The list will be saved as
> >>HLQ.anyname 5. View/Edit list dataset HLQ.anyname 6. Issue the command
> >>SORT 75 87 D 7. You got the DSNAME and the tracks.
> >>
> >>Note : This method is NOT applicable to migrated datasets.
> >>
> >>You can run HLIST command on migrated datasets on LEVEL and get the
> >>listing into a dataset.
> >>
> >>Thanks,
> >>Kolusu
> >>
> >>IBM Mainframe Discussion List <[email protected]> wrote on
> >>08/01/2017 02:55:51 PM:
> >>
> >>> From: Ron Thomas <[email protected]>
> >>> To: [email protected]
> >>> Date: 08/01/2017 02:56 PM
> >>> Subject: Re: JCL to get a report of large datasets Sent by: IBM
> >>> Mainframe Discussion List <[email protected]>
> >>>
> >>> Can i get a sample job or so to pull the information based on the
> >>> high-level qualifier of dataset ? Thanks!
> >>>
> >
> 
> ----------------------------------------------------------------------
> For IBM-MAIN subscribe / signoff / archive access instructions, send email to
> [email protected] with the message: INFO IBM-MAIN

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [email protected] with the message: INFO IBM-MAIN

Reply via email to