On Tue, 9 Nov 2010 13:51:21 -0800, Charles Mills wrote: >Cool! Thanks so much. > You now have two contradictory answers. One of them should satisfy you.
>While I've got you, how does the resolution work? If I set a TOD= for >00:00:00.01 and then do "some" (but not very much) processing and then set >another TOD= for 00:00:00.01 is there any possibility that the timer goes >off immediately rather than in roughly 24 hours? If the former, how long do >I have to wait to make sure this does not happen? A full .01 seconds? > Sure. You could lose dispatchability during the "not very much" processing. I believe you will lose dispatchability because the STIMER SVC queues an RB to your TCB and redispatches according to whatever its priority rules are. If I were doing that sort of thing, I'd use interval rather than TOD. Or wait for a few seconds, then do the STIMER. -- gil ---------------------------------------------------------------------- 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

