 




<?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: A problem when BDAM files with key are copied by DFSMSdss.</title>
	<atom:link href="http://itknowledgeexchange.techtarget.com/itanswers/a-problem-when-bdam-files-with-key-are-copied-by-dfsmsdss/feed/" rel="self" type="application/rss+xml" />
	<link>http://itknowledgeexchange.techtarget.com/itanswers/a-problem-when-bdam-files-with-key-are-copied-by-dfsmsdss/</link>
	<description></description>
	<lastBuildDate>Fri, 24 May 2013 23:07:21 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
	<item>
		<title>By: ShuroK</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/a-problem-when-bdam-files-with-key-are-copied-by-dfsmsdss/#comment-112219</link>
		<dc:creator>ShuroK</dc:creator>
		<pubDate>Fri, 12 Oct 2012 16:46:19 +0000</pubDate>
		<guid isPermaLink="false">http://itknowledgeexchange.techtarget.com/itanswers/a-problem-when-bdam-files-with-key-are-copied-by-dfsmsdss/#comment-112219</guid>
		<description><![CDATA[Thank you for your suggestions.Instead of asking IBM, I looked into IBM DFSMS manuals. Then I found OS360 BDAM Logic manual on a Web site below.http://bitsavers.trailing-edge.com/pdf/ibm/360/os/bdam/I
 did not know such documents are on the Web, did you? They are very 
informative for me. But still I can not find any reason of the problem.As for z/OS v1.6, old versions of z/OS are used in Japan commonly. Even OS/390 is still used by some customers of the product.Shuro]]></description>
		<content:encoded><![CDATA[<p>Thank you for your suggestions.Instead of asking IBM, I looked into IBM DFSMS manuals. Then I found OS360 BDAM Logic manual on a Web site below.<a href="http://bitsavers.trailing-edge.com/pdf/ibm/360/os/bdam/I" rel="nofollow">http://bitsavers.trailing-edge.com/pdf/ibm/360/os/bdam/I</a><br />
 did not know such documents are on the Web, did you? They are very<br />
informative for me. But still I can not find any reason of the problem.As for z/OS v1.6, old versions of z/OS are used in Japan commonly. Even OS/390 is still used by some customers of the product.Shuro</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: TomLiotta</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/a-problem-when-bdam-files-with-key-are-copied-by-dfsmsdss/#comment-112077</link>
		<dc:creator>TomLiotta</dc:creator>
		<pubDate>Wed, 10 Oct 2012 00:07:11 +0000</pubDate>
		<guid isPermaLink="false">http://itknowledgeexchange.techtarget.com/itanswers/a-problem-when-bdam-files-with-key-are-copied-by-dfsmsdss/#comment-112077</guid>
		<description><![CDATA[It appears that physical position may indeed be related to the underlying cause; otherwise I&#039;d expect CCHH addresses to match. Are you on a machine type that &lt;a href=&quot;http://www-03.ibm.com/systems/z/os/zos/support/zos_server_support.html&quot; rel=&quot;nofollow&quot;&gt;still supports z/OS v1.6&lt;/a&gt;? This might require IBM support, but it could take a long time. There might be no remaining IBMers who haven&#039;t retired and who know the workings of BDAM. -- Tom]]></description>
		<content:encoded><![CDATA[<p>It appears that physical position may indeed be related to the underlying cause; otherwise I&#8217;d expect CCHH addresses to match. Are you on a machine type that <a href="http://www-03.ibm.com/systems/z/os/zos/support/zos_server_support.html" rel="nofollow">still supports z/OS v1.6</a>? This might require IBM support, but it could take a long time. There might be no remaining IBMers who haven&#8217;t retired and who know the workings of BDAM. &#8212; Tom</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ShuroK</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/a-problem-when-bdam-files-with-key-are-copied-by-dfsmsdss/#comment-112069</link>
		<dc:creator>ShuroK</dc:creator>
		<pubDate>Tue, 09 Oct 2012 20:36:41 +0000</pubDate>
		<guid isPermaLink="false">http://itknowledgeexchange.techtarget.com/itanswers/a-problem-when-bdam-files-with-key-are-copied-by-dfsmsdss/#comment-112069</guid>
		<description><![CDATA[Thank you for your interest. Actually the program is an old program product that was developed around 35 years ago. But hundreds of customers are still using the product. I am doing technical support for the product for many years. Sometimes customers happen to copy those BDAM with key files using DFSMSdss logical processing and encounter the same problem. I was asked to find a reason why the problem happens.The format is F. z/OS of the newest incident is V1.6. The position of a record, that is relative track address TTR, is calculated with own randomize algorithm using key and number of allocated tracks known from VTOC. I am sure the position is not a problem because reading a record using the same randomize logic is OK.I have a news that R0 record of logically copied file contains original CCHH data instead of its actual CCHH data as shown in below result of &#039;PRINT&#160;&#160;&#160; DATASET&#039; of DFSMSdss.-*** TRACK(CCHH)&#160; 023F0007&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; R0 DATA&#160; 01B6000E37000000 But I don&#039;t know this is related to the problem.Shuro]]></description>
		<content:encoded><![CDATA[<p>Thank you for your interest. Actually the program is an old program product that was developed around 35 years ago. But hundreds of customers are still using the product. I am doing technical support for the product for many years. Sometimes customers happen to copy those BDAM with key files using DFSMSdss logical processing and encounter the same problem. I was asked to find a reason why the problem happens.The format is F. z/OS of the newest incident is V1.6. The position of a record, that is relative track address TTR, is calculated with own randomize algorithm using key and number of allocated tracks known from VTOC. I am sure the position is not a problem because reading a record using the same randomize logic is OK.I have a news that R0 record of logically copied file contains original CCHH data instead of its actual CCHH data as shown in below result of &#8216;PRINT&nbsp;&nbsp;&nbsp; DATASET&#8217; of DFSMSdss.-*** TRACK(CCHH)&nbsp; 023F0007&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; R0 DATA&nbsp; 01B6000E37000000 But I don&#8217;t know this is related to the problem.Shuro</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: TomLiotta</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/a-problem-when-bdam-files-with-key-are-copied-by-dfsmsdss/#comment-111997</link>
		<dc:creator>TomLiotta</dc:creator>
		<pubDate>Mon, 08 Oct 2012 10:27:34 +0000</pubDate>
		<guid isPermaLink="false">http://itknowledgeexchange.techtarget.com/itanswers/a-problem-when-bdam-files-with-key-are-copied-by-dfsmsdss/#comment-111997</guid>
		<description><![CDATA[Wow. I haven&#039;t seen anyone using BDAM for well over 30 years. I didn&#039;t think anyone ever did it anymore. (But that could be just because of the work I&#039;ve done, or not done.)
&#160;
Are these V- or U-format records rather than F-format? Also, are you sure these added records are being written to the correct positions? It would seem likely that one of those items is where the problem is.
&#160;
What version of z/OS are you running? Is this a question that you are only curious about? Or do you actually need to use DFSMSdss with logical processing? The obvious workaround is to use physical processing.
&#160;
Tom]]></description>
		<content:encoded><![CDATA[<p>Wow. I haven&#8217;t seen anyone using BDAM for well over 30 years. I didn&#8217;t think anyone ever did it anymore. (But that could be just because of the work I&#8217;ve done, or not done.)<br />
&nbsp;<br />
Are these V- or U-format records rather than F-format? Also, are you sure these added records are being written to the correct positions? It would seem likely that one of those items is where the problem is.<br />
&nbsp;<br />
What version of z/OS are you running? Is this a question that you are only curious about? Or do you actually need to use DFSMSdss with logical processing? The obvious workaround is to use physical processing.<br />
&nbsp;<br />
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-25 00:08:01 -->