× The internal search function is temporarily non-functional. The current search engine is no longer viable and we are researching alternatives.
As a stop gap measure, we are using Google's custom search engine service.
If you know of an easy to use, open source, search engine ... please contact support@midrange.com.



Hector Sanchez said:
"Is there a command that can be put into a CL that will allow me to move
all the reports in one Queue to another Queue?  I know that a report can
be moved by using the option 2 and outq(QUEUE).  But I need this to work
in a CL and I need to move every single report."

The experts may correct me if I am wrong but you can use:
CHGSPLFA   FILE(*SELECT)
SELECT(*CURRENT &ACTUALOUTQ)
OUTQ(&NEWOUTQ)

All spooled files that meet the selection values specified on the SELECT are
changed.
By definition, (and based on this example) this will move all reports from one
printer *OUTQ to
another *OUTQ and you do not have to do this one by one.

I hope that is what you are looking for...

Peter Vidal
Pall Aeropower Corp. / SR Programmer Analyst
: www.pall.com  / + Peter_Vidal@Pall.com
(727-539-8448, x2414






As an Amazon Associate we earn from qualifying purchases.

This thread ...


Follow On AppleNews
Return to Archive home page | Return to MIDRANGE.COM home page

This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].

Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.