On 8/2/05, Ed Finnell <[EMAIL PROTECTED]> wrote: ...snip... > names. Might want to clean up SPOOL a little before you > start. ===>$O Q,ALL,A=5,CANCEL will purge stuff older than five > days. And ===>$D SPL,JOBS=3 will show anything using more than 3%.
My JES2 skills are suspect but I think you mean: $O JQ,ALL,A>5,CANCEL - will purge all HELD output older than 5 days $PO JQ,AGE>5,HELD - Will do the same thing $PO JQ,AGE>5 - will purge output thats not HELD and finally, $D JQ,SPL=(%>3) - will show anything using more that 3% of spool JES version: JES2 JES level: S 1.4 Gabe ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [EMAIL PROTECTED] with the message: GET IBM-MAIN INFO Search the archives at http://bama.ua.edu/archives/ibm-main.html

