Allan,

   Thank you for the suggestion.  I worked with IBM to identify "the best" way 
to do this.  We looked at the JES 2 ROUTE commands.  If something is in the MVS 
spool we only want to forward it if it is destined for a "U" Printer. 

   PREFIX=*  DEST=(ALL)  OWNER=*  SORT=JOBNAME/A  SYSNAME=
NP   JOBNAME  JobID    Owner    Prty C Forms    Dest                 Tot-Rec
     AAB7192P JOB10744 PRODID     15 A STD      U6857                      8
     AAD6520P JOB08936 PRODID     15 A STD      U9851                    351
     AAD6520P JOB13720 PRODID     15 A STD      U9851                    546
     AAFL03VP JOB11101 PRODID      2 N STD      LOCAL              1,501,911
     AAF021VP JOB11097 PRODID     15 N STD      LOCAL                     52

  So in the above list we want to select only DESTs U6875 and U9851.  We have 
thousands of "U" Printers and we need to respect the U6857 and U9851.  We could 
only do this by issuing the command for each of the thousand "U" printers, and 
then we would repeat it during the day.


      Thanks again,  Dave



-----Original Message-----
From: IBM Mainframe Discussion List [mailto:[email protected]] On Behalf 
Of Staller, Allan
Sent: Tuesday, September 17, 2013 12:42 PM
To: [email protected]
Subject: Re: Please help with JES2 EXIT 40

I believe this can be done with JES commands. An exit seems to be overkill for 
this task. Why go to all the work of an exit?

Something similar to $ROUTE,PRT,J1-9999,DEST=NODE1,NODE=NODE2 where NODE2 is 
the "other spool".
(sorry, don't have time to look up the syntax. Check the JES Commands manual 
appropriate to your version of JES).

Run this at a fairly frequent interval (5 min???)  and I doubt anyone will 
notice the lag.

FWIW,

<snip>
     This simple task to move print from one JES spool to another is still 
dragging on.  Does anyone have a copy of a working EXIT40 that moves print 
between spools?
</snip>

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions, send email to 
[email protected] with the message: INFO IBM-MAIN

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [email protected] with the message: INFO IBM-MAIN

Reply via email to