 




<?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: copying objects from directory</title>
	<atom:link href="http://itknowledgeexchange.techtarget.com/itanswers/copying-objects-from-directory/feed/" rel="self" type="application/rss+xml" />
	<link>http://itknowledgeexchange.techtarget.com/itanswers/copying-objects-from-directory/</link>
	<description></description>
	<lastBuildDate>Mon, 20 May 2013 05:26:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
	<item>
		<title>By: rajasekhar15</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/copying-objects-from-directory/#comment-95854</link>
		<dc:creator>rajasekhar15</dc:creator>
		<pubDate>Fri, 26 Aug 2011 09:40:14 +0000</pubDate>
		<guid isPermaLink="false">#comment-95854</guid>
		<description><![CDATA[sorry TOM its works thanks a lot:-)]]></description>
		<content:encoded><![CDATA[<p>sorry TOM its works thanks a lot:-)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: rajasekhar15</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/copying-objects-from-directory/#comment-95853</link>
		<dc:creator>rajasekhar15</dc:creator>
		<pubDate>Fri, 26 Aug 2011 09:35:47 +0000</pubDate>
		<guid isPermaLink="false">#comment-95853</guid>
		<description><![CDATA[Tom,

          i says more than one name matches pattern, 

      sample:
                                     
 Directory  . . . . :   kennedy1/kennedy   
 Type option, press Enter.                 
   1=Select                                
                                           
 Opt  Object link                          
      KENN.txt                             
      PFKENN.txt                           
      RPG.rar                              
                                           
             if we choose multi option 1:
it says
            Only 1 selections allowed.  3 selections made. 

if we choose 1le object:
it says
             object name already exits

i need that 3 objects to move another directory.

Thanks]]></description>
		<content:encoded><![CDATA[<p>Tom,</p>
<p>          i says more than one name matches pattern, </p>
<p>      sample:</p>
<p> Directory  . . . . :   kennedy1/kennedy<br />
 Type option, press Enter.<br />
   1=Select                                </p>
<p> Opt  Object link<br />
      KENN.txt<br />
      PFKENN.txt<br />
      RPG.rar                              </p>
<p>             if we choose multi option 1:<br />
it says<br />
            Only 1 selections allowed.  3 selections made. </p>
<p>if we choose 1le object:<br />
it says<br />
             object name already exits</p>
<p>i need that 3 objects to move another directory.</p>
<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tomliotta</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/copying-objects-from-directory/#comment-95829</link>
		<dc:creator>tomliotta</dc:creator>
		<pubDate>Thu, 25 Aug 2011 23:11:33 +0000</pubDate>
		<guid isPermaLink="false">#comment-95829</guid>
		<description><![CDATA[&lt;pre&gt;CPY OBJ(&#039;autl/*.*&#039;) TODIR(newautl)&lt;/pre&gt;
That command would copy files from a directory named autl to a directory named newautl. Both of those should exist in the job&#039;s current directory (because they are specified as relative paths and because the TODIR() must exist).

Because the SUBTREE() parameter defaults to *NODIR, no subdirectories will be copied by that command. Because the pattern contains a &quot;.&quot; character, only files with a &quot;.&quot; in the name will be copied.

What problems are you having with the CPY command?

Tom]]></description>
		<content:encoded><![CDATA[<pre>CPY OBJ('autl/*.*') TODIR(newautl)</pre>
<p>That command would copy files from a directory named autl to a directory named newautl. Both of those should exist in the job&#8217;s current directory (because they are specified as relative paths and because the TODIR() must exist).</p>
<p>Because the SUBTREE() parameter defaults to *NODIR, no subdirectories will be copied by that command. Because the pattern contains a &#8220;.&#8221; character, only files with a &#8220;.&#8221; in the name will be copied.</p>
<p>What problems are you having with the CPY command?</p>
<p>Tom</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: deepu9321</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/copying-objects-from-directory/#comment-95800</link>
		<dc:creator>deepu9321</dc:creator>
		<pubDate>Thu, 25 Aug 2011 13:35:23 +0000</pubDate>
		<guid isPermaLink="false">#comment-95800</guid>
		<description><![CDATA[I didnt get you exactly. 
Only objects mean?
Select the file you want copy, and use Copy command, mention To Directory and To File Name.

Pradeep.]]></description>
		<content:encoded><![CDATA[<p>I didnt get you exactly.<br />
Only objects mean?<br />
Select the file you want copy, and use Copy command, mention To Directory and To File Name.</p>
<p>Pradeep.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: rajasekhar15</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/copying-objects-from-directory/#comment-95798</link>
		<dc:creator>rajasekhar15</dc:creator>
		<pubDate>Thu, 25 Aug 2011 12:35:19 +0000</pubDate>
		<guid isPermaLink="false">#comment-95798</guid>
		<description><![CDATA[pradeep if  we use cpy cmd, it copies with that dir and its objects, but i need only objs to cpy]]></description>
		<content:encoded><![CDATA[<p>pradeep if  we use cpy cmd, it copies with that dir and its objects, but i need only objs to cpy</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: deepu9321</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/copying-objects-from-directory/#comment-95793</link>
		<dc:creator>deepu9321</dc:creator>
		<pubDate>Thu, 25 Aug 2011 11:36:57 +0000</pubDate>
		<guid isPermaLink="false">#comment-95793</guid>
		<description><![CDATA[That looks fine. Are you facing any problem in copying files using copy command?
If so, Mention the error description.

Pradeep.]]></description>
		<content:encoded><![CDATA[<p>That looks fine. Are you facing any problem in copying files using copy command?<br />
If so, Mention the error description.</p>
<p>Pradeep.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: rajasekhar15</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/copying-objects-from-directory/#comment-95788</link>
		<dc:creator>rajasekhar15</dc:creator>
		<pubDate>Thu, 25 Aug 2011 09:25:58 +0000</pubDate>
		<guid isPermaLink="false">#comment-95788</guid>
		<description><![CDATA[yeah deepu u r correct, but actually i need to copy some objects from a dir to another dir, normaly we can do it by using cmd cpy, 

EX:    i&#039;m having dir raja and having some files in it.
           now i want to copy those files to another dir raja1.]]></description>
		<content:encoded><![CDATA[<p>yeah deepu u r correct, but actually i need to copy some objects from a dir to another dir, normaly we can do it by using cmd cpy, </p>
<p>EX:    i&#8217;m having dir raja and having some files in it.<br />
           now i want to copy those files to another dir raja1.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: gabe9527</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/copying-objects-from-directory/#comment-95783</link>
		<dc:creator>gabe9527</dc:creator>
		<pubDate>Thu, 25 Aug 2011 08:47:13 +0000</pubDate>
		<guid isPermaLink="false">#comment-95783</guid>
		<description><![CDATA[http://publib.boulder.ibm.com/infocenter/iseries/v5r3/index.jsp?topic=%2Fcl%2Fcopy.htm]]></description>
		<content:encoded><![CDATA[<p><a href="http://publib.boulder.ibm.com/infocenter/iseries/v5r3/index.jsp?topic=%2Fcl%2Fcopy.htm" rel="nofollow">http://publib.boulder.ibm.com/infocenter/iseries/v5r3/index.jsp?topic=%2Fcl%2Fcopy.htm</a></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/8 queries in 0.041 seconds using memcached
Object Caching 367/368 objects using memcached

Served from: itknowledgeexchange.techtarget.com @ 2013-05-20 09:35:06 -->