 




<?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: COBOL/400</title>
	<atom:link href="http://itknowledgeexchange.techtarget.com/itanswers/cobol400-7/feed/" rel="self" type="application/rss+xml" />
	<link>http://itknowledgeexchange.techtarget.com/itanswers/cobol400-7/</link>
	<description></description>
	<lastBuildDate>Wed, 22 May 2013 05:05:11 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
	<item>
		<title>By: tomliotta</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/cobol400-7/#comment-95167</link>
		<dc:creator>tomliotta</dc:creator>
		<pubDate>Thu, 11 Aug 2011 06:54:19 +0000</pubDate>
		<guid isPermaLink="false">#comment-95167</guid>
		<description><![CDATA[&lt;i&gt;Since the file pointer cannot be placed at a particular record the application is not allowing me to delete a record.&lt;/i&gt;

The question is not making total sense.

If you want to position to &lt;i&gt;a particular record&lt;/i&gt; and then DELETE it, why is the file defined with ACCESS as SEQUENTIAL? Change the ACCESS to RANDOM or DYNAMIC. And if you want to DELETE, change from ORGANIZATION as SEQUENTIAL to RELATIVE or INDEXED.

What exactly do you want to do?

Tom]]></description>
		<content:encoded><![CDATA[<p><i>Since the file pointer cannot be placed at a particular record the application is not allowing me to delete a record.</i></p>
<p>The question is not making total sense.</p>
<p>If you want to position to <i>a particular record</i> and then DELETE it, why is the file defined with ACCESS as SEQUENTIAL? Change the ACCESS to RANDOM or DYNAMIC. And if you want to DELETE, change from ORGANIZATION as SEQUENTIAL to RELATIVE or INDEXED.</p>
<p>What exactly do you want to do?</p>
<p>Tom</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: richk1151</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/cobol400-7/#comment-95160</link>
		<dc:creator>richk1151</dc:creator>
		<pubDate>Thu, 11 Aug 2011 00:02:19 +0000</pubDate>
		<guid isPermaLink="false">#comment-95160</guid>
		<description><![CDATA[You can declare the file as RELATIVE in your Cobol program. As  long as you know the RRN you can set your relative key to that record, read it then delete it.]]></description>
		<content:encoded><![CDATA[<p>You can declare the file as RELATIVE in your Cobol program. As  long as you know the RRN you can set your relative key to that record, read it then delete it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mvrkrishna</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/cobol400-7/#comment-95128</link>
		<dc:creator>mvrkrishna</dc:creator>
		<pubDate>Wed, 10 Aug 2011 02:25:48 +0000</pubDate>
		<guid isPermaLink="false">#comment-95128</guid>
		<description><![CDATA[If the file has ACCESS is SEQUENTIAL, we cannot use the START keyword for placing the file pointer, ACCESS will happen as per the RRN. 

Since the file pointer cannot be placed at a particular record the application is not allowing me to delete a record.]]></description>
		<content:encoded><![CDATA[<p>If the file has ACCESS is SEQUENTIAL, we cannot use the START keyword for placing the file pointer, ACCESS will happen as per the RRN. </p>
<p>Since the file pointer cannot be placed at a particular record the application is not allowing me to delete a record.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tomliotta</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/cobol400-7/#comment-95082</link>
		<dc:creator>tomliotta</dc:creator>
		<pubDate>Mon, 08 Aug 2011 20:43:49 +0000</pubDate>
		<guid isPermaLink="false">#comment-95082</guid>
		<description><![CDATA[Also, note that the OPEN must be coded I-O rather than just INPUT.

Tom]]></description>
		<content:encoded><![CDATA[<p>Also, note that the OPEN must be coded I-O rather than just INPUT.</p>
<p>Tom</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 6/8 queries in 0.013 seconds using memcached
Object Caching 311/312 objects using memcached

Served from: itknowledgeexchange.techtarget.com @ 2013-05-22 09:57:35 -->