 




<?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: Definition not found for symbol &#8216;CRTUSRSPC&#8217;</title>
	<atom:link href="http://itknowledgeexchange.techtarget.com/itanswers/definition-not-found-for-symbol-crtusrspc/feed/" rel="self" type="application/rss+xml" />
	<link>http://itknowledgeexchange.techtarget.com/itanswers/definition-not-found-for-symbol-crtusrspc/</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: ecgrantb</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/definition-not-found-for-symbol-crtusrspc/#comment-91819</link>
		<dc:creator>ecgrantb</dc:creator>
		<pubDate>Wed, 04 May 2011 19:13:38 +0000</pubDate>
		<guid isPermaLink="false">#comment-91819</guid>
		<description><![CDATA[Yep, right on.]]></description>
		<content:encoded><![CDATA[<p>Yep, right on.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tomliotta</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/definition-not-found-for-symbol-crtusrspc/#comment-91814</link>
		<dc:creator>tomliotta</dc:creator>
		<pubDate>Wed, 04 May 2011 18:45:59 +0000</pubDate>
		<guid isPermaLink="false">#comment-91814</guid>
		<description><![CDATA[For others who might read this, EXPORT is used on a procedure definition to make the procedure visible to other modules that might be bound together into a single program.

An EXPORTed procedure in ModuleB may be called from inside ModuleA if the two modules are bound together. Without the EXPORT, that procedure would only be available to other procedures inside of ModuleB.

Tom]]></description>
		<content:encoded><![CDATA[<p>For others who might read this, EXPORT is used on a procedure definition to make the procedure visible to other modules that might be bound together into a single program.</p>
<p>An EXPORTed procedure in ModuleB may be called from inside ModuleA if the two modules are bound together. Without the EXPORT, that procedure would only be available to other procedures inside of ModuleB.</p>
<p>Tom</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ecgrantb</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/definition-not-found-for-symbol-crtusrspc/#comment-91800</link>
		<dc:creator>ecgrantb</dc:creator>
		<pubDate>Wed, 04 May 2011 13:26:47 +0000</pubDate>
		<guid isPermaLink="false">#comment-91800</guid>
		<description><![CDATA[Got it, thank you.  I was missing the EXPORT.]]></description>
		<content:encoded><![CDATA[<p>Got it, thank you.  I was missing the EXPORT.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tomliotta</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/definition-not-found-for-symbol-crtusrspc/#comment-91773</link>
		<dc:creator>tomliotta</dc:creator>
		<pubDate>Tue, 03 May 2011 19:45:17 +0000</pubDate>
		<guid isPermaLink="false">#comment-91773</guid>
		<description><![CDATA[Prototyping simply tells the compiler how to compile the interface, often by way of copying source from a source member.

If the source references an external name such as a procedure name from a different module, you have to tell the compiler where to find that module. If you are using CRTBNDRPG to do the compile, the only way that I know of to tell the compiler where the module is is through a reference to a binding directory that contains an entry for the module (or for a service program that includes the module).

The binding directory can be named either with a BNDDIR() keyword on an H-spec or through the BNDDIR() parameter of the CRTRPGPGM command.

Tom]]></description>
		<content:encoded><![CDATA[<p>Prototyping simply tells the compiler how to compile the interface, often by way of copying source from a source member.</p>
<p>If the source references an external name such as a procedure name from a different module, you have to tell the compiler where to find that module. If you are using CRTBNDRPG to do the compile, the only way that I know of to tell the compiler where the module is is through a reference to a binding directory that contains an entry for the module (or for a service program that includes the module).</p>
<p>The binding directory can be named either with a BNDDIR() keyword on an H-spec or through the BNDDIR() parameter of the CRTRPGPGM command.</p>
<p>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 311/312 objects using memcached

Served from: itknowledgeexchange.techtarget.com @ 2013-05-22 03:39:20 -->