 




<?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: Question is about ILERPG</title>
	<atom:link href="http://itknowledgeexchange.techtarget.com/itanswers/question-is-about-ilerpg/feed/" rel="self" type="application/rss+xml" />
	<link>http://itknowledgeexchange.techtarget.com/itanswers/question-is-about-ilerpg/</link>
	<description></description>
	<lastBuildDate>Wed, 22 May 2013 12:21:28 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
	<item>
		<title>By: JSDHFKJHA</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/question-is-about-ilerpg/#comment-115727</link>
		<dc:creator>JSDHFKJHA</dc:creator>
		<pubDate>Thu, 31 Jan 2013 05:51:47 +0000</pubDate>
		<guid isPermaLink="false">http://itknowledgeexchange.techtarget.com/itanswers/question-is-about-ilerpg/#comment-115727</guid>
		<description><![CDATA[yes the answer which i gave, will only work when all the service programs have their binder language in the pdm tool]]></description>
		<content:encoded><![CDATA[<p>yes the answer which i gave, will only work when all the service programs have their binder language in the pdm tool</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: TomLiotta</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/question-is-about-ilerpg/#comment-115726</link>
		<dc:creator>TomLiotta</dc:creator>
		<pubDate>Thu, 31 Jan 2013 05:21:59 +0000</pubDate>
		<guid isPermaLink="false">http://itknowledgeexchange.techtarget.com/itanswers/question-is-about-ilerpg/#comment-115726</guid>
		<description><![CDATA[Be aware that it will only find references in binder source. For any source that is not used for existing objects, it can be a false positive. If any service program is created without using that binder language, it can be a false negative. To be certain of them all, you have to check the service programs, not the source. Or check all the service programs to verify that every one matches the existing source. But if it&#039;s not really important to be sure, then it doesn&#039;t really matter. -- Tom]]></description>
		<content:encoded><![CDATA[<p>Be aware that it will only find references in binder source. For any source that is not used for existing objects, it can be a false positive. If any service program is created without using that binder language, it can be a false negative. To be certain of them all, you have to check the service programs, not the source. Or check all the service programs to verify that every one matches the existing source. But if it&#8217;s not really important to be sure, then it doesn&#8217;t really matter. &#8212; Tom</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: JSDHFKJHA</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/question-is-about-ilerpg/#comment-115723</link>
		<dc:creator>JSDHFKJHA</dc:creator>
		<pubDate>Thu, 31 Jan 2013 04:34:28 +0000</pubDate>
		<guid isPermaLink="false">http://itknowledgeexchange.techtarget.com/itanswers/question-is-about-ilerpg/#comment-115723</guid>
		<description><![CDATA[i finally made a experiment thru which i will&#160;get the list of all the objects which are using that particular module.the thing we need to do is first we need to get the binder language of all the service pgms on our pdm screen then we need to type the number 25 on the first most opt and we need to take shift+f1 which makes the number 25 to appear on all the objects available on the screen and now we need to take the enter,thru which we will enter into fndstrpdm screen.there we need to type the module which we want to find out and we need to turn a parameter called &#039;list&#039;as &#039;y&#039; so that we will get the list of all the objects which r using that particular module and this list will be stored in the spolled files so,check for the list, in the spolled files.u will fine the list of objects which are referring that particular module.]]></description>
		<content:encoded><![CDATA[<p>i finally made a experiment thru which i will&nbsp;get the list of all the objects which are using that particular module.the thing we need to do is first we need to get the binder language of all the service pgms on our pdm screen then we need to type the number 25 on the first most opt and we need to take shift+f1 which makes the number 25 to appear on all the objects available on the screen and now we need to take the enter,thru which we will enter into fndstrpdm screen.there we need to type the module which we want to find out and we need to turn a parameter called &#8216;list&#8217;as &#8216;y&#8217; so that we will get the list of all the objects which r using that particular module and this list will be stored in the spolled files so,check for the list, in the spolled files.u will fine the list of objects which are referring that particular module.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: TomLiotta</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/question-is-about-ilerpg/#comment-115683</link>
		<dc:creator>TomLiotta</dc:creator>
		<pubDate>Tue, 29 Jan 2013 21:24:45 +0000</pubDate>
		<guid isPermaLink="false">http://itknowledgeexchange.techtarget.com/itanswers/question-is-about-ilerpg/#comment-115683</guid>
		<description><![CDATA[A search of source can show if another module references one or more of the procedures in the target module. (But won&#039;t necessarily find references by procedure poiners if those exist.) But finding a procedure reference doesn&#039;t tell you what service program the target module is in; it only indicates that a procedure is referenced in another module which might be in a different service program. The procedure reference might be in a *PGM. And DSPPGMREF doesn&#039;t list *MODULEs. I think the API is the only good choice. -- Tom]]></description>
		<content:encoded><![CDATA[<p>A search of source can show if another module references one or more of the procedures in the target module. (But won&#8217;t necessarily find references by procedure poiners if those exist.) But finding a procedure reference doesn&#8217;t tell you what service program the target module is in; it only indicates that a procedure is referenced in another module which might be in a different service program. The procedure reference might be in a *PGM. And DSPPGMREF doesn&#8217;t list *MODULEs. I think the API is the only good choice. &#8212; Tom</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ToddN2000</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/question-is-about-ilerpg/#comment-115679</link>
		<dc:creator>ToddN2000</dc:creator>
		<pubDate>Tue, 29 Jan 2013 16:24:12 +0000</pubDate>
		<guid isPermaLink="false">http://itknowledgeexchange.techtarget.com/itanswers/question-is-about-ilerpg/#comment-115679</guid>
		<description><![CDATA[Not sure if this would help, DSPPGMREF to show all references ?]]></description>
		<content:encoded><![CDATA[<p>Not sure if this would help, DSPPGMREF to show all references ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: philpl1jb</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/question-is-about-ilerpg/#comment-115676</link>
		<dc:creator>philpl1jb</dc:creator>
		<pubDate>Tue, 29 Jan 2013 13:51:28 +0000</pubDate>
		<guid isPermaLink="false">http://itknowledgeexchange.techtarget.com/itanswers/question-is-about-ilerpg/#comment-115676</guid>
		<description><![CDATA[A simple method if source is available.
I would search the source:&#160; 
go into wrkmbrpdm 
type 25 beside the first member
press f13 -- repeat all
press enter 
enter procedure name and press enter.
&#160;
&#160;]]></description>
		<content:encoded><![CDATA[<p>A simple method if source is available.<br />
I would search the source:&nbsp;<br />
go into wrkmbrpdm<br />
type 25 beside the first member<br />
press f13 &#8212; repeat all<br />
press enter<br />
enter procedure name and press enter.<br />
&nbsp;<br />
&nbsp;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: TomLiotta</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/question-is-about-ilerpg/#comment-115671</link>
		<dc:creator>TomLiotta</dc:creator>
		<pubDate>Tue, 29 Jan 2013 11:21:36 +0000</pubDate>
		<guid isPermaLink="false">http://itknowledgeexchange.techtarget.com/itanswers/question-is-about-ilerpg/#comment-115671</guid>
		<description><![CDATA[Call the &lt;a href=&quot;http://publib.boulder.ibm.com/infocenter/iseries/v7r1m0/index.jsp?topic=%2Fapis%2Fqbnlspgm.htm&quot; rel=&quot;nofollow&quot;&gt;List Service Program Information (QBNLSPGM) API&lt;/a&gt;. Request *ALL service programs in your service program library. Use format SPGL0100 for the output format. Finally, loop through the returned list to check for matches against module name; for each match, extract the associated service program name.There should only be a single service program found. There would rarely be any reason a module should be bound into more than one service program.Tom]]></description>
		<content:encoded><![CDATA[<p>Call the <a href="http://publib.boulder.ibm.com/infocenter/iseries/v7r1m0/index.jsp?topic=%2Fapis%2Fqbnlspgm.htm" rel="nofollow">List Service Program Information (QBNLSPGM) API</a>. Request *ALL service programs in your service program library. Use format SPGL0100 for the output format. Finally, loop through the returned list to check for matches against module name; for each match, extract the associated service program name.There should only be a single service program found. There would rarely be any reason a module should be bound into more than one service program.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.012 seconds using memcached
Object Caching 353/354 objects using memcached

Served from: itknowledgeexchange.techtarget.com @ 2013-05-22 13:22:08 -->