Problem with Subsystem Interface to JESx, Function 80

2005-11-25 Thread Wolfgang Rupprath
processing. So my question is: Is there a foolproof way to obtain information about a job that has been assigned an id during submit and has not yet appeared on the JES queues ? Our system is the z/OS 1.4 Summer with JES2 from the preconfigured ADCD. Any comments are welcome. Regards Wolfgang

Re: Started Task written in C ?

2005-06-07 Thread Wolfgang Rupprath
Hi all, Can you provide s short segment of source about how to use these two functions? I just tried to use __console() send message to console but got nothing. Thx! here is a small test program using the __console() function to display a message on the console and/or the system

Re: Started Task written in C ?

2005-06-06 Thread Wolfgang Rupprath
Hi Michael, we have implemented a started task in C. There are two functions in the C library that deal with operator commands, __console() and __console2(). Both functions will block when you try to intercept MODIFY or STOP commands, so they should be placed in a special application thread to