 




<?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: Creating JCL to execute a large merged file of SQL for DB2</title>
	<atom:link href="http://itknowledgeexchange.techtarget.com/itanswers/creating-jcl-to-execute-a-large-merged-file-of-sql-for-db2/feed/" rel="self" type="application/rss+xml" />
	<link>http://itknowledgeexchange.techtarget.com/itanswers/creating-jcl-to-execute-a-large-merged-file-of-sql-for-db2/</link>
	<description></description>
	<lastBuildDate>Wed, 22 May 2013 18:27:48 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
	<item>
		<title>By: graybeard52</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/creating-jcl-to-execute-a-large-merged-file-of-sql-for-db2/#comment-53672</link>
		<dc:creator>graybeard52</dc:creator>
		<pubDate>Tue, 03 Jun 2008 15:06:07 +0000</pubDate>
		<guid isPermaLink="false">#comment-53672</guid>
		<description><![CDATA[Well, yes.

RUNSQLSTM is designed for batch use, so it cannot return a result set.  You can create tables, views, updates, etc.   To use SELECT, it must be inserting the records into a table, which is what I think you want to do.  

Otherwise, just put a semi-colon at the end of each statement.]]></description>
		<content:encoded><![CDATA[<p>Well, yes.</p>
<p>RUNSQLSTM is designed for batch use, so it cannot return a result set.  You can create tables, views, updates, etc.   To use SELECT, it must be inserting the records into a table, which is what I think you want to do.  </p>
<p>Otherwise, just put a semi-colon at the end of each statement.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jonty walker</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/creating-jcl-to-execute-a-large-merged-file-of-sql-for-db2/#comment-53669</link>
		<dc:creator>jonty walker</dc:creator>
		<pubDate>Tue, 03 Jun 2008 14:32:28 +0000</pubDate>
		<guid isPermaLink="false">#comment-53669</guid>
		<description><![CDATA[Thanks Greybeard52;

That looks like a viable solution to my problem.  If I&#039;m reading the WIKI SEARCH on RUNSQLSTM correctly, the length of input file or the number of SQL statements in that file is NOT an issue.  COOL!   Are there ANY concerns with using RUNSQLSTM w.r.t. the SELECT statement (that you know of) ?]]></description>
		<content:encoded><![CDATA[<p>Thanks Greybeard52;</p>
<p>That looks like a viable solution to my problem.  If I&#8217;m reading the WIKI SEARCH on RUNSQLSTM correctly, the length of input file or the number of SQL statements in that file is NOT an issue.  COOL!   Are there ANY concerns with using RUNSQLSTM w.r.t. the SELECT statement (that you know of) ?</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 3/10 queries in 0.046 seconds using memcached
Object Caching 281/287 objects using memcached

Served from: itknowledgeexchange.techtarget.com @ 2013-05-23 01:21:46 -->