×
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.
It has either *NO or *ERR depending on the line. So now I see I don't collect object level info.
TY!
-----Original Message-----
From: MIDRANGE-L [mailto:midrange-l-bounces@xxxxxxxxxxxx] On Behalf Of rob@xxxxxxxxx
Sent: Tuesday, February 10, 2015 9:01 AM
To: Midrange Systems Technical Discussion
Subject: RE: "Work with Saved Objects " to restore a single object
WRKCTLGBRM
5=Display
What do you have in this column?
Retain
Object
Detail
IDK if turning this on can change the disk consumption.
select sum(objsize) from table (qsys2.object_statistics('QUSRBRM','*ALL')
) AS X
SUM ( OBJSIZE )
41,113,997,312
select objname, objtype, objsize
from table (qsys2.object_statistics('QUSRBRM','*ALL') ) AS x
order by objsize desc
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.