 




<?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: Parsing spooled File.</title>
	<atom:link href="http://itknowledgeexchange.techtarget.com/itanswers/parsing-spooled-file/feed/" rel="self" type="application/rss+xml" />
	<link>http://itknowledgeexchange.techtarget.com/itanswers/parsing-spooled-file/</link>
	<description></description>
	<lastBuildDate>Fri, 24 May 2013 04:11:53 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
	<item>
		<title>By: tomliotta</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/parsing-spooled-file/#comment-70979</link>
		<dc:creator>tomliotta</dc:creator>
		<pubDate>Sun, 29 Nov 2009 12:23:22 +0000</pubDate>
		<guid isPermaLink="false">#comment-70979</guid>
		<description><![CDATA[I have a hard time understanding why &quot;parse a spooled file&quot; is a solution at all. Why not go to the data that was used to spool the file in the first place?

In any case, given &quot;&lt;i&gt;I&#039;m from the Unix world..&lt;/i&gt;&quot;, I&#039;d think you&#039;d be interested first in the catsplf Qshell utility.

Tom]]></description>
		<content:encoded><![CDATA[<p>I have a hard time understanding why &#8220;parse a spooled file&#8221; is a solution at all. Why not go to the data that was used to spool the file in the first place?</p>
<p>In any case, given &#8220;<i>I&#8217;m from the Unix world..</i>&#8220;, I&#8217;d think you&#8217;d be interested first in the catsplf Qshell utility.</p>
<p>Tom</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jplamontre</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/parsing-spooled-file/#comment-43057</link>
		<dc:creator>jplamontre</dc:creator>
		<pubDate>Fri, 10 Feb 2006 12:59:43 +0000</pubDate>
		<guid isPermaLink="false">#comment-43057</guid>
		<description><![CDATA[Why don&#039;t you write your parsing tool with C ?
C is one of the 4 compilers of WebSphere Dev, others are CL, RPG &amp; Cobol.
don&#039;t be confuse by the word websphere, I speak of writing classic progs (C or CL or RPG) on green screens.

And I have a tool to run SQL in CLP : http://jplamontre.free.fr/AS400/EXECUTESQL.htm
]]></description>
		<content:encoded><![CDATA[<p>Why don&#8217;t you write your parsing tool with C ?<br />
C is one of the 4 compilers of WebSphere Dev, others are CL, RPG &amp; Cobol.<br />
don&#8217;t be confuse by the word websphere, I speak of writing classic progs (C or CL or RPG) on green screens.</p>
<p>And I have a tool to run SQL in CLP : <a href="http://jplamontre.free.fr/AS400/EXECUTESQL.htm" rel="nofollow">http://jplamontre.free.fr/AS400/EXECUTESQL.htm</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jaicee</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/parsing-spooled-file/#comment-43058</link>
		<dc:creator>jaicee</dc:creator>
		<pubDate>Wed, 08 Feb 2006 15:01:16 +0000</pubDate>
		<guid isPermaLink="false">#comment-43058</guid>
		<description><![CDATA[If you need to analyze things on the fly, then using Query or Interactive SQL (provided you have it) is the easiest way. But if you are used to writing in C and can write CL programs, you shouldn&#039;t have a problem programming in ILE RPG when necessary, especially if you code in /free format. It&#039;s a very capable language.

In fact, if the spool file is being generated by a program on your system, you might want to consider writing the data to an externally defined physical instead of or in addition to the spool file. Then you could use Query or SQL (or write other programs) to analyze the output.

Many ways to &quot;get there&quot;... Drive safe! B)

BTW, if you don&#039;t have Interactive SQL, there is a free utility you can download (can&#039;t remember where) that uses a QM Query wrapped in a CL command. That would allow you to execute SQL statements from a command line or from a CL program.
]]></description>
		<content:encoded><![CDATA[<p>If you need to analyze things on the fly, then using Query or Interactive SQL (provided you have it) is the easiest way. But if you are used to writing in C and can write CL programs, you shouldn&#8217;t have a problem programming in ILE RPG when necessary, especially if you code in /free format. It&#8217;s a very capable language.</p>
<p>In fact, if the spool file is being generated by a program on your system, you might want to consider writing the data to an externally defined physical instead of or in addition to the spool file. Then you could use Query or SQL (or write other programs) to analyze the output.</p>
<p>Many ways to &#8220;get there&#8221;&#8230; Drive safe! B)</p>
<p>BTW, if you don&#8217;t have Interactive SQL, there is a free utility you can download (can&#8217;t remember where) that uses a QM Query wrapped in a CL command. That would allow you to execute SQL statements from a command line or from a CL program.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: saratusthra</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/parsing-spooled-file/#comment-43059</link>
		<dc:creator>saratusthra</dc:creator>
		<pubDate>Wed, 08 Feb 2006 09:23:11 +0000</pubDate>
		<guid isPermaLink="false">#comment-43059</guid>
		<description><![CDATA[Pierre
You could use the CPYSPLF command to copy it to a physical file, get to the attributes (column names) of the SPLF and extract its data from a CL program.

Good luck! ]]></description>
		<content:encoded><![CDATA[<p>Pierre<br />
You could use the CPYSPLF command to copy it to a physical file, get to the attributes (column names) of the SPLF and extract its data from a CL program.</p>
<p>Good luck! </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.040 seconds using memcached
Object Caching 309/315 objects using memcached

Served from: itknowledgeexchange.techtarget.com @ 2013-05-24 04:13:07 -->