245 pts.
 Moving the unused source in AS/400
Hi ,

I want to MOVE unused  sources from source PF . How can avoid copying individual memeber (opt 3) . Is there any coomand like MOVOBJ . I have the list of the sources and the source physical file name .

Thanks ,

Bisht 



Software/Hardware used:
MOVING THE UNUSED SOURCE
ASKED: June 22, 2011  2:12 PM
UPDATED: June 22, 2011  8:29 PM

Answer Wiki:
IBM has never developed the MOVM command If you have TAATOOLS on your system, it is in there Otherwise there are free version to download from the web. Here is a link for one of them -- There are more http://www.freerpgtools.com/downloads/movpfm.html
Last Wiki Answer Submitted:  June 22, 2011  3:06 pm  by  CharlieBrowne   32,905 pts.
All Answer Wiki Contributors:  CharlieBrowne   32,905 pts.
To see all answers submitted to the Answer Wiki: View Answer History.


Discuss This Question:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _


 

Is there any coomand like MOVOBJ .

No.

You can create such a command, but the programming will consist of copying the member first, then deleting the original member after the copy is verified to be successful.

Moving an object is little more than taking the “directory entry” out of one library and inserting it into another. But moving a file member requires many additional requirements due to potential differences in file definitions. Members are normally not compatible between two files.

Tom

 108,240 pts.