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



Using RTVDIRINFO you can use the following:

SELECT DISTINCT COUNT(Dirinfo.Qaezd0001o.Qezdiridx) AS Tot
,(SUM(Dirinfo.Qaezd0001o.Qezalcsize) / 1024) AS Block_Size_1k
-- the above is similar to "du -H -bk"
,Dirinfo.Qaezd0001o.Qezdiridx INDEX
,Dirinfo.Qaezd0001d.Qezdirnam1 Directory_Name
FROM Dirinfo.Qaezd0001o INNER
JOIN Dirinfo.Qaezd0001d ON
Dirinfo.Qaezd0001o.Qezdiridx = Dirinfo.Qaezd0001d.Qezdiridx
GROUP BY Dirinfo.Qaezd0001o.Qezdiridx
,Dirinfo.Qaezd0001d.Qezdirnam1
ORDER BY
Block_Size_1k DESC;

*this was adapted from a post on this list.


Bryan


Rob Berendt wrote on 8/22/2018 7:57 AM:
I do know that using IBM Navigator for i, otherwise known as
http://youribmi:2001, will expand and tell you the contents of the
symbolic links also. So you may not want to use that.

PRTDIRINF will not expand the symbolic links. You have to run RTVDIRINF
first. We schedule a run on a weekly basis.


Rob Berendt


As an Amazon Associate we earn from qualifying purchases.

This thread ...

Follow-Ups:
Replies:

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.