
<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>SQR &#8211; DBTutor</title>
	<atom:link href="https://www.dbtutor.com/category/sqr/feed" rel="self" type="application/rss+xml" />
	<link>https://www.dbtutor.com</link>
	<description>Tips for Those Who Want to Learn</description>
	<lastBuildDate>Wed, 03 Dec 2014 11:55:25 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.6.2</generator>
	<item>
		<title>Generate Excel Report From PeopleSoft SQR</title>
		<link>https://www.dbtutor.com/2014/12/03/generate-excel-report-peoplesoft-sqr</link>
					<comments>https://www.dbtutor.com/2014/12/03/generate-excel-report-peoplesoft-sqr#comments</comments>
		
		<dc:creator><![CDATA[Nayan]]></dc:creator>
		<pubDate>Wed, 03 Dec 2014 11:48:57 +0000</pubDate>
				<category><![CDATA[SQR]]></category>
		<category><![CDATA[Excel SQR]]></category>
		<guid isPermaLink="false">http://www.dbtutor.com/?p=1323</guid>

					<description><![CDATA[This blog post i will share &#38; discuss about, how to create excel report using SQR. For generating excel files i have created a sample query to fetch from job data like employee id , name , business unit , &#8230; <a href="https://www.dbtutor.com/2014/12/03/generate-excel-report-peoplesoft-sqr#content" class="more-link">Continue Reading <span class="meta-nav">&#8594;</span></a>]]></description>
										<content:encoded><![CDATA[<p>This blog post i will share & discuss about, how to create excel report using SQR. For generating excel files i have created a sample query to fetch from job data like employee id , name , business unit , location & dept name etc. This sample sqr is very easy to understand for producing excel report (.xls) file. Now let s explain the SQR. SQRXL ExcelReport_4010 Step 1 Step 2…</p>
<p><a href="https://www.dbtutor.com/2014/12/03/generate-excel-report-peoplesoft-sqr" rel="nofollow">Source</a></p>]]></content:encoded>
					
					<wfw:commentRss>https://www.dbtutor.com/2014/12/03/generate-excel-report-peoplesoft-sqr/feed</wfw:commentRss>
			<slash:comments>13</slash:comments>
		
		
			</item>
		<item>
		<title>Working with Date Calculation and Manipulation in PeopleSoft SQR</title>
		<link>https://www.dbtutor.com/2013/11/04/working-date-calculation-manipulation-peoplesoft-sqr</link>
					<comments>https://www.dbtutor.com/2013/11/04/working-date-calculation-manipulation-peoplesoft-sqr#comments</comments>
		
		<dc:creator><![CDATA[Nayan]]></dc:creator>
		<pubDate>Mon, 04 Nov 2013 11:29:29 +0000</pubDate>
				<category><![CDATA[SQR]]></category>
		<category><![CDATA[SQR Date]]></category>
		<guid isPermaLink="false">http://www.dbtutor.com/?p=700</guid>

					<description><![CDATA[As Other Programming languages PeopleSoft SQR also contains date related functions, for example strtodate() -  convert a string to date datetostr() -  convert a date to a string dateadd() - add to a date datediff() - subtract dates datenow() - &#8230; <a href="https://www.dbtutor.com/2013/11/04/working-date-calculation-manipulation-peoplesoft-sqr#content" class="more-link">Continue Reading <span class="meta-nav">&#8594;</span></a>]]></description>
										<content:encoded><![CDATA[<p>As Other Programming languages PeopleSoft SQR also contains date related functions, for example You can look forward these documents I was curious to know about datemath.sqc which was written and delivered by Oracle Corp. These SQC contains huge information about SQR Date calculation , obviously all the calculation contains 5 parent SQR date functions i.e strtodate,datetostr,dateadd…</p>
<p><a href="https://www.dbtutor.com/2013/11/04/working-date-calculation-manipulation-peoplesoft-sqr" rel="nofollow">Source</a></p>]]></content:encoded>
					
					<wfw:commentRss>https://www.dbtutor.com/2013/11/04/working-date-calculation-manipulation-peoplesoft-sqr/feed</wfw:commentRss>
			<slash:comments>1</slash:comments>
		
		
			</item>
		<item>
		<title>Read File Using SQR and Insert data into Table PeopleSoft</title>
		<link>https://www.dbtutor.com/2013/11/04/read-file-using-sqr-insert-data-table-peoplesoft</link>
					<comments>https://www.dbtutor.com/2013/11/04/read-file-using-sqr-insert-data-table-peoplesoft#comments</comments>
		
		<dc:creator><![CDATA[Nayan]]></dc:creator>
		<pubDate>Mon, 04 Nov 2013 08:24:47 +0000</pubDate>
				<category><![CDATA[SQR]]></category>
		<guid isPermaLink="false">http://www.dbtutor.com/?p=773</guid>

					<description><![CDATA[I was working on SQR code that will read CSV file with SQR Code and Insert data into Staging Table.This blog post will help you to understand How to do Read file with SQR.I hope you are aware of SQR &#8230; <a href="https://www.dbtutor.com/2013/11/04/read-file-using-sqr-insert-data-table-peoplesoft#content" class="more-link">Continue Reading <span class="meta-nav">&#8594;</span></a>]]></description>
										<content:encoded><![CDATA[<p>I was working on SQR code that will read CSV file with SQR Code and Insert data into Staging Table.This blog post will help you to understand How to do Read file with SQR.I hope you are aware of SQR File Reading , Writing & open commands, if you are not then please read the Hyperion SQR Command on Oracle Docs.Here is the Links ( Opens in New Window) for you. So Lets look the CSV file along…</p>
<p><a href="https://www.dbtutor.com/2013/11/04/read-file-using-sqr-insert-data-table-peoplesoft" rel="nofollow">Source</a></p>]]></content:encoded>
					
					<wfw:commentRss>https://www.dbtutor.com/2013/11/04/read-file-using-sqr-insert-data-table-peoplesoft/feed</wfw:commentRss>
			<slash:comments>5</slash:comments>
		
		
			</item>
		<item>
		<title>Generate Multiple Report with Unique Name in PeopleSoft SQR</title>
		<link>https://www.dbtutor.com/2013/10/04/generate-multiple-report-unique-name-sqr</link>
					<comments>https://www.dbtutor.com/2013/10/04/generate-multiple-report-unique-name-sqr#comments</comments>
		
		<dc:creator><![CDATA[Nayan]]></dc:creator>
		<pubDate>Fri, 04 Oct 2013 11:08:35 +0000</pubDate>
				<category><![CDATA[SQR]]></category>
		<category><![CDATA[PeopleSoft SQR]]></category>
		<category><![CDATA[SQR Multiple Report]]></category>
		<guid isPermaLink="false">http://www.dbtutor.com/?p=491</guid>

					<description><![CDATA[From last couple of days i was working on SQR Master Details report and also contains requirements to create a more than one report simultaneously based on the common data.After searching on Peoplebook as well Hyperion SQR Manual i found &#8230; <a href="https://www.dbtutor.com/2013/10/04/generate-multiple-report-unique-name-sqr#content" class="more-link">Continue Reading <span class="meta-nav">&#8594;</span></a>]]></description>
										<content:encoded><![CDATA[<p>From last couple of days i was working on SQR Master Details report and also contains requirements to create a more than one report simultaneously based on the common data.After searching on Peoplebook as well Hyperion SQR Manual i found the solutions. So, today i’m sharing the solutions how to proceed it. I’m describing this blog post pretty elaborate way so you will get fully understand.</p>
<p><a href="https://www.dbtutor.com/2013/10/04/generate-multiple-report-unique-name-sqr" rel="nofollow">Source</a></p>]]></content:encoded>
					
					<wfw:commentRss>https://www.dbtutor.com/2013/10/04/generate-multiple-report-unique-name-sqr/feed</wfw:commentRss>
			<slash:comments>14</slash:comments>
		
		
			</item>
		<item>
		<title>How to Get Process Name by Process Instance Using PeopleSoft SQR</title>
		<link>https://www.dbtutor.com/2013/10/01/get-process-name-process-instance-using-peoplesoft-sqr</link>
					<comments>https://www.dbtutor.com/2013/10/01/get-process-name-process-instance-using-peoplesoft-sqr#comments</comments>
		
		<dc:creator><![CDATA[Nayan]]></dc:creator>
		<pubDate>Tue, 01 Oct 2013 12:13:13 +0000</pubDate>
				<category><![CDATA[SQR]]></category>
		<category><![CDATA[PeopleSoft SQR Code]]></category>
		<guid isPermaLink="false">http://www.dbtutor.com/?p=469</guid>

					<description><![CDATA[When i was working on reportlog.sqc Projects then i have found really interesting tips that is Getting Process Name by process instance. So lets tell the procedure.We all know the all process related information PeopleSoft Stored on PSPRCSRQST table. You &#8230; <a href="https://www.dbtutor.com/2013/10/01/get-process-name-process-instance-using-peoplesoft-sqr#content" class="more-link">Continue Reading <span class="meta-nav">&#8594;</span></a>]]></description>
										<content:encoded><![CDATA[<p>When i was working on reportlog.sqc Projects then i have found really interesting tips that is Getting Process Name by process instance. So lets tell the procedure.We all know the all process related information PeopleSoft Stored on PSPRCSRQST table. You can easily look the table data along with column name by using here is the results Query Results PRCSINSTANCE is the Key Field…</p>
<p><a href="https://www.dbtutor.com/2013/10/01/get-process-name-process-instance-using-peoplesoft-sqr" rel="nofollow">Source</a></p>]]></content:encoded>
					
					<wfw:commentRss>https://www.dbtutor.com/2013/10/01/get-process-name-process-instance-using-peoplesoft-sqr/feed</wfw:commentRss>
			<slash:comments>2</slash:comments>
		
		
			</item>
		<item>
		<title>(SQR 2002) DO arguments do not match procedure&#8217;s &#8211; How to Correct</title>
		<link>https://www.dbtutor.com/2013/09/30/sqr-2002-arguments-match-procedures-correct</link>
					<comments>https://www.dbtutor.com/2013/09/30/sqr-2002-arguments-match-procedures-correct#respond</comments>
		
		<dc:creator><![CDATA[Nayan]]></dc:creator>
		<pubDate>Mon, 30 Sep 2013 12:58:22 +0000</pubDate>
				<category><![CDATA[SQR]]></category>
		<category><![CDATA[PeopleSoft SQR]]></category>
		<category><![CDATA[SQR Error]]></category>
		<guid isPermaLink="false">http://www.dbtutor.com/?p=449</guid>

					<description><![CDATA[When Run the PeopleSoft SQR Programme via Command Line (SQRW Utility) or PIA Process Scheduler you may face the error like that, Error on line 88: (SQR 2002) DO arguments do not match procedure&#8217;s. It is SQR Procedure Argument Mismatch &#8230; <a href="https://www.dbtutor.com/2013/09/30/sqr-2002-arguments-match-procedures-correct#content" class="more-link">Continue Reading <span class="meta-nav">&#8594;</span></a>]]></description>
										<content:encoded><![CDATA[<p>When Run the PeopleSoft SQR Programme via Command Line (SQRW Utility) or PIA Process Scheduler you may face the error like that, It is SQR Procedure Argument Mismatch Problems. Ok let me tell the whole scenario so you will fully understand the problems and solutions also. Let consider you have created a SQC Programme like that For Example purposes i have not put the full code.</p>
<p><a href="https://www.dbtutor.com/2013/09/30/sqr-2002-arguments-match-procedures-correct" rel="nofollow">Source</a></p>]]></content:encoded>
					
					<wfw:commentRss>https://www.dbtutor.com/2013/09/30/sqr-2002-arguments-match-procedures-correct/feed</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Get Process Output Directory with PeopleSoft SQR</title>
		<link>https://www.dbtutor.com/2013/09/23/get-process-output-directory-peoplesoft-sqr</link>
					<comments>https://www.dbtutor.com/2013/09/23/get-process-output-directory-peoplesoft-sqr#respond</comments>
		
		<dc:creator><![CDATA[Nayan]]></dc:creator>
		<pubDate>Mon, 23 Sep 2013 11:12:42 +0000</pubDate>
				<category><![CDATA[SQR]]></category>
		<guid isPermaLink="false">http://www.dbtutor.com/?p=377</guid>

					<description><![CDATA[Get Process Output Directory with PeopleSoft SQR]]></description>
										<content:encoded><![CDATA[<p>Get Process Output Directory with PeopleSoft SQR…</p>
<p><a href="https://www.dbtutor.com/2013/09/23/get-process-output-directory-peoplesoft-sqr" rel="nofollow">Source</a></p>]]></content:encoded>
					
					<wfw:commentRss>https://www.dbtutor.com/2013/09/23/get-process-output-directory-peoplesoft-sqr/feed</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>How to get Run control Value in PeopleSoft SQR and Validate them</title>
		<link>https://www.dbtutor.com/2013/09/23/get-run-control-value-sql-validate</link>
					<comments>https://www.dbtutor.com/2013/09/23/get-run-control-value-sql-validate#respond</comments>
		
		<dc:creator><![CDATA[Nayan]]></dc:creator>
		<pubDate>Mon, 23 Sep 2013 11:02:46 +0000</pubDate>
				<category><![CDATA[SQR]]></category>
		<guid isPermaLink="false">http://www.dbtutor.com/?p=373</guid>

					<description><![CDATA[How to get Run control Value in SQL and Validate them]]></description>
										<content:encoded><![CDATA[<p>How to get Run control Value in SQL and Validate them…</p>
<p><a href="https://www.dbtutor.com/2013/09/23/get-run-control-value-sql-validate" rel="nofollow">Source</a></p>]]></content:encoded>
					
					<wfw:commentRss>https://www.dbtutor.com/2013/09/23/get-run-control-value-sql-validate/feed</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Practical Examples of PeopleSoft SQR Load Lookup</title>
		<link>https://www.dbtutor.com/2013/09/23/5-practical-examples-sqr-load-lookup</link>
					<comments>https://www.dbtutor.com/2013/09/23/5-practical-examples-sqr-load-lookup#comments</comments>
		
		<dc:creator><![CDATA[Nayan]]></dc:creator>
		<pubDate>Mon, 23 Sep 2013 10:54:16 +0000</pubDate>
				<category><![CDATA[SQR]]></category>
		<guid isPermaLink="false">http://www.dbtutor.com/?p=365</guid>

					<description><![CDATA[This blog post we will discuss about Practical Examples of Peoplesoft SQR Load Lookup. My goal is how we use SQR Load lookup in in SQR Files.So Let&#8217;s start to look some live examples of SQR Load Lookup. This Articles &#8230; <a href="https://www.dbtutor.com/2013/09/23/5-practical-examples-sqr-load-lookup#content" class="more-link">Continue Reading <span class="meta-nav">&#8594;</span></a>]]></description>
										<content:encoded><![CDATA[<p>This blog post we will discuss about Practical Examples of Peoplesoft SQR Load Lookup. My goal is how we use SQR Load lookup in in SQR Files.So Let’s start to look some live examples of SQR Load Lookup. This Articles will be update automatically when i found new or create new SQR Load Lookup Snippets. As we know in PeopleSoft some column (e.g SEX , EMPL_STATUS etc) values are came from…</p>
<p><a href="https://www.dbtutor.com/2013/09/23/5-practical-examples-sqr-load-lookup" rel="nofollow">Source</a></p>]]></content:encoded>
					
					<wfw:commentRss>https://www.dbtutor.com/2013/09/23/5-practical-examples-sqr-load-lookup/feed</wfw:commentRss>
			<slash:comments>3</slash:comments>
		
		
			</item>
	</channel>
</rss>
