 




<?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: How can view the source of QSYS commands</title>
	<atom:link href="http://itknowledgeexchange.techtarget.com/itanswers/how-can-view-the-source-of-qsys-commands/feed/" rel="self" type="application/rss+xml" />
	<link>http://itknowledgeexchange.techtarget.com/itanswers/how-can-view-the-source-of-qsys-commands/</link>
	<description></description>
	<lastBuildDate>Wed, 22 May 2013 02:14:48 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
	<item>
		<title>By: tomliotta</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/how-can-view-the-source-of-qsys-commands/#comment-76820</link>
		<dc:creator>tomliotta</dc:creator>
		<pubDate>Wed, 05 May 2010 07:28:40 +0000</pubDate>
		<guid isPermaLink="false">#comment-76820</guid>
		<description><![CDATA[&lt;i&gt;Like If I want to see source of &#039;WRKMBRPDM&#039;(object type both cmd and *pgm) command what should I have to do?&lt;/i&gt;

The only reasonable answer is to write a check to IBM for whatever price they put on disclosing their source code to you. It will be a number larger than you will want to pay.

There are no tools or utilities freely available (nor even openly marketed) that will show you anything structured like the source for the WRKMBRPDM function.

Tom]]></description>
		<content:encoded><![CDATA[<p><i>Like If I want to see source of &#8216;WRKMBRPDM&#8217;(object type both cmd and *pgm) command what should I have to do?</i></p>
<p>The only reasonable answer is to write a check to IBM for whatever price they put on disclosing their source code to you. It will be a number larger than you will want to pay.</p>
<p>There are no tools or utilities freely available (nor even openly marketed) that will show you anything structured like the source for the WRKMBRPDM function.</p>
<p>Tom</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: gilly400</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/how-can-view-the-source-of-qsys-commands/#comment-54863</link>
		<dc:creator>gilly400</dc:creator>
		<pubDate>Mon, 21 Jul 2008 14:36:29 +0000</pubDate>
		<guid isPermaLink="false">#comment-54863</guid>
		<description><![CDATA[Hi,

There are some third party tools around to retrieve RPG source.  I&#039;ve never seen any of these in action, so I can&#039;t comment on how good they are.  Some of these products were also available on the S/36 to retrieve RPGII source.

If you&#039;re looking to retrieve the source of programs used by QSYS commands, I don&#039;t think these tools will get you anywhere.  I believe IBM have made it very difficult to get to the source of their programs.  

Maybe other people have more experience of this, but I think that the IBM objects are written in MI (Machine Instructions), which aren&#039;t anything like RPG (more like PL/1 from what I&#039;ve seen).

Regards,

Martin Gilbert.]]></description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>There are some third party tools around to retrieve RPG source.  I&#8217;ve never seen any of these in action, so I can&#8217;t comment on how good they are.  Some of these products were also available on the S/36 to retrieve RPGII source.</p>
<p>If you&#8217;re looking to retrieve the source of programs used by QSYS commands, I don&#8217;t think these tools will get you anywhere.  I believe IBM have made it very difficult to get to the source of their programs.  </p>
<p>Maybe other people have more experience of this, but I think that the IBM objects are written in MI (Machine Instructions), which aren&#8217;t anything like RPG (more like PL/1 from what I&#8217;ve seen).</p>
<p>Regards,</p>
<p>Martin Gilbert.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: cwc</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/how-can-view-the-source-of-qsys-commands/#comment-54862</link>
		<dc:creator>cwc</dc:creator>
		<pubDate>Mon, 21 Jul 2008 14:19:45 +0000</pubDate>
		<guid isPermaLink="false">#comment-54862</guid>
		<description><![CDATA[RTVCMDSRC is only for commands.  Use the RTVCLSRC command to retrieve the source for a CL program; the caveat is that it only works for OPM programs, and not ILE.  Also, the program must have been compiled with the ALWRTVSRC parameter of *YES, which is the default.  And RTVCLSRC won&#039;t work for commands supplied with the operating system.  

There isn&#039;t a system command to retrieve RPG source, or for other HLL programs.  But there may be some third party utilities that do so, so I suggest a web search to see what you can find.]]></description>
		<content:encoded><![CDATA[<p>RTVCMDSRC is only for commands.  Use the RTVCLSRC command to retrieve the source for a CL program; the caveat is that it only works for OPM programs, and not ILE.  Also, the program must have been compiled with the ALWRTVSRC parameter of *YES, which is the default.  And RTVCLSRC won&#8217;t work for commands supplied with the operating system.  </p>
<p>There isn&#8217;t a system command to retrieve RPG source, or for other HLL programs.  But there may be some third party utilities that do so, so I suggest a web search to see what you can find.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: alicsc</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/how-can-view-the-source-of-qsys-commands/#comment-54848</link>
		<dc:creator>alicsc</dc:creator>
		<pubDate>Mon, 21 Jul 2008 11:42:23 +0000</pubDate>
		<guid isPermaLink="false">#comment-54848</guid>
		<description><![CDATA[Hi Martin,

I installed command RTVCMDSRC on my AS/400 but this only retrieving CMD source not CLP and RPG soure related to this command.How to get them also.]]></description>
		<content:encoded><![CDATA[<p>Hi Martin,</p>
<p>I installed command RTVCMDSRC on my AS/400 but this only retrieving CMD source not CLP and RPG soure related to this command.How to get them also.</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.019 seconds using memcached
Object Caching 311/312 objects using memcached

Served from: itknowledgeexchange.techtarget.com @ 2013-05-22 02:42:07 -->