On Thu, 18 Jun 2015 11:58:35 -0400, Steve Thompson wrote: >Back to my Notify for TSO user(s) on you have FILE to receive. > >The TSO Customization references JES2 Exit 13. Apparently with >z/OS 2.1 that exit is gone.
z/OS 1.7. Does this help, from the JES2 Installation Exits manual: <quote> Deletion of exit 13 In releases before z/OS V1R7, exit 13 receives control when a SYSOUT data set that is destined for a TSO user is received over NJE. In those releases exit 13 controls whether the $HASP549 MAIL FROM node or user message is issued. In JES2 z/OS V1R7, exit 13 has been deleted because the existing notify message and associated exit receive control too early in SYSOUT data set receive processing. When a SYSOUT data set is received over NJE, a header record is received first, followed by the actual data. If the SYSOUT data set is large, a TSO user might issue a RECEIVE command and find no data to receive even though exit 13 has already issued message $HASP549. To avoid these problems, in z/OS V1R7, exit 40 is enhanced to allow for control over the $HASP549 message. Also much of the processing that exit 13 performs is available through other processes in z/OS V1R7 and later releases. Another reason for deleting exit 13 is that much of the existing functions that were performed in the exit are available elsewhere. For example, the existing parameter MAILMSG= on NJEDEF can control whether or not to send notification messages to TSO users. Some installations used this exit as a way to get control when SYSOUT data set headers are received. This is better accomplished in exits 47 and 57. </quote> -- Tom Marchant ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [email protected] with the message: INFO IBM-MAIN
