If the installation has FDRABR, the FDREPORT component can do that. Email me privately if they do have FDREPORT and I will give you a jobstream.
I had a request to post the job here, so here it is.

//REPORT  EXEC  PGM=FDREPORT,REGION=0M
//SYSPRINT   DD  SYSOUT=*
 XSELECT  VOL=ABC*   <-- CHANGE TO SELECT VOLUMES YOU WANT
 REPORT FIELD=(VOL,VLDSCB,VLDSCBU,VL%UDSCB)
 SORT FIELD=(VOL)
 PRINT DATATYPE=VOLDATA

You get a report like
       TOTAL  USED
VOLSER  DSCBS  DSCBS %DU
------ ------ ------ ---
SH20CC    700      3   1
SH20CD    700      3   1

I threw in percentage of DSCBs used, no extra charge.

--
Bruce A. Black
Senior Software Developer for FDR
Innovation Data Processing 973-890-7300
personal: [EMAIL PROTECTED]
sales info: [EMAIL PROTECTED]
tech support: [EMAIL PROTECTED]
web: www.innovationdp.fdr.com

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