 




<?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: Why am I having such a problem copying a file.</title>
	<atom:link href="http://itknowledgeexchange.techtarget.com/itanswers/why-am-i-having-such-a-problem-copying-a-file/feed/" rel="self" type="application/rss+xml" />
	<link>http://itknowledgeexchange.techtarget.com/itanswers/why-am-i-having-such-a-problem-copying-a-file/</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: philpl1jb</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/why-am-i-having-such-a-problem-copying-a-file/#comment-70866</link>
		<dc:creator>philpl1jb</dc:creator>
		<pubDate>Wed, 25 Nov 2009 12:14:30 +0000</pubDate>
		<guid isPermaLink="false">#comment-70866</guid>
		<description><![CDATA[So I did that, added your field to the end of a file dds, compiled and copied the original file to it with map and dorp.  Got a message about differences in the buffer length and it copied the data putting 0 in the new field.  

Odd that you didn&#039;t get the buffer length message...if you&#039;re coping it to the right file.]]></description>
		<content:encoded><![CDATA[<p>So I did that, added your field to the end of a file dds, compiled and copied the original file to it with map and dorp.  Got a message about differences in the buffer length and it copied the data putting 0 in the new field.  </p>
<p>Odd that you didn&#8217;t get the buffer length message&#8230;if you&#8217;re coping it to the right file.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: charliebrowne</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/why-am-i-having-such-a-problem-copying-a-file/#comment-70828</link>
		<dc:creator>charliebrowne</dc:creator>
		<pubDate>Tue, 24 Nov 2009 16:39:13 +0000</pubDate>
		<guid isPermaLink="false">#comment-70828</guid>
		<description><![CDATA[Is the new file being Journaled?
If yes, is it a commitment control problem?
If no, do a STRJRNPF on the output file. Then look at the Journal to see what happened to the records.]]></description>
		<content:encoded><![CDATA[<p>Is the new file being Journaled?<br />
If yes, is it a commitment control problem?<br />
If no, do a STRJRNPF on the output file. Then look at the Journal to see what happened to the records.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: nitzinger</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/why-am-i-having-such-a-problem-copying-a-file/#comment-70824</link>
		<dc:creator>nitzinger</dc:creator>
		<pubDate>Tue, 24 Nov 2009 15:25:29 +0000</pubDate>
		<guid isPermaLink="false">#comment-70824</guid>
		<description><![CDATA[I defined the new field                &#039;SPPMBQ         4S 0       COLHDG(&#039;MIN&#039; &#039;BUY QTY&#039;)&#039; 
It not a key or part of the key.
I modify the DDS to added the new field.
No default value.
Took whatever is the default for &#039;null values&#039;.]]></description>
		<content:encoded><![CDATA[<p>I defined the new field                &#8216;SPPMBQ         4S 0       COLHDG(&#8216;MIN&#8217; &#8216;BUY QTY&#8217;)&#8217;<br />
It not a key or part of the key.<br />
I modify the DDS to added the new field.<br />
No default value.<br />
Took whatever is the default for &#8216;null values&#8217;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tomliotta</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/why-am-i-having-such-a-problem-copying-a-file/#comment-70808</link>
		<dc:creator>tomliotta</dc:creator>
		<pubDate>Tue, 24 Nov 2009 01:53:54 +0000</pubDate>
		<guid isPermaLink="false">#comment-70808</guid>
		<description><![CDATA[&lt;pre&gt;3 &gt; CPYF WEBPRDDT7/WBMSCUR MBMTEST01/WMBSCUR MBROPT(*REPLACE) FMTOPT(*MAP
*DROP)
...
3 &gt; dsppfm mbmtest01/wbmscur&lt;/pre&gt;There is a discrepancy, though not quite the one mentione above.

The TOFILE is MBMTEST01/WMBSCUR.
The DSPPFM is mbmtest01/wbmscur.

&quot;WMB&quot; v. &quot;wbm&quot;.

Just in case it wasn&#039;t a typo. (The first dsppfm was a definite typo that you corrected.)

Tom]]></description>
		<content:encoded><![CDATA[<pre>3 &gt; CPYF WEBPRDDT7/WBMSCUR MBMTEST01/WMBSCUR MBROPT(*REPLACE) FMTOPT(*MAP
*DROP)
...
3 &gt; dsppfm mbmtest01/wbmscur</pre>
<p>There is a discrepancy, though not quite the one mentione above.</p>
<p>The TOFILE is MBMTEST01/WMBSCUR.<br />
The DSPPFM is mbmtest01/wbmscur.</p>
<p>&#8220;WMB&#8221; v. &#8220;wbm&#8221;.</p>
<p>Just in case it wasn&#8217;t a typo. (The first dsppfm was a definite typo that you corrected.)</p>
<p>Tom</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: philpl1jb</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/why-am-i-having-such-a-problem-copying-a-file/#comment-70724</link>
		<dc:creator>philpl1jb</dc:creator>
		<pubDate>Sat, 21 Nov 2009 01:26:12 +0000</pubDate>
		<guid isPermaLink="false">#comment-70724</guid>
		<description><![CDATA[What type of field did you add?
Did you add the field using SQL create or alter table or did you change the dds
Is the new field part of the primary key or a unique key
Does the new field have a default value, does it allow nulls?
Phil]]></description>
		<content:encoded><![CDATA[<p>What type of field did you add?<br />
Did you add the field using SQL create or alter table or did you change the dds<br />
Is the new field part of the primary key or a unique key<br />
Does the new field have a default value, does it allow nulls?<br />
Phil</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: nitzinger</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/why-am-i-having-such-a-problem-copying-a-file/#comment-70708</link>
		<dc:creator>nitzinger</dc:creator>
		<pubDate>Fri, 20 Nov 2009 17:30:52 +0000</pubDate>
		<guid isPermaLink="false">#comment-70708</guid>
		<description><![CDATA[Nice advise I thought  FMTOPT(*nochk) might work but same result. Thanks]]></description>
		<content:encoded><![CDATA[<p>Nice advise I thought  FMTOPT(*nochk) might work but same result. Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: teandy</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/why-am-i-having-such-a-problem-copying-a-file/#comment-70705</link>
		<dc:creator>teandy</dc:creator>
		<pubDate>Fri, 20 Nov 2009 16:59:19 +0000</pubDate>
		<guid isPermaLink="false">#comment-70705</guid>
		<description><![CDATA[Try this:

Cpyf weblibl/wcur test01/wcur mbropt(*replace) fmtopt(*nochk)]]></description>
		<content:encoded><![CDATA[<p>Try this:</p>
<p>Cpyf weblibl/wcur test01/wcur mbropt(*replace) fmtopt(*nochk)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: splat</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/why-am-i-having-such-a-problem-copying-a-file/#comment-70700</link>
		<dc:creator>splat</dc:creator>
		<pubDate>Fri, 20 Nov 2009 15:40:54 +0000</pubDate>
		<guid isPermaLink="false">#comment-70700</guid>
		<description><![CDATA[&lt;pre&gt;3 &gt; CPYF WEBPRDDT7/WBMSCUR MBMTEST01/WMBSCUR MBROPT(*REPLACE) FMTOPT(*MAP
*DROP)
Member WBMSCUR at maximum size. (I)
? I
Size of member WBMSCUR increased 10002 increments.
29782 records copied from member WBMSCUR.
3 &gt; dsppfm mbmtest01/wbscur
File WBSCUR in library MBMTEST01 not found.
3 &gt; dsppfm mbmtest01/wbmscur
3 &gt; call qcmd&lt;/pre&gt;

Pardon me for pointing out the obvious, but you&#039;re copying data to file &lt;b&gt;WBMSCUR&lt;/b&gt; but looking for file &lt;b&gt;WBSCUR&lt;/b&gt;.  If that&#039;s not a typo, it might indicate your problem.]]></description>
		<content:encoded><![CDATA[<pre>3 &gt; CPYF WEBPRDDT7/WBMSCUR MBMTEST01/WMBSCUR MBROPT(*REPLACE) FMTOPT(*MAP
*DROP)
Member WBMSCUR at maximum size. (I)
? I
Size of member WBMSCUR increased 10002 increments.
29782 records copied from member WBMSCUR.
3 &gt; dsppfm mbmtest01/wbscur
File WBSCUR in library MBMTEST01 not found.
3 &gt; dsppfm mbmtest01/wbmscur
3 &gt; call qcmd</pre>
<p>Pardon me for pointing out the obvious, but you&#8217;re copying data to file <b>WBMSCUR</b> but looking for file <b>WBSCUR</b>.  If that&#8217;s not a typo, it might indicate your problem.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: nitzinger</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/why-am-i-having-such-a-problem-copying-a-file/#comment-70695</link>
		<dc:creator>nitzinger</dc:creator>
		<pubDate>Fri, 20 Nov 2009 15:11:43 +0000</pubDate>
		<guid isPermaLink="false">#comment-70695</guid>
		<description><![CDATA[Here are the results after trying the CPYF

3 &gt; CPYF WEBPRDDT7/WBMSCUR MBMTEST01/WMBSCUR MBROPT(*REPLACE) FMTOPT(*MAP 
           *DROP)                                                         
    Member WBMSCUR at maximum size. (I)                                   
  ? I                                                                     
    Size of member WBMSCUR increased 10002 increments.                    
    29782 records copied from member WBMSCUR.                             
3 &gt; dsppfm mbmtest01/wbscur                                               
    File WBSCUR in library MBMTEST01 not found.                           
3 &gt; dsppfm mbmtest01/wbmscur                                              
3 &gt; call qcmd]]></description>
		<content:encoded><![CDATA[<p>Here are the results after trying the CPYF</p>
<p>3 &gt; CPYF WEBPRDDT7/WBMSCUR MBMTEST01/WMBSCUR MBROPT(*REPLACE) FMTOPT(*MAP<br />
           *DROP)<br />
    Member WBMSCUR at maximum size. (I)<br />
  ? I<br />
    Size of member WBMSCUR increased 10002 increments.<br />
    29782 records copied from member WBMSCUR.<br />
3 &gt; dsppfm mbmtest01/wbscur<br />
    File WBSCUR in library MBMTEST01 not found.<br />
3 &gt; dsppfm mbmtest01/wbmscur<br />
3 &gt; call qcmd</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: philpl1jb</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/why-am-i-having-such-a-problem-copying-a-file/#comment-70656</link>
		<dc:creator>philpl1jb</dc:creator>
		<pubDate>Fri, 20 Nov 2009 01:53:08 +0000</pubDate>
		<guid isPermaLink="false">#comment-70656</guid>
		<description><![CDATA[Member WBMSCUR at maximum size. (I)
? I
Size of member WBMSCUR increased 10002 increments
Change the to file to member size *nomax .. or at least 30000
.. Still reaching on this.
Phil]]></description>
		<content:encoded><![CDATA[<p>Member WBMSCUR at maximum size. (I)<br />
? I<br />
Size of member WBMSCUR increased 10002 increments<br />
Change the to file to member size *nomax .. or at least 30000<br />
.. Still reaching on this.<br />
Phil</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.035 seconds using memcached
Object Caching 393/399 objects using memcached

Served from: itknowledgeexchange.techtarget.com @ 2013-05-22 05:35:04 -->