× The internal search function is temporarily non-functional. The current search engine is no longer viable and we are researching alternatives.
As a stop gap measure, we are using Google's custom search engine service.
If you know of an easy to use, open source, search engine ... please contact support@midrange.com.



Anyone top this ratio of "User directories" over "User libraries" from the 
RTVDSKINF / PRTDSKINF *SYS combo?
                                                % of         Size in 
Description                                     Disk     1,000,000 bytes
User libraries                                  2.81           14832.52 
User directories                               61.41          323932.90 
Folders and documents                            .00               4.21 
QSYS                                             .28            1487.20 
Other IBM libraries                              .85            4468.55 
Licensed Internal Code                           .31            1626.15 
Temporary space                                 1.56            8249.55 
Unused space                                   32.68          172378.51 
System internal objects                          .10             536.49 
Objects not in a library                         .00                .00 
TOTAL                                         100.00          527516.08 

Data from RTVDIRINF / PRTDIRINF combo (V5R3)
                                                            Size in
Description                                                  Mbytes
Total disk space on system                                503040.00
Total disk used space                                     338857.22
Total disk unused space                                   164182.77
Why these numbers don't match with the PRTDSKINF beats me.  I can see a 
little fluctuation, but not even the totals match.

And it took me quite awhile to determine that "Total space used by objects 
in this directory and subdirectories" is not what it says.  It's
(Total space used by directories)
-
(The sum of what what has already appeared in all of the previous "Total 
space used by this directory").

  Directory . . :   /  
          Number of        % of              Size in 
Description           Objects         Disk             Megabytes
Total space used by this directory                  8         .00  13.44
Total space used by objects in this directory and subdirectories     95203 
      63.74             320648.02


  Directory . . :   /QOpenSys   
          Number of        % of              Size in 
Description           Objects         Disk             Megabytes
Total space used by this directory                  4         .00  .09
Total space used by objects in this directory and subdirectories     95195 
      63.73             320634.58


  Directory . . :   /QDLS/   
          Number of        % of              Size in 
Description           Objects         Disk             Megabytes
Total space used by this directory                  8         .00  .04
Total space used by objects in this directory and subdirectories     86233 
      63.67             320308.62

 
  Directory . . :   /QSYS.LIB/   
          Number of        % of              Size in 
Description           Objects         Disk             Megabytes
Total space used by this directory              15610         .25  1293.95
Total space used by objects in this directory and subdirectories     86202 
      63.67             320305.53


  Directory . . :   /GDDATA2/NOTES/DATA   
          Number of        % of              Size in 
Description           Objects         Disk             Megabytes
Total space used by this directory               5108        1.85  9313.60
Total space used by objects in this directory and subdirectories     23210 
      58.44             294023.50


  Directory . . :   /NOTES02/NOTES/DATA/mail   
          Number of        % of              Size in 
Description           Objects         Disk             Megabytes
Total space used by this directory                596       46.36  
233235.41
Total space used by objects in this directory and subdirectories      8201 
      51.96             261418.04


  Directory . . :   /NOTES02/NOTES/DATA/mail/arissner.ft   
          Number of        % of
Description           Objects         Disk
Total space used by this directory                  5         .00
Total space used by objects in this directory and subdirectories      7605 
       5.60


SELECT A.QEZDIRIDX, MAX(A.QEZDIRNAM1), SUM(B.QEZALCSIZE) AS TOTSIZEA,
  SUM(B.QEZDTASIZE) AS TOTSIZEB
FROM QAEZD0001D A JOIN QAEZD0001O B
  ON A.QEZDIRIDX = B.QEZDIRIDX
GROUP BY A.QEZDIRIDX
ORDER BY TOTSIZEA DESC'  


MAX                                            TOTSIZEA          TOTSIZEB
-------------------------------        ----------------  ----------------
/NOTES02/NOTES/DATA/mail               244,565,054,976   244,565,054,976 
/GDDATA2/NOTES/DATA                      9,766,018,604    13,141,967,610 
/QUALITY2/NOTES/DATA/QUALITY23/          6,609,764,352     6,609,764,352 
/QUALITY2/NOTES/DATA/QUALITY70/          4,948,779,008     4,948,779,008 
/NOTES02/NOTES/DATA                      4,062,395,338     4,150,130,210 
/Domino/OAKFARM02/data                   3,132,369,739     3,153,958,519 
/QSYS.LIB/ROUTINES.LIB/IFSLIST.          2,820,240,864     2,827,387,248 
/QSYS.LIB/QMPGDATA.LIB/                  2,466,361,344     2,466,361,344 
/INTERNOTES02/Data/IBM_TECHNICA          2,375,572,787     2,375,572,787 
/Domino/OAKFARM02/data/mail              2,348,310,528     2,348,310,528 
/QUALITY2/NOTES/DATA/QUALITY26/          2,166,366,208     2,166,366,208 
/QUALITY2/NOTES/DATA                     2,081,425,161     2,082,154,761 
/GDSHELP2/NOTES/DATA                     2,070,315,155     2,082,339,200 
/GDSSALES2/NOTES/DATA                    2,027,613,064     2,037,764,222 
/INTERNOTES02/Data                       1,916,098,499     1,916,734,833 


Rob Berendt
-- 
Group Dekko Services, LLC
Dept 01.073
PO Box 2000
Dock 108
6928N 400E
Kendallville, IN 46755
http://www.dekko.com


As an Amazon Associate we earn from qualifying purchases.

This thread ...


Follow On AppleNews
Return to Archive home page | Return to MIDRANGE.COM home page

This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].

Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.