JES2 Question: Which command to change all output class=1 to class=2?

2007-07-03 Thread McKnight, Lee
We try to keep certain JES output classes on our spool for from 1 to 5
days and keep it clean using daily auto-commands to delete all output
over 5 days old.  But the console operators delete one of the output
classes throughout the day.  Is there a JES command to change all output
class Z, for instance, to class J?  We have been unable to find such a
command in the JES commands manual.  Maybe we overlooked such a command.

Thanks for your suggestions.
Regards,
Lee McKnight
TRC, Inc.

--
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


Re: JES2 Question: Which command to change all output class=1 to class=2?

2007-07-03 Thread Kurt Gramling
Lee,
  I believe this command will do what you want.

$TO JOB(*),/Q=Z,Q=J

Kurt Gramling

snip
We try to keep certain JES output classes on our spool for from 1 to 5
days and keep it clean using daily auto-commands to delete all output
over 5 days old.  But the console operators delete one of the output
classes throughout the day.  Is there a JES command to change all output
class Z, for instance, to class J?  We have been unable to find such a
command in the JES commands manual.  Maybe we overlooked such a command.

Thanks for your suggestions.
Regards,
Lee McKnight
TRC, Inc.
snip

--
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


Re: JES2 Question: Which command to change all output class=1 to class=2?

2007-07-03 Thread Mark Zelden
On Tue, 3 Jul 2007 10:25:51 -0500, McKnight, Lee [EMAIL PROTECTED] wrote:

We try to keep certain JES output classes on our spool for from 1 to 5
days and keep it clean using daily auto-commands to delete all output
over 5 days old.  But the console operators delete one of the output
classes throughout the day.  Is there a JES command to change all output
class Z, for instance, to class J?  We have been unable to find such a
command in the JES commands manual.  Maybe we overlooked such a command.


$TOJQ,/Q=Z,Q=J 


Mark
--
Mark Zelden
Sr. Software and Systems Architect - z/OS Team Lead
Zurich North America / Farmers Insurance Group:  G-ITO
mailto:[EMAIL PROTECTED]
z/OS and OS390 expert at http://searchDataCenter.com/ateExperts/
Systems Programming expert at http://expertanswercenter.techtarget.com/
Mark's MVS Utilities: http://home.flash.net/~mzelden/mvsutil.html

--
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