>I have a source code in C language that is run under unix services >on a z/OS. I would like to generate a reply in the syslog and wait >until the operator response.
Not directly WTO/WTOR but depending on what exactly you want to do something that might help you: __console() or __console2() functions. They allow you to communicate with the operator: Send a message and optionally wait for a MODIFY command, then retrieve the data and act as requested. -- Peter Hunkeler Credit Suisse ---------------------------------------------------------------------- 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

