Please help with JES2 EXIT 40

2013-09-17 Thread Hansen, Dave L - Eagan, MN
CROSS-POSTED to IBM_MAIN and JES2-L Dear Group, 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? I have modified SYS1.SHASAMP(HASX40A) with the following code: LH

Re: Please help with JES2 EXIT 40

2013-09-17 Thread Lizette Koehler
To: IBM-MAIN@LISTSERV.UA.EDU Subject: Please help with JES2 EXIT 40 CROSS-POSTED to IBM_MAIN and JES2-L Dear Group, 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? I have modified

Re: Please help with JES2 EXIT 40

2013-09-17 Thread Staller, Allan
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-,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

Re: Please help with JES2 EXIT 40

2013-09-17 Thread Hansen, Dave L - Eagan, MN
Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On Behalf Of Lizette Koehler Sent: Tuesday, September 17, 2013 11:25 AM To: IBM-MAIN@LISTSERV.UA.EDU Subject: Re: Please help with JES2 EXIT 40 So to make sure I understand Exit 40 Modifying SYSOUT Characteristics JES2 passes control

Re: Please help with JES2 EXIT 40

2013-09-17 Thread Hansen, Dave L - Eagan, MN
: Tuesday, September 17, 2013 12:42 PM To: IBM-MAIN@LISTSERV.UA.EDU 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-,DEST=NODE1,NODE=NODE2