McKown, John wrote:
Assembler macro STATUS STOP
STATUS STOP/START is available to unprivileged callers! However, it only affects "daughter" TCBs -- i.e., those below you in the task hierarchy.
If you wish to change the dispatchability status of "sister" TCBs, you must make the parent TCB do your bidding. If you didn't write the code running in the parent TCB, you will need to schedule an IRB into that TCB (using SCHEDIRB -- don't even look at CIRB anymore folks). SCHEDIRB is available to privileged callers only.
-- ----------------------------------------------------------------- | Edward E. Jaffe | | | Mgr, Research & Development | [EMAIL PROTECTED] | | Phoenix Software International | Tel: (310) 338-0400 x318 | | 5200 W Century Blvd, Suite 800 | Fax: (310) 338-0801 | | Los Angeles, CA 90045 | http://www.phoenixsoftware.com | ----------------------------------------------------------------- ---------------------------------------------------------------------- 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

