Caveat: I get the daily digest so this might already have been hashed to death.
Looking at my DFSMS v1.5 (ie. *old*) Access Method Services manual, Appendix G - Interpreting DCOLLECT output, lists variable DCVVLCAP - at offset 44(x'2C') - as 'Total capacity of Vol (in KB)'. You should be able to add something like SUM= to Trailer3 to get what you want. I leave the Sort invocation for you to deal with. --------> signature = 6 lines follows <-------- Neil Duffee, Joe Sysprog, uOttawa, Ottawa, Ont, Canada telephone:1 613 562 5800 x4585 fax:1 613 562 5161 mailto:NDuffee of uOttawa.ca http:/ /aix1.uOttawa.ca/ ~nduffee “How *do* you plan for something like that?” Guardian Bob, Reboot “For every action, there is an equal and opposite criticism.” “Systems Programming: Guilty, until proven innocent” John Norgauer 2004 -----Original Message----- From: Jeffrey Agosta [mailto:JAgo...@UNCH...] Sent: January 9, 2013 12:29 Subject: dcollect question The current process does a dcollect as follows: DCOLLECT OFILE(DD1) ELIMIT(50) STOG(BACKUP, - [snip] Then iceman sorts the file with the following parm: [snip] TRAILER3=(1:'STORGRP ',87,8,20:' # OF VOLS', COUNT,40:'% AVAIL',AVG=(40,1,BI))) Which produces: THE STATUS OF THE POOLS ARE AS FOLLOWS STORGRP BACKUP # OF VOLS 12 % AVAIL 47 [snip] My question is, how to also provide a value for the total space per storgrp, does anyone have the expertice to do so? ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [email protected] with the message: INFO IBM-MAIN
