Sounds like you need to write a CL program.
Hope this helps,
ken
<a href="http://www.ilerpgprogramming.com">visit ile rpg programming</
a>
> or a 1000!
>
Did you try to use System i Navigator ?
--
Cordialement
Marc Rauzier
(pour me répondre, ne pas utiliser le from mais le reply-to)
try to look for qpratools.
If I remember correctly, there's a cmd called DLTSPL or something like.
HTH
bye
marco
Thanks everyone. I did try to use Navigator but was getting some Java
exception thrown back at me (of course). Poking around using DLT* I
was able to piece together this command : DLTSPLF FILE(*SELECT)
SELECT(MYUSER). Worked like a champ.
For me, that depends on:
- which queue the spool files reside
- the care required for avoiding deletion of spools owned by
other users or jobs
- the spool file owner, or any of the other selection values
that are available on the the SELECT() parameter of the DLTSPLF
command; i.e. for use with FILE(*SELECT)
On a 5250 emulator session I can often selectively delete a
couple hundred spool files from a WRKSPLF or WRKOUTQ panel in well
under a minute; e.g. all CRTxxxyyy listings, except the
last\most-recent, of a particular spool file name. I mostly just
hold down the '4' key and press PgDwn occasionally, taking no care
to avoid spilling fours onto the command entry and occasionally
stopping or tabbing to blank any undesirable 4=Delete options. I
might instead selectively move only a small number of spool files
from one queue to another by using 2=Change and typing
OUTQ(OtherQueue) on the command entry area before Enter to perform
the move, and then just clear the OUTQ I was working with. IIRC the
GUI had a select-all feature for delete, and then paging through to
unmark any that should remain could be quick for more entries being
displayed per page.... but way too long since I used that.
Regards, Chuck
if it is all in one outq - Use with caution as it does what is
says...clear the outq
CLROUTQ outq(YourOutQ)
If it is all under your name
DLTSPLF FILE(*SELECT)
If it is all for a different user(s)
DLTSPLF FILE(*SELECT) SELECT(UserID)