Volume Reporter



IBM's Command List programming language & Restructured Extended Executor

Volume Reporter

Postby amanrai » Sun Aug 25, 2019 3:57 pm

Develop a toolkit that can get user input and scan volumes to provide dataset characteristics in a report. For example, if the users want to find the top 10 large datasets from five volumes, the user will provide 5 volumes as input and select option to find 10 large datasets from those volumes. Identify all PDSE datasets from 10 volumes, identify all uncataloged datasets from 3 volumes, etc

Can anyone help me in providing the above code?
amanrai
 
Posts: 1
Joined: Sun Aug 25, 2019 3:51 pm
Has thanked: 0 time
Been thanked: 0 time

Re: Volume Reporter

Postby steve-myers » Sun Aug 25, 2019 5:28 pm

amanrai wrote:Develop a toolkit that can get user input and scan volumes to provide dataset characteristics in a report. For example, if the users want to find the top 10 large datasets from five volumes, the user will provide 5 volumes as input and select option to find 10 large datasets from those volumes. Identify all PDSE datasets from 10 volumes, identify all uncataloged datasets from 3 volumes, etc

Can anyone help me in providing the above code?

Hire a consultant to develop this facility. The people that respond to these requests do so at no charge, on their own time. It is unlikely such a facility can be developed using only Rexx or CLIST.
steve-myers
Global moderator
 
Posts: 2105
Joined: Thu Jun 03, 2010 6:21 pm
Has thanked: 4 times
Been thanked: 243 times

Re: Volume Reporter

Postby enrico-sorichetti » Sun Aug 25, 2019 6:18 pm

it is reasonably easy to do it using DCOLLECT

see here on how to process DCOLLECT data using REXX

http://www.cbttape.org

http://www.cbttape.org/cbtdowns.htm

File # 206 DCOLLECT REXX execs from Linnea Nichols
http://www.cbttape.org/ftp/cbt/CBT206.zip
cheers
enrico
When I tell somebody to RTFM or STFW I usually have the page open in another tab/window of my browser,
so that I am sure that the information requested can be reached with a very small effort
enrico-sorichetti
Global moderator
 
Posts: 2994
Joined: Fri Apr 18, 2008 11:25 pm
Has thanked: 0 time
Been thanked: 164 times

Re: Volume Reporter

Postby willy jensen » Sun Aug 25, 2019 9:57 pm

Use the VTOC command from cbttape.og file 112. Build a ispf selection panel to get user selection then run VTOC and post-process the output.
willy jensen
 
Posts: 455
Joined: Thu Mar 10, 2016 5:03 pm
Has thanked: 0 time
Been thanked: 69 times


Return to CLIST & REXX

 


  • Related topics
    Replies
    Views
    Last post