 




<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Sorting AS/400 objects by size</title>
	<atom:link href="http://itknowledgeexchange.techtarget.com/itanswers/sorting/feed/" rel="self" type="application/rss+xml" />
	<link>http://itknowledgeexchange.techtarget.com/itanswers/sorting/</link>
	<description></description>
	<lastBuildDate>Tue, 21 May 2013 18:28:49 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
	<item>
		<title>By: chatmaker</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/sorting/#comment-97833</link>
		<dc:creator>chatmaker</dc:creator>
		<pubDate>Fri, 14 Oct 2011 20:09:04 +0000</pubDate>
		<guid isPermaLink="false">#comment-97833</guid>
		<description><![CDATA[Rajasekhar - This project might be what you need.

http://dl.dropbox.com/u/13737137/iSeries/DiskUsage/Project_Disk_Usage.pdf

The link is to a PDF.  The PDF explains how to setup RTVDSKINF to run each week.  It goes on to explain how to modify an Excel template to work with your system. It also provides links to where the template can be downloaded from my personal dropbox. 

The Excel template can then be used to query RTVDSKINF output and sort objects by size, type, attribute, owner, changed date, last used date, name, etc.  You can use it to drilldown into the first 1000 records in any PF or LF listed.  It can even be used to track object growth.

If you decide to use this, I would ask the favor of feedback (positive of negative) sent to the e-mail address at the end of the PDF.

Best wishes - Craig]]></description>
		<content:encoded><![CDATA[<p>Rajasekhar &#8211; This project might be what you need.</p>
<p><a href="http://dl.dropbox.com/u/13737137/iSeries/DiskUsage/Project_Disk_Usage.pdf" rel="nofollow">http://dl.dropbox.com/u/13737137/iSeries/DiskUsage/Project_Disk_Usage.pdf</a></p>
<p>The link is to a PDF.  The PDF explains how to setup RTVDSKINF to run each week.  It goes on to explain how to modify an Excel template to work with your system. It also provides links to where the template can be downloaded from my personal dropbox. </p>
<p>The Excel template can then be used to query RTVDSKINF output and sort objects by size, type, attribute, owner, changed date, last used date, name, etc.  You can use it to drilldown into the first 1000 records in any PF or LF listed.  It can even be used to track object growth.</p>
<p>If you decide to use this, I would ask the favor of feedback (positive of negative) sent to the e-mail address at the end of the PDF.</p>
<p>Best wishes &#8211; Craig</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: splat</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/sorting/#comment-97766</link>
		<dc:creator>splat</dc:creator>
		<pubDate>Thu, 13 Oct 2011 15:25:33 +0000</pubDate>
		<guid isPermaLink="false">#comment-97766</guid>
		<description><![CDATA[The DSPOBJD command presents the list of objects in alphabetic order; to see the DSPOBJD list in object size order you&#039;d best use the OUTPUT(*OUTFILE) parameter and sort the resulting file.

As Tom noted, the RTVDSKINF and PRTDSKINF commands are an alternative to the DSPOBJD command.  

You can also use the List Objects (QUSLOBJ) API with the OBJL0700 List Data Section format to retrieve a list of objects with size.  I believe the order of the list is alphabetic, so you would again need to reorder the data to your satisfaction.  Keep in mind that this format stores the size as both size and multiplier, so some calculation may be necessary.

As for the DSPOBJD Size column, the interactive help text indicates the displayed information is the size of the object in bytes.  There is also a caveat regarding output to a database file.]]></description>
		<content:encoded><![CDATA[<p>The DSPOBJD command presents the list of objects in alphabetic order; to see the DSPOBJD list in object size order you&#8217;d best use the OUTPUT(*OUTFILE) parameter and sort the resulting file.</p>
<p>As Tom noted, the RTVDSKINF and PRTDSKINF commands are an alternative to the DSPOBJD command.  </p>
<p>You can also use the List Objects (QUSLOBJ) API with the OBJL0700 List Data Section format to retrieve a list of objects with size.  I believe the order of the list is alphabetic, so you would again need to reorder the data to your satisfaction.  Keep in mind that this format stores the size as both size and multiplier, so some calculation may be necessary.</p>
<p>As for the DSPOBJD Size column, the interactive help text indicates the displayed information is the size of the object in bytes.  There is also a caveat regarding output to a database file.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: rajasekhar15</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/sorting/#comment-97743</link>
		<dc:creator>rajasekhar15</dc:creator>
		<pubDate>Thu, 13 Oct 2011 06:48:23 +0000</pubDate>
		<guid isPermaLink="false">#comment-97743</guid>
		<description><![CDATA[yes tom,
1. actually  whenever i use the cmd dspobjd to see the memory size of the objects, i would like to see them in an order of mem size, its it possible.

2. its there anyother cmd to see the memory size of all obj?

3.when we use the cmd dspobjd, it shows the size in some numeric values (like ie: 543247), what is the actual size of it, whether its a byte or kilobyte ?

Thanks]]></description>
		<content:encoded><![CDATA[<p>yes tom,<br />
1. actually  whenever i use the cmd dspobjd to see the memory size of the objects, i would like to see them in an order of mem size, its it possible.</p>
<p>2. its there anyother cmd to see the memory size of all obj?</p>
<p>3.when we use the cmd dspobjd, it shows the size in some numeric values (like ie: 543247), what is the actual size of it, whether its a byte or kilobyte ?</p>
<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tomliotta</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/sorting/#comment-97724</link>
		<dc:creator>tomliotta</dc:creator>
		<pubDate>Wed, 12 Oct 2011 20:29:11 +0000</pubDate>
		<guid isPermaLink="false">#comment-97724</guid>
		<description><![CDATA[Build a list of objects and run the list through whichever sort function that you prefer.

Can you clarify the question?

Do you already have a list of objects? Do you need to know how to create a list of objects? Do you need to know what the different sorting functions are?

What is your programming background? An appropriate answer might be different for particular backgrounds.

Note that the RTVDSKINF and PRTDSKINF commands can provide some output sorted by size for /QSYS.LIB objects, and RTVDIRINF and PRTDIRINF can do similar for directory-based objects.

Tom]]></description>
		<content:encoded><![CDATA[<p>Build a list of objects and run the list through whichever sort function that you prefer.</p>
<p>Can you clarify the question?</p>
<p>Do you already have a list of objects? Do you need to know how to create a list of objects? Do you need to know what the different sorting functions are?</p>
<p>What is your programming background? An appropriate answer might be different for particular backgrounds.</p>
<p>Note that the RTVDSKINF and PRTDSKINF commands can provide some output sorted by size for /QSYS.LIB objects, and RTVDIRINF and PRTDIRINF can do similar for directory-based objects.</p>
<p>Tom</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using memcached
Database Caching 5/8 queries in 0.024 seconds using memcached
Object Caching 311/312 objects using memcached

Served from: itknowledgeexchange.techtarget.com @ 2013-05-21 19:09:07 -->