 




<?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: Searching out and eliminating unuse files on AS/400</title>
	<atom:link href="http://itknowledgeexchange.techtarget.com/itanswers/searching-out-and-eliminating-unuse-files-on-as400/feed/" rel="self" type="application/rss+xml" />
	<link>http://itknowledgeexchange.techtarget.com/itanswers/searching-out-and-eliminating-unuse-files-on-as400/</link>
	<description></description>
	<lastBuildDate>Thu, 23 May 2013 07:35:56 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
	<item>
		<title>By: slack400</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/searching-out-and-eliminating-unuse-files-on-as400/#comment-58535</link>
		<dc:creator>slack400</dc:creator>
		<pubDate>Thu, 11 Dec 2008 18:15:43 +0000</pubDate>
		<guid isPermaLink="false">#comment-58535</guid>
		<description><![CDATA[Hit up Vision Solutions for the SATLITE tool. (it&#039;s free)
It will scan and assess the size, use frequency of all the objects on your system.
And it will generate some user friendly reports to show you what your most active objects are.
It will also help you assess your data replication needs if you ever decide to implement High Availability.

You&#039;ll still need to scan your code base for these file names before moving. 
I agree with Gilly400, you&#039;ll want to move the objects first.

Don&#039;t delete until you&#039;re certain they&#039;re not needed.
You&#039;ll need keep them around for Monthend and possibly yearend to ensure you don&#039;t have any applications that still need them.]]></description>
		<content:encoded><![CDATA[<p>Hit up Vision Solutions for the SATLITE tool. (it&#8217;s free)<br />
It will scan and assess the size, use frequency of all the objects on your system.<br />
And it will generate some user friendly reports to show you what your most active objects are.<br />
It will also help you assess your data replication needs if you ever decide to implement High Availability.</p>
<p>You&#8217;ll still need to scan your code base for these file names before moving.<br />
I agree with Gilly400, you&#8217;ll want to move the objects first.</p>
<p>Don&#8217;t delete until you&#8217;re certain they&#8217;re not needed.<br />
You&#8217;ll need keep them around for Monthend and possibly yearend to ensure you don&#8217;t have any applications that still need them.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: reg</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/searching-out-and-eliminating-unuse-files-on-as400/#comment-58500</link>
		<dc:creator>reg</dc:creator>
		<pubDate>Wed, 10 Dec 2008 20:47:52 +0000</pubDate>
		<guid isPermaLink="false">#comment-58500</guid>
		<description><![CDATA[I have a developed a utility we use periodically that uses DSPOBJD across a library or whole system (your choice) that lists by library, all files (PFs &amp; SAVFs) over 1 meg in size and over 6 months old. You can change those parameters if you wish in the code. It lists size, create date, last used date &amp; owner.
Will send it to you free of charge if you&#039;re interested. roger.stein@swansonhealth.com]]></description>
		<content:encoded><![CDATA[<p>I have a developed a utility we use periodically that uses DSPOBJD across a library or whole system (your choice) that lists by library, all files (PFs &amp; SAVFs) over 1 meg in size and over 6 months old. You can change those parameters if you wish in the code. It lists size, create date, last used date &amp; owner.<br />
Will send it to you free of charge if you&#8217;re interested. <a href="mailto:roger.stein@swansonhealth.com">roger.stein@swansonhealth.com</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: philpl1jb</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/searching-out-and-eliminating-unuse-files-on-as400/#comment-58491</link>
		<dc:creator>philpl1jb</dc:creator>
		<pubDate>Wed, 10 Dec 2008 15:59:33 +0000</pubDate>
		<guid isPermaLink="false">#comment-58491</guid>
		<description><![CDATA[When I did this on one system I discovered files with thousands of members.
Focusing on those, it turned out that they were all temporary -- used typically within 5 minutes of creation.  I wrote a CL to delete any that were over a month old.  Scheduled as part of the monthly cleanup processes.

What about deleted records..some of your files may need to be reorganized.]]></description>
		<content:encoded><![CDATA[<p>When I did this on one system I discovered files with thousands of members.<br />
Focusing on those, it turned out that they were all temporary &#8212; used typically within 5 minutes of creation.  I wrote a CL to delete any that were over a month old.  Scheduled as part of the monthly cleanup processes.</p>
<p>What about deleted records..some of your files may need to be reorganized.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: gilly400</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/searching-out-and-eliminating-unuse-files-on-as400/#comment-58475</link>
		<dc:creator>gilly400</dc:creator>
		<pubDate>Wed, 10 Dec 2008 10:58:40 +0000</pubDate>
		<guid isPermaLink="false">#comment-58475</guid>
		<description><![CDATA[Hi,

I would suggest checking the last used and last updated dates on the files and members and &lt;b&gt;moving&lt;/b&gt; the suspectedly unused files to another library on the production machine (and keeping the files there for a year).  If you have problems in your application, because a file is not found, you can then move the file back and give the program a retry.

Not a perfect solution, but it should help.

Regards,

Martin Gilbert.]]></description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>I would suggest checking the last used and last updated dates on the files and members and <b>moving</b> the suspectedly unused files to another library on the production machine (and keeping the files there for a year).  If you have problems in your application, because a file is not found, you can then move the file back and give the program a retry.</p>
<p>Not a perfect solution, but it should help.</p>
<p>Regards,</p>
<p>Martin Gilbert.</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 3/10 queries in 0.032 seconds using memcached
Object Caching 309/315 objects using memcached

Served from: itknowledgeexchange.techtarget.com @ 2013-05-23 07:40:01 -->