 




<?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: Who is using an AS/400 file</title>
	<atom:link href="http://itknowledgeexchange.techtarget.com/itanswers/who-is-using-an-as400-file/feed/" rel="self" type="application/rss+xml" />
	<link>http://itknowledgeexchange.techtarget.com/itanswers/who-is-using-an-as400-file/</link>
	<description></description>
	<lastBuildDate>Thu, 23 May 2013 05:15:55 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
	<item>
		<title>By: tomliotta</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/who-is-using-an-as400-file/#comment-79896</link>
		<dc:creator>tomliotta</dc:creator>
		<pubDate>Sun, 01 Aug 2010 05:01:11 +0000</pubDate>
		<guid isPermaLink="false">#comment-79896</guid>
		<description><![CDATA[If the file is in use by someone else, it seems odd to be trying to clear it. That would obviously have serious effects on someone else&#039;s job. Perhaps a review of the application design is in order.

However, the &lt;a href=&quot;http://publib.boulder.ibm.com/infocenter/iseries/v5r4/index.jsp?topic=/apis/qwclobjl.htm&quot;&gt;List Object Locks (QWCLOBJL) API&lt;/a&gt; will list all jobs that currently have any kinds of locks on a file member. There might be multiple jobs.

Tom]]></description>
		<content:encoded><![CDATA[<p>If the file is in use by someone else, it seems odd to be trying to clear it. That would obviously have serious effects on someone else&#8217;s job. Perhaps a review of the application design is in order.</p>
<p>However, the <a href="http://publib.boulder.ibm.com/infocenter/iseries/v5r4/index.jsp?topic=/apis/qwclobjl.htm">List Object Locks (QWCLOBJL) API</a> will list all jobs that currently have any kinds of locks on a file member. There might be multiple jobs.</p>
<p>Tom</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: andrewsdad</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/who-is-using-an-as400-file/#comment-56674</link>
		<dc:creator>andrewsdad</dc:creator>
		<pubDate>Thu, 25 Sep 2008 18:56:01 +0000</pubDate>
		<guid isPermaLink="false">#comment-56674</guid>
		<description><![CDATA[If  the file you triing to clear is not a User Controlled (UC) file, you are allocated to it. 
Make it a (UC) file and before you open it, use QCMDEXC to clear it (CLRPFM). Then open it.]]></description>
		<content:encoded><![CDATA[<p>If  the file you triing to clear is not a User Controlled (UC) file, you are allocated to it.<br />
Make it a (UC) file and before you open it, use QCMDEXC to clear it (CLRPFM). Then open it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: graybeard52</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/who-is-using-an-as400-file/#comment-56652</link>
		<dc:creator>graybeard52</dc:creator>
		<pubDate>Thu, 25 Sep 2008 02:03:19 +0000</pubDate>
		<guid isPermaLink="false">#comment-56652</guid>
		<description><![CDATA[Also, check out  PRCOBJLCK  command at 
http://systeminetwork.com/article/easily-respond-object-and-record-lock-events]]></description>
		<content:encoded><![CDATA[<p>Also, check out  PRCOBJLCK  command at<br />
<a href="http://systeminetwork.com/article/easily-respond-object-and-record-lock-events" rel="nofollow">http://systeminetwork.com/article/easily-respond-object-and-record-lock-events</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: graybeard52</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/who-is-using-an-as400-file/#comment-56651</link>
		<dc:creator>graybeard52</dc:creator>
		<pubDate>Thu, 25 Sep 2008 02:01:39 +0000</pubDate>
		<guid isPermaLink="false">#comment-56651</guid>
		<description><![CDATA[You can clear a file that is in use, if you wan to.   Instead if CLRPFM use SQL
DELETE FROM  mylib/myfile
It can be run thru RUNSQLSTM or embedded in a RPG pgm]]></description>
		<content:encoded><![CDATA[<p>You can clear a file that is in use, if you wan to.   Instead if CLRPFM use SQL<br />
DELETE FROM  mylib/myfile<br />
It can be run thru RUNSQLSTM or embedded in a RPG pgm</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/9 queries in 0.013 seconds using memcached
Object Caching 310/313 objects using memcached

Served from: itknowledgeexchange.techtarget.com @ 2013-05-23 06:36:59 -->