 




<?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: AS400 Level Check</title>
	<atom:link href="http://itknowledgeexchange.techtarget.com/itanswers/as400-level-check/feed/" rel="self" type="application/rss+xml" />
	<link>http://itknowledgeexchange.techtarget.com/itanswers/as400-level-check/</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: The Most-Watched IT Questions: September 20, 2011 - ITKE Community Blog</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/as400-level-check/#comment-96804</link>
		<dc:creator>The Most-Watched IT Questions: September 20, 2011 - ITKE Community Blog</dc:creator>
		<pubDate>Tue, 20 Sep 2011 06:41:50 +0000</pubDate>
		<guid isPermaLink="false">#comment-96804</guid>
		<description><![CDATA[[...] 3. CharlieBrowne, Deepu9321, Wpoulin, and TomLiotta help a member with an AS/400 level check. [...]]]></description>
		<content:encoded><![CDATA[<p>[...] 3. CharlieBrowne, Deepu9321, Wpoulin, and TomLiotta help a member with an AS/400 level check. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: The Most-Watched IT Questions: September 13, 2011 - ITKE Community Blog</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/as400-level-check/#comment-96497</link>
		<dc:creator>The Most-Watched IT Questions: September 13, 2011 - ITKE Community Blog</dc:creator>
		<pubDate>Tue, 13 Sep 2011 06:17:22 +0000</pubDate>
		<guid isPermaLink="false">#comment-96497</guid>
		<description><![CDATA[[...] 7. CharlieBrowne, Deepu9321, Wpoulin, and TomLiotta help out with an AS/400 level check. [...]]]></description>
		<content:encoded><![CDATA[<p>[...] 7. CharlieBrowne, Deepu9321, Wpoulin, and TomLiotta help out with an AS/400 level check. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tomliotta</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/as400-level-check/#comment-96277</link>
		<dc:creator>tomliotta</dc:creator>
		<pubDate>Wed, 07 Sep 2011 22:59:53 +0000</pubDate>
		<guid isPermaLink="false">#comment-96277</guid>
		<description><![CDATA[&lt;i&gt;The DSPPGMREF and DSPFD show matching Record Level Identifiers.&lt;/i&gt;

A DSPPGMREF showes program references for a specific *PGM object. A DSPFD will show file description attributes for a specific *FILE object.

It is also necessary to demonstrate that the program receiving the error is the same object displayed by DSPPGMREF. And it&#039;s necessary to show that the file causing the error is the same object displayed by DSPFD.

Library lists are most commonly involved in mismatches like this. But other elements are possible. For example, an activated program may easily be called again after a new *PGM object is created -- you&#039;ll get the previous program instructions in such a case. Or a program might be called out of QRPLOBJ after being replaced, if the job has a previously resolved pointer to the program.

Regardless, if objects are displayed to determine their attributes, make sure that those are actually the objects being used.

Tom]]></description>
		<content:encoded><![CDATA[<p><i>The DSPPGMREF and DSPFD show matching Record Level Identifiers.</i></p>
<p>A DSPPGMREF showes program references for a specific *PGM object. A DSPFD will show file description attributes for a specific *FILE object.</p>
<p>It is also necessary to demonstrate that the program receiving the error is the same object displayed by DSPPGMREF. And it&#8217;s necessary to show that the file causing the error is the same object displayed by DSPFD.</p>
<p>Library lists are most commonly involved in mismatches like this. But other elements are possible. For example, an activated program may easily be called again after a new *PGM object is created &#8212; you&#8217;ll get the previous program instructions in such a case. Or a program might be called out of QRPLOBJ after being replaced, if the job has a previously resolved pointer to the program.</p>
<p>Regardless, if objects are displayed to determine their attributes, make sure that those are actually the objects being used.</p>
<p>Tom</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: wpoulin</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/as400-level-check/#comment-96267</link>
		<dc:creator>wpoulin</dc:creator>
		<pubDate>Wed, 07 Sep 2011 16:06:38 +0000</pubDate>
		<guid isPermaLink="false">#comment-96267</guid>
		<description><![CDATA[MPCM,

You can check for the existence of multiple copies of your file by using the Work with Objects command, WRKOBJ OBJ(*ALL/MYFILE).  This will show you what copies of MYFILE exist on the system, or at least the copies you have access to.

Hope this helps,
Bill Poulin]]></description>
		<content:encoded><![CDATA[<p>MPCM,</p>
<p>You can check for the existence of multiple copies of your file by using the Work with Objects command, WRKOBJ OBJ(*ALL/MYFILE).  This will show you what copies of MYFILE exist on the system, or at least the copies you have access to.</p>
<p>Hope this helps,<br />
Bill Poulin</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: deepu9321</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/as400-level-check/#comment-96243</link>
		<dc:creator>deepu9321</dc:creator>
		<pubDate>Wed, 07 Sep 2011 04:20:37 +0000</pubDate>
		<guid isPermaLink="false">#comment-96243</guid>
		<description><![CDATA[Are you trying to call the program with same library list which you used for compiling the program?]]></description>
		<content:encoded><![CDATA[<p>Are you trying to call the program with same library list which you used for compiling the program?</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.045 seconds using memcached
Object Caching 323/329 objects using memcached

Served from: itknowledgeexchange.techtarget.com @ 2013-05-23 07:17:18 -->