Jim Mulder said the Current work unit is in the Web I looked at that and saw a field WEBUPTR however the documentation says it not always valid
If an SRB is suspended another SRB could be next to run not necessarily a TCB I just downloaded the latest RD&T seems like you guys (IBM) included omegamon I am not sure if Omegamon for Z/OS is there I am also not sure if it would tell me what's running on a CPU Oh well.. -----Original Message----- From: IBM Mainframe Discussion List [mailto:[email protected]] On Behalf Of Peter Relson Sent: Sunday, January 15, 2017 9:20 AM To: [email protected] Subject: Re: Current work unit >If PSATOLD is zero > Would the current workunit >Be PSAAOLD->ASXBFSRB first SRB of the home address space ? No it would not be. There is not necessarily any control block representing that SRB. For example, for an SRB scheduled with the SCHEDULE macro, once dispatched, the control block is the responsibility of the scheduled routine to deal with as it sees fit. The system will never look at again. If the SRB needs to be suspended, then the system will create a new block (SSRB and auxiliary blocks) to manage the status. Peter Relson z/OS Core Technology Design ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [email protected] with the message: INFO IBM-MAIN ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [email protected] with the message: INFO IBM-MAIN
