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
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