<?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: OVRDBF SHARE(*YES)</title>
	<atom:link href="http://itknowledgeexchange.techtarget.com/itanswers/ovrdbf-shareyes/feed/" rel="self" type="application/rss+xml" />
	<link>http://itknowledgeexchange.techtarget.com/itanswers/ovrdbf-shareyes/</link>
	<description></description>
	<lastBuildDate>Wed, 19 Jun 2013 19:19:38 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
	<item>
		<title>By: beanbaggs</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/ovrdbf-shareyes/#comment-86766</link>
		<dc:creator>beanbaggs</dc:creator>
		<pubDate>Wed, 19 Jan 2011 13:06:54 +0000</pubDate>
		<guid isPermaLink="false">#comment-86766</guid>
		<description><![CDATA[Yes talking about the FD level both programs have the program defined. So it did switch in the &quot;PROGRAMA&quot; which makes sense. Thanks for input.]]></description>
		<content:encoded><![CDATA[<p>Yes talking about the FD level both programs have the program defined. So it did switch in the &#8220;PROGRAMA&#8221; which makes sense. Thanks for input.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tomliotta</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/ovrdbf-shareyes/#comment-86654</link>
		<dc:creator>tomliotta</dc:creator>
		<pubDate>Tue, 18 Jan 2011 00:30:08 +0000</pubDate>
		<guid isPermaLink="false">#comment-86654</guid>
		<description><![CDATA[&lt;i&gt;...because of the READ NEXT...&lt;/i&gt;

COBOL provides a kind of access to the file buffers. If you aren&#039;t using the READ {NEXT} INTO format, you could be seeing buffer values.

READ ... INTO copies into WORKING STORAGE. A READ without the INTO clause should simply increment the pointer to the buffer to access the next record. (There may be no data movement at all.)

I haven&#039;t actually tried what you&#039;re asking, but it might make sense for COBOL. A shared ODP will share the file pointer. That is, OVRDBF SHARE(*YES) allows multiple programs to use the same file pointer.

If access is through the FD record entry rather than through a WORKING STORAGE copy, I wouldn&#039;t be surprised if field values seemed to change. What actually changed would be the address that the field pointed to.

Tom]]></description>
		<content:encoded><![CDATA[<p><i>&#8230;because of the READ NEXT&#8230;</i></p>
<p>COBOL provides a kind of access to the file buffers. If you aren&#8217;t using the READ {NEXT} INTO format, you could be seeing buffer values.</p>
<p>READ &#8230; INTO copies into WORKING STORAGE. A READ without the INTO clause should simply increment the pointer to the buffer to access the next record. (There may be no data movement at all.)</p>
<p>I haven&#8217;t actually tried what you&#8217;re asking, but it might make sense for COBOL. A shared ODP will share the file pointer. That is, OVRDBF SHARE(*YES) allows multiple programs to use the same file pointer.</p>
<p>If access is through the FD record entry rather than through a WORKING STORAGE copy, I wouldn&#8217;t be surprised if field values seemed to change. What actually changed would be the address that the field pointed to.</p>
<p>Tom</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: beanbaggs</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/ovrdbf-shareyes/#comment-86633</link>
		<dc:creator>beanbaggs</dc:creator>
		<pubDate>Mon, 17 Jan 2011 15:28:16 +0000</pubDate>
		<guid isPermaLink="false">#comment-86633</guid>
		<description><![CDATA[I think I have answered my own question as in both &quot;PROGRAMA&quot; and &quot;PROGRAMB&quot; the &quot;FIELDA&quot; of &quot;FILEA&quot; would be setting at &quot;Y&quot; now because of the READ NEXT in &quot;PROGRAMB&quot;.]]></description>
		<content:encoded><![CDATA[<p>I think I have answered my own question as in both &#8220;PROGRAMA&#8221; and &#8220;PROGRAMB&#8221; the &#8220;FIELDA&#8221; of &#8220;FILEA&#8221; would be setting at &#8220;Y&#8221; now because of the READ NEXT in &#8220;PROGRAMB&#8221;.</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/9 queries in 0.012 seconds using memcached
Object Caching 296/299 objects using memcached

Served from: itknowledgeexchange.techtarget.com @ 2013-06-19 23:21:51 -->