 




<?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: List of objects</title>
	<atom:link href="http://itknowledgeexchange.techtarget.com/itanswers/list-of-objects/feed/" rel="self" type="application/rss+xml" />
	<link>http://itknowledgeexchange.techtarget.com/itanswers/list-of-objects/</link>
	<description></description>
	<lastBuildDate>Sun, 19 May 2013 00:45:31 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
	<item>
		<title>By: TomLiotta</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/list-of-objects/#comment-112641</link>
		<dc:creator>TomLiotta</dc:creator>
		<pubDate>Tue, 23 Oct 2012 00:43:17 +0000</pubDate>
		<guid isPermaLink="false">http://itknowledgeexchange.techtarget.com/itanswers/list-of-objects/#comment-112641</guid>
		<description><![CDATA[The RTVDSKINF command is already capable of creating a list of &quot;all&quot; objects. If all that is needed is such a list, that should be the preferred method. But we don&#039;t yet know &lt;b&gt;why&lt;/b&gt; this list is needed. -- Tom]]></description>
		<content:encoded><![CDATA[<p>The RTVDSKINF command is already capable of creating a list of &#8220;all&#8221; objects. If all that is needed is such a list, that should be the preferred method. But we don&#8217;t yet know <b>why</b> this list is needed. &#8212; Tom</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ToddN2000</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/list-of-objects/#comment-112626</link>
		<dc:creator>ToddN2000</dc:creator>
		<pubDate>Mon, 22 Oct 2012 17:34:55 +0000</pubDate>
		<guid isPermaLink="false">http://itknowledgeexchange.techtarget.com/itanswers/list-of-objects/#comment-112626</guid>
		<description><![CDATA[I&#039;ll pass your idea along BigKat. I have since moved to our .NET development teams and no longer have access to that side. I may slap together some quick code as a word doc and pass it along to them. Should not be hard to build a file listing dynamically as a subfile for the user to maintain their own files.]]></description>
		<content:encoded><![CDATA[<p>I&#8217;ll pass your idea along BigKat. I have since moved to our .NET development teams and no longer have access to that side. I may slap together some quick code as a word doc and pass it along to them. Should not be hard to build a file listing dynamically as a subfile for the user to maintain their own files.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: BigKat</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/list-of-objects/#comment-112622</link>
		<dc:creator>BigKat</dc:creator>
		<pubDate>Mon, 22 Oct 2012 15:05:44 +0000</pubDate>
		<guid isPermaLink="false">http://itknowledgeexchange.techtarget.com/itanswers/list-of-objects/#comment-112622</guid>
		<description><![CDATA[you could create&#160;a front end that would only show them their files, and let them select what to delete or clear.&#160; the application would then issue the dltf and clrpfm commands as appropriate]]></description>
		<content:encoded><![CDATA[<p>you could create&nbsp;a front end that would only show them their files, and let them select what to delete or clear.&nbsp; the application would then issue the dltf and clrpfm commands as appropriate</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ToddN2000</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/list-of-objects/#comment-112513</link>
		<dc:creator>ToddN2000</dc:creator>
		<pubDate>Fri, 19 Oct 2012 15:53:53 +0000</pubDate>
		<guid isPermaLink="false">http://itknowledgeexchange.techtarget.com/itanswers/list-of-objects/#comment-112513</guid>
		<description><![CDATA[Forgot to mention we got back about 18% of our disk space. Some users had file they created for year end work they never cleaned up. The reason is they do not have access to the DLTF command so they hang around until the operations department can clear them. Giving them access to the DLTF/CLRPFM commands are still out of the question so. Anyone have a suggestion as to how they can clean-up after themselves?&#160;]]></description>
		<content:encoded><![CDATA[<p>Forgot to mention we got back about 18% of our disk space. Some users had file they created for year end work they never cleaned up. The reason is they do not have access to the DLTF command so they hang around until the operations department can clear them. Giving them access to the DLTF/CLRPFM commands are still out of the question so. Anyone have a suggestion as to how they can clean-up after themselves?&nbsp;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ToddN2000</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/list-of-objects/#comment-112512</link>
		<dc:creator>ToddN2000</dc:creator>
		<pubDate>Fri, 19 Oct 2012 15:49:15 +0000</pubDate>
		<guid isPermaLink="false">http://itknowledgeexchange.techtarget.com/itanswers/list-of-objects/#comment-112512</guid>
		<description><![CDATA[We had to run something like that here when we started running out of disk space. Users were not good at housekeeping their query files. We ran the DSPOBJ command for all libs and sent it to an *OUTFILE.. It ran for about a half hour interactively. It did not lock the system.Try running yours in batch and check out the joblog as its running. I think you will see it&#039;s still getting I/O&#039;s. You may just have to be patient.]]></description>
		<content:encoded><![CDATA[<p>We had to run something like that here when we started running out of disk space. Users were not good at housekeeping their query files. We ran the DSPOBJ command for all libs and sent it to an *OUTFILE.. It ran for about a half hour interactively. It did not lock the system.Try running yours in batch and check out the joblog as its running. I think you will see it&#8217;s still getting I/O&#8217;s. You may just have to be patient.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: TomLiotta</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/list-of-objects/#comment-112475</link>
		<dc:creator>TomLiotta</dc:creator>
		<pubDate>Fri, 19 Oct 2012 07:33:42 +0000</pubDate>
		<guid isPermaLink="false">http://itknowledgeexchange.techtarget.com/itanswers/list-of-objects/#comment-112475</guid>
		<description><![CDATA[&lt;EM&gt;When i use DSPOBJD, the server gets struck.&lt;/EM&gt;
&#160;
&quot;Struck&quot;? Did you nean &quot;stuck&quot;?
&#160;
Can you explain what that means? Does the system actually lock up? Or does the command only seem to stop working? Unless you run the command in restricted state, or if your system is very small with few user libraries and objects, I would expect it to take a long time.
&#160;
There are alternatives that are &quot;better&quot;. The DSPOBJD command is kind of entry-level for this type of work. Beyond commands are the APIs. I would expect that an experienced CL programmer could get better results from the APIs. They just aren&#039;t quite as easy to grasp and to handle.
&#160;
The &lt;a href=&quot;http://publib.boulder.ibm.com/infocenter/iseries/v7r1m0/index.jsp?topic=%2Fapis%2Fquslobj.htm&quot; rel=&quot;nofollow&quot;&gt;List Objects (QUSLOBJ) API&lt;/A&gt;&#160;is the most basic of this group. I think of it as a &#039;2nd level&#039; API because there are additional APIs that need to be used in order to handle its results. The &lt;a href=&quot;http://publib.boulder.ibm.com/infocenter/iseries/v7r1m0/index.jsp?topic=%2Fapis%2Fqgyolobj.htm&quot; rel=&quot;nofollow&quot;&gt;Open List of Objects (QGYOLOBJ) API&lt;/A&gt;&#160;is more complex, though it can be needed for larger systems. It also requires additional APIs, and it requires a slightly different way of thinking about the programming due to the interaction with the secondary job it starts. (Similar to a &#039;worker&#039; thread.)
&#160;
You can look into those APIs. You should probably stick with the simpler QUSLOBJ, though it&#039;s not likely to help much. Your problem is probably in what you&#039;re trying to do.
&#160;
Why does &lt;STRONG&gt;anybody&lt;/STRONG&gt; need a file of every object in every user&#160;library? What can actually be done with such a file?&#160; Maybe if we knew the &lt;EM&gt;business reason&lt;/EM&gt; for this, we could skip a bunch of steps and get straight to a working procedure.
&#160;
Tom]]></description>
		<content:encoded><![CDATA[<p><em>When i use DSPOBJD, the server gets struck.</em><br />
&nbsp;<br />
&#8220;Struck&#8221;? Did you nean &#8220;stuck&#8221;?<br />
&nbsp;<br />
Can you explain what that means? Does the system actually lock up? Or does the command only seem to stop working? Unless you run the command in restricted state, or if your system is very small with few user libraries and objects, I would expect it to take a long time.<br />
&nbsp;<br />
There are alternatives that are &#8220;better&#8221;. The DSPOBJD command is kind of entry-level for this type of work. Beyond commands are the APIs. I would expect that an experienced CL programmer could get better results from the APIs. They just aren&#8217;t quite as easy to grasp and to handle.<br />
&nbsp;<br />
The <a href="http://publib.boulder.ibm.com/infocenter/iseries/v7r1m0/index.jsp?topic=%2Fapis%2Fquslobj.htm" rel="nofollow">List Objects (QUSLOBJ) API</a>&nbsp;is the most basic of this group. I think of it as a &#8217;2nd level&#8217; API because there are additional APIs that need to be used in order to handle its results. The <a href="http://publib.boulder.ibm.com/infocenter/iseries/v7r1m0/index.jsp?topic=%2Fapis%2Fqgyolobj.htm" rel="nofollow">Open List of Objects (QGYOLOBJ) API</a>&nbsp;is more complex, though it can be needed for larger systems. It also requires additional APIs, and it requires a slightly different way of thinking about the programming due to the interaction with the secondary job it starts. (Similar to a &#8216;worker&#8217; thread.)<br />
&nbsp;<br />
You can look into those APIs. You should probably stick with the simpler QUSLOBJ, though it&#8217;s not likely to help much. Your problem is probably in what you&#8217;re trying to do.<br />
&nbsp;<br />
Why does <strong>anybody</strong> need a file of every object in every user&nbsp;library? What can actually be done with such a file?&nbsp; Maybe if we knew the <em>business reason</em> for this, we could skip a bunch of steps and get straight to a working procedure.<br />
&nbsp;<br />
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 6/8 queries in 0.013 seconds using memcached
Object Caching 339/340 objects using memcached

Served from: itknowledgeexchange.techtarget.com @ 2013-05-19 03:13:12 -->