25 pts.
 AS/400 how to move spool file queue to queue ?
Suppose there 100 spool files in one queue name QEZLOG now i wants to move all the 100 file to another queue LIBOL , So usually we do the command by selection the file 2 and command is OUTQ(LIBOL) SAVE(*YES) but this is lenthy and taking more time , I need one command where all file will be moved at a time .

Software/Hardware used:
iSeries AS400
ASKED: October 19, 2009  9:00 PM
UPDATED: October 27, 2009  6:02 PM

Answer Wiki:
Here is a link to a MOVOUTQ command. Looks like it is just what you want. You can download the code. http://www.dbg400.net/foswiki/bin/view/DBG400/MovOutQ
Last Wiki Answer Submitted:  October 19, 2009  9:21 pm  by  CharlieBrowne   33,695 pts.
All Answer Wiki Contributors:  CharlieBrowne   33,695 pts.
To see all answers submitted to the Answer Wiki: View Answer History.


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


 

thanks but MOVOUTQ command is not working , because the library is not there .

 25 pts.

 

Go to the web site Charlie Browne gave you. Download the file. Unzip it and FTP it to your iSeries.

If you are still having problems, there are installation instructions at:

http://www.dbg400.net/foswiki/bin/view/DBG400/InstallationInstructions

 5,830 pts.