<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:wikidot="http://www.wikidot.com/rss-namespace">

	<channel>
		<title>Comments for page &quot;COBOL SQL Trace&quot;</title>
		<link>http://www.peoplesoftwiki.com/cobol-sql-trace/comments/show</link>
		<description></description>
				<copyright></copyright>
		<lastBuildDate>Mon, 06 Feb 2012 22:59:50 +0000</lastBuildDate>
		
					<item>
				<guid>http://www.peoplesoftwiki.com/cobol-sql-trace/comments/show#post-1171097</guid>
				<title>(no title)</title>
				<link>http://www.peoplesoftwiki.com/cobol-sql-trace/comments/show#post-1171097</link>
				<description></description>
				<pubDate>Mon, 06 Jun 2011 20:19:40 +0000</pubDate>
				<wikidot:authorName>Praj</wikidot:authorName>				<wikidot:authorUserId>52320</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>Usually an array issue, but really odd that its happening on one of the delivered PeopleSoft COBOLs.</p> <p>Is it this line in the COBOL (1499)?</p> <p><tt>MOVE CONNECT-ELEMENT OF W-WK</tt></p> <p>That is defined on line 151/152:</p> <div class="code"> <pre> <code> 02 CONNECT-ELEMENT REDEFINES SQL-STMT-TEXT. 03 ELEM-CHAR PIC X OCCURS 255</code> </pre></div> <p>On my version this has an occurs of 255. Guessing maybe the connect string it is using has exceeded 255 characters? One option would be to increase the array size and recompile.</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://www.peoplesoftwiki.com/cobol-sql-trace/comments/show#post-1170971</guid>
				<title>(no title)</title>
				<link>http://www.peoplesoftwiki.com/cobol-sql-trace/comments/show#post-1170971</link>
				<description></description>
				<pubDate>Mon, 06 Jun 2011 18:08:59 +0000</pubDate>
				<wikidot:authorName>Eduardo</wikidot:authorName>								<content:encoded>
					<![CDATA[
						 <p>PeopleSoft Student Administration Version 9<br /> Copyright (C) 2006 Oracle.<br /> All Rights Reserved</p> <p>Object Code error : file 'C:\PT8.50\CBLBINA\PTPSQLRT.gnt'<br /> error code: 153, pc=0, call=1, seg=0<br /> 153 Subscript out of range (in C:\temp\CBL\PTPSQLRT.cbl, line 1499)</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://www.peoplesoftwiki.com/cobol-sql-trace/comments/show#post-746867</guid>
				<title>COBOL Trace Analyzer</title>
				<link>http://www.peoplesoftwiki.com/cobol-sql-trace/comments/show#post-746867</link>
				<description></description>
				<pubDate>Thu, 08 Apr 2010 18:39:25 +0000</pubDate>
				<wikidot:authorName>David Vandiver</wikidot:authorName>								<content:encoded>
					<![CDATA[
						 <p>To assist in reviewing the COBOL Trace, I have created an SQR that makes parsing the COBOL Trace file easy.</p> <p>The SQR Code will take the COBOL Trace file as input, parse through each cursor and bind variable, and produce an analyzed version of the Trace File. The end result is an easy to read and even execute trace file, with all of the bind variables inside the respective SQL statements.</p> <p>The code is free. <a href="http://sqrtricks.com/listing/sqrtrickspeoplesoft/11-coboltraceanalyzer" >View code at SQRTricks.com</a></p> 
				 	]]>
				</content:encoded>							</item>
				</channel>
</rss>
