RATE THIS ANSWER
0
Click to Vote:
0
0
Last Answered:
Apr 29 2008 8:58 PM GMT
by Jlad35
Hi,
Try this :-
DLTSPLF FILE(*SELECT) SELECT(username)
Should delete all the spooled files for "username".
Regards,
Martin Gilbert.
-------------------------------------------------------------------
I am not aware of such a command. The referenced DLTSPLF comes close, but it is not fully outq sensitive (it can handle some specific cases of an outq but not the general case of any outq). It wouldn't be hard to write such a command though using the
List Spooled Files API QUSLSPL. The API provides for selection based on both username and outq. From there you would simply issue DLTSPLFs from the list.
Bruce Vining
http://www.brucevining.com/ -------------------------------------------------------------------
I assume you already used 14 in front of the outq when in WRKOUTQ? 14=Clear
Jeremy L.