
<?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 to Get Process Name by Process Instance Using PeopleSoft SQR	</title>
	<atom:link href="https://www.dbtutor.com/2013/10/01/get-process-name-process-instance-using-peoplesoft-sqr/feed" rel="self" type="application/rss+xml" />
	<link>https://www.dbtutor.com/2013/10/01/get-process-name-process-instance-using-peoplesoft-sqr</link>
	<description>Tips for Those Who Want to Learn</description>
	<lastBuildDate>Wed, 02 Oct 2013 07:45:49 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.6.2</generator>
	<item>
		<title>
		By: Nayan		</title>
		<link>https://www.dbtutor.com/2013/10/01/get-process-name-process-instance-using-peoplesoft-sqr#comment-20</link>

		<dc:creator><![CDATA[Nayan]]></dc:creator>
		<pubDate>Tue, 01 Oct 2013 12:57:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.dbtutor.com/?p=469#comment-20</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.dbtutor.com/2013/10/01/get-process-name-process-instance-using-peoplesoft-sqr#comment-19&quot;&gt;Kunal Singh&lt;/a&gt;.

Kunal For your clarification eoprcsnm.sqc is delivered by PeopleSoft  that contain 
&lt;pre&gt;
!********************************
begin-procedure Get-Process-Name (#prcs_process_instance, :$prcsname)
!********************************
Begin-SELECT 
P.PRCSNAME  
FROM PSPRCSRQST P
WHERE P.PRCSINSTANCE = #prcs_process_instance

End-SELECT
  
   let $prcsname = RTRIM(&#038;P.PRCSNAME,&#039; &#039;) 

End-Procedure !Get-Process-Name
&lt;/pre&gt;
So either you can include  eoprcsnm.sqc file at bottom of your primary sqr programme then call 
&lt;pre&gt;
do Get-Process-Name (#prcs_process_instance, $prcsname)
&lt;/pre&gt;
where you need.
As i mention in the blog post if you think that i will not include the sqc file then simplay copy paste the procedure code in your sqr programme and call them.
hopefully you can get understand easily, also let me knwo if any doubt.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://www.dbtutor.com/2013/10/01/get-process-name-process-instance-using-peoplesoft-sqr#comment-19">Kunal Singh</a>.</p>
<p>Kunal For your clarification eoprcsnm.sqc is delivered by PeopleSoft  that contain </p>
<pre>
!********************************
begin-procedure Get-Process-Name (#prcs_process_instance, :$prcsname)
!********************************
Begin-SELECT 
P.PRCSNAME  
FROM PSPRCSRQST P
WHERE P.PRCSINSTANCE = #prcs_process_instance

End-SELECT
  
   let $prcsname = RTRIM(&amp;P.PRCSNAME,' ') 

End-Procedure !Get-Process-Name
</pre>
<p>So either you can include  eoprcsnm.sqc file at bottom of your primary sqr programme then call </p>
<pre>
do Get-Process-Name (#prcs_process_instance, $prcsname)
</pre>
<p>where you need.<br />
As i mention in the blog post if you think that i will not include the sqc file then simplay copy paste the procedure code in your sqr programme and call them.<br />
hopefully you can get understand easily, also let me knwo if any doubt.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Kunal Singh		</title>
		<link>https://www.dbtutor.com/2013/10/01/get-process-name-process-instance-using-peoplesoft-sqr#comment-19</link>

		<dc:creator><![CDATA[Kunal Singh]]></dc:creator>
		<pubDate>Tue, 01 Oct 2013 12:51:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.dbtutor.com/?p=469#comment-19</guid>

					<description><![CDATA[Hey hi nayan I went through it bt I cant understand the use of eoprcs sqc what I understand is that is it basically used for calling process name???]]></description>
			<content:encoded><![CDATA[<p>Hey hi nayan I went through it bt I cant understand the use of eoprcs sqc what I understand is that is it basically used for calling process name???</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
