<?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>IT Answers &#187; SQL/400</title>
	<atom:link href="http://itknowledgeexchange.techtarget.com/itanswers/tag/sql400/feed/" rel="self" type="application/rss+xml" />
	<link>http://itknowledgeexchange.techtarget.com/itanswers</link>
	<description></description>
	<lastBuildDate>Wed, 19 Jun 2013 01:12:57 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
		<item>
		<title>How to insert Hex values through SQL/400</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/how-to-insert-hex-values-through-sql400/</link>
		<comments>http://itknowledgeexchange.techtarget.com/itanswers/how-to-insert-hex-values-through-sql400/#comments</comments>
		<pubDate>Mon, 22 Apr 2013 23:07:22 +0000</pubDate>
		<dc:creator>color</dc:creator>
				<category><![CDATA[SQL Database]]></category>
		<category><![CDATA[SQL Query]]></category>
		<category><![CDATA[SQL/400]]></category>

		<guid isPermaLink="false">http://itknowledgeexchange.techtarget.com/itanswers/how-to-insert-hex-values-through-sql400/</guid>
		<description><![CDATA[Question Edited by Michael Tidmarsh]]></description>
				<content:encoded><![CDATA[Question Edited by Michael Tidmarsh]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/itanswers/how-to-insert-hex-values-through-sql400/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>sql/400 convert 9,0 to 4,0 getting cast argument not valid</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/sql400-convert-90-to-40-getting-cast-argument-not-valid/</link>
		<comments>http://itknowledgeexchange.techtarget.com/itanswers/sql400-convert-90-to-40-getting-cast-argument-not-valid/#comments</comments>
		<pubDate>Tue, 02 Oct 2012 16:04:24 +0000</pubDate>
		<dc:creator>shumatev</dc:creator>
				<category><![CDATA[SQL/400]]></category>

		<guid isPermaLink="false">http://itknowledgeexchange.techtarget.com/itanswers/sql400-convert-90-to-40-getting-cast-argument-not-valid/</guid>
		<description><![CDATA[New Discussion Post by philpl1jb]]></description>
				<content:encoded><![CDATA[New Discussion Post by philpl1jb]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/itanswers/sql400-convert-90-to-40-getting-cast-argument-not-valid/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Query in SQL400</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/sql-query-15/</link>
		<comments>http://itknowledgeexchange.techtarget.com/itanswers/sql-query-15/#comments</comments>
		<pubDate>Wed, 11 Apr 2012 06:37:31 +0000</pubDate>
		<dc:creator>ssssssssssssssss</dc:creator>
				<category><![CDATA[AS/400]]></category>
		<category><![CDATA[SQL Query]]></category>
		<category><![CDATA[SQL/400]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[New Answer by Chris Leonard]]></description>
				<content:encoded><![CDATA[New Answer by Chris Leonard]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/itanswers/sql-query-15/feed/</wfw:commentRss>
		<slash:comments>10</slash:comments>
		</item>
		<item>
		<title>How to acheive FULL OUTER JOIN on three files in IN SQLRPGLE program.</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/how-to-acheive-full-outer-join-on-three-files-in-in-sqlrpgle-program/</link>
		<comments>http://itknowledgeexchange.techtarget.com/itanswers/how-to-acheive-full-outer-join-on-three-files-in-in-sqlrpgle-program/#comments</comments>
		<pubDate>Tue, 27 Mar 2012 15:50:03 +0000</pubDate>
		<dc:creator>Mohan K</dc:creator>
				<category><![CDATA[as400/DB2]]></category>
		<category><![CDATA[SQL/400]]></category>
		<category><![CDATA[SQLRPGLE]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[Hi, I have 3 seperate files called Duty, Freight and Brokerage and i need to process all the records from all the three files into one output file based on key values matching across all the files, if i dont find the match in anyother two files then i need to populate coresponding fields with Zeroes. [...]]]></description>
				<content:encoded><![CDATA[<p>Hi, I have 3 seperate files called Duty, Freight and Brokerage and i need to process all the records from all the three files into one output file based on key values matching across all the files, if i dont find the match in anyother two files then i need to populate coresponding fields with Zeroes. I have suitation like Brokerage file can contain some extra records which are  not available in Durty same way Freight file can contain some extra records which might not be available in Duty or Brokerage. <br/><br/> When i process the Duty file i will be matching the Freight and Brokerage files based on 5 key fields and if i find a matched record in Frieght or Brokerage file then i will populate these values into output file else if i dont have a matched record in any one of the file then i need to populate corresponding field with Zeros. Same way i need to process the other two files and make sure i did not miss any records from any of the three files. I came to know that we can acheive this by using FULL OUTER JOIN on three files, but i could not able to use it int SQL400 Can anyone please help me to how to acheive this requirement in single SQL query.<br/><br/> Your help is greatly appreciated.<br/><br/></p>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/itanswers/how-to-acheive-full-outer-join-on-three-files-in-in-sqlrpgle-program/feed/</wfw:commentRss>
		<slash:comments>17</slash:comments>
		</item>
		<item>
		<title>RUNSQLSTM ALTER TABLE</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/runsqlstm-alter-table/</link>
		<comments>http://itknowledgeexchange.techtarget.com/itanswers/runsqlstm-alter-table/#comments</comments>
		<pubDate>Tue, 14 Feb 2012 10:51:27 +0000</pubDate>
		<dc:creator>Hanisadeq</dc:creator>
				<category><![CDATA[AS/400 V5R3M0]]></category>
		<category><![CDATA[SQL tables]]></category>
		<category><![CDATA[SQL/400]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[i&#8217;m trying to run SQl statment in batch job to alter Table CCSID to 420 but i have error Reason code 10  Hani ]]></description>
				<content:encoded><![CDATA[<p>i&#8217;m trying to run SQl statment in batch job to alter Table CCSID to 420 but i have error Reason code 10 </p>
<div></div>
<div>Hani </div>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/itanswers/runsqlstm-alter-table/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>read PF member records using SQL400</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/read-pf-member-records-using-sql400/</link>
		<comments>http://itknowledgeexchange.techtarget.com/itanswers/read-pf-member-records-using-sql400/#comments</comments>
		<pubDate>Thu, 02 Feb 2012 16:07:09 +0000</pubDate>
		<dc:creator>pdsathishkumar</dc:creator>
				<category><![CDATA[as400 v5r3]]></category>
		<category><![CDATA[SQL/400]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[How to Read PF member records using SQL400&#8230;. PF1 contain 3 members like (mbr1, mbr2, mbr3), now i want to read all records from mbr2 using SQL400&#8230; please share me the Query&#8230; ]]></description>
				<content:encoded><![CDATA[<div>How to Read PF member records using SQL400&#8230;.</div>
<div></div>
<div>PF1 contain 3 members like (mbr1, mbr2, mbr3), now i want to read all records from mbr2 using SQL400&#8230;</div>
<div></div>
<div>please share me the Query&#8230; </div>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/itanswers/read-pf-member-records-using-sql400/feed/</wfw:commentRss>
		<slash:comments>11</slash:comments>
		</item>
		<item>
		<title>Create Alias</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/create-alias/</link>
		<comments>http://itknowledgeexchange.techtarget.com/itanswers/create-alias/#comments</comments>
		<pubDate>Wed, 18 Jan 2012 23:55:40 +0000</pubDate>
		<dc:creator>StefanH</dc:creator>
				<category><![CDATA[alias]]></category>
		<category><![CDATA[Multi-Member]]></category>
		<category><![CDATA[SQL/400]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[How can you use &#8220;create alias&#8221; to return all members of the primary file? I understand how this is done with one member. but how can you build the file using all member via a wildcard function]]></description>
				<content:encoded><![CDATA[<p>How can you use &#8220;create alias&#8221; to return all members of the primary file? I understand how this is done with one member. but how can you build the file using all member via a wildcard function</p>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/itanswers/create-alias/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>SQL400 Strip non-numeric from a column</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/sql400-strip-non-numeric-from-a-column/</link>
		<comments>http://itknowledgeexchange.techtarget.com/itanswers/sql400-strip-non-numeric-from-a-column/#comments</comments>
		<pubDate>Mon, 16 Jan 2012 06:54:43 +0000</pubDate>
		<dc:creator>Builder400</dc:creator>
				<category><![CDATA[AS/400]]></category>
		<category><![CDATA[non-numeric]]></category>
		<category><![CDATA[SQL/400]]></category>
		<category><![CDATA[Striping]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[Hello everyone, Is there a way to strip non-numeric characters from a char column? Example: I have a Clients file, with column &#8220;Telephone Number&#8221; (CLPhone, 20, A). The thing is, phone number for many clients is filled with different formats. Example1: (123-12345) Example2: 123 12345 Example3: 123/12345 And even worse . Is there a way to select [...]]]></description>
				<content:encoded><![CDATA[<p>Hello everyone,</p>
<div>
 Is there a way to strip non-numeric characters from a char column?<br />
 Example: I have a Clients file,  with column &#8220;Telephone Number&#8221; (CLPhone, 20, A). The thing is, phone number for many clients is filled with different formats.</div>
<div>Example1: (123-12345)<br />
Example2: 123 12345<br />
Example3: 123/12345</div>
<div></div>
<div>And even worse <img src='http://itknowledgeexchange.techtarget.com/itanswers/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> .</p>
<p> Is there a way to select only the numeric value? like in:</p></div>
<div>Select ClientID, ClientName, StripChars(CLPhone) From Customers</div>
<div>Is there a direct stripping function?</div>
<div> </div>
<div>Thanks a ton</div>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/itanswers/sql400-strip-non-numeric-from-a-column/feed/</wfw:commentRss>
		<slash:comments>10</slash:comments>
		</item>
		<item>
		<title>how to retrieve current date and time in SQL400</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/how-to-retrieve-current-date-and-time-in-sql400/</link>
		<comments>http://itknowledgeexchange.techtarget.com/itanswers/how-to-retrieve-current-date-and-time-in-sql400/#comments</comments>
		<pubDate>Fri, 06 Jan 2012 11:09:32 +0000</pubDate>
		<dc:creator>pdsathishkumar</dc:creator>
				<category><![CDATA[SQL/400]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[how to retrieve current date and time in sql/400]]></description>
				<content:encoded><![CDATA[<div></div>
<p>how to retrieve current date and time in sql/400</p>
<div></div>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/itanswers/how-to-retrieve-current-date-and-time-in-sql400/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>Embedded SQL in RPGILE</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/embedded-sql-in-rpgile/</link>
		<comments>http://itknowledgeexchange.techtarget.com/itanswers/embedded-sql-in-rpgile/#comments</comments>
		<pubDate>Thu, 16 Sep 2010 17:40:35 +0000</pubDate>
		<dc:creator>TNKR</dc:creator>
				<category><![CDATA[RPGILE]]></category>
		<category><![CDATA[SQL Query]]></category>
		<category><![CDATA[SQL/400]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[For a SELECT Query in RPG program if we get -811 SQL error, it means we have got multiple selections in our query. Is it possible to know how many records are selected from the SELECT statement from any field of SQLCA or in some other way?]]></description>
				<content:encoded><![CDATA[<p>For a SELECT Query in RPG program if we get -811 SQL error, it means we have got multiple selections in our query. Is it possible to know how many records are selected from the SELECT statement from any field of SQLCA or in some other way?</p>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/itanswers/embedded-sql-in-rpgile/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using memcached
Database Caching 3/17 queries in 0.026 seconds using memcached
Object Caching 885/910 objects using memcached

Served from: itknowledgeexchange.techtarget.com @ 2013-06-19 09:37:56 -->