Which command should I use? What is the difference?
$C O JQ,ALL,A>7
$O JQ,A>7,CANCEL
$P O JQ,ALL,A>7
Thanks,
Fellow Tong
You will reach more people if you post to the listserv. See web page
http://bama.ua.edu/archives/ibm-main.html
for more information.
Bill
On Mar 24, 2:51 am, "fellowt...@yahoo.com.hk"
Can I use $T O JQ,ALL,A>7,OUTDISP=PURGE?
Which is better?
Hi Fellow,
In my view all the three jes2 commands have there specific funtion
however since your requirement is matching with all 3 you getting
confuse...Basically.
1. $C O JQ,ALL,A>7 :- To cancel specific output groups or
individual job output elements created by job ...so I would not
suggest for your requirement this...since if any job which ran in
particular outclass which has outdisp=hold,hold..will stay in the
output queue..
2. $O JQ,A>7,CANCEL :- To release or cancel held output groups.An
output group with an output disposition of HOLD or LEAVE that is not
routed to another node ..
is 'held'. so even this doesn't match with your requirement.
3. $P O JQ,ALL,A>7 :- To cancel a job's output and remove all
traces of the output from the system. & This looks perfect for your
requirement.
Hi Gaur,
I would like to include conditional that only offloaded SYSOUT are to
be deleted. But $C O JQ and $P O JQ do not provide the OFFS filter.
Can I use
$T O JQ,/OFFS=1,A>7,OUTDISP=PURGE
Thanks,