A couple thoughts come to mind. - Use NOTIFY= on the job card to get a TSO message when the job completes - Code a simple SAPI application (SYSOUT API - See Using The Subsystem interface manual) that requests the output of the job. Provide an ECB so you will be posted when the output is available (when the job completes). Then just return the SYSOUT without processing it. - Code an ENF listen exit (ENFREQ macro) for ENF 70 and post your application when the desired job completes.
Only the ENF listen exit requires you to be authorized. Tom Wasik JES2 Development ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [email protected] with the message: INFO IBM-MAIN

