What is preventing you from passing the TCB address (from the SRB parameter list) onwards to the program that you are calling ?
Rob Scott Rocket Software, Inc 275 Grove Street Newton, MA 02466 617-614-2305 [email protected] -----Original Message----- From: IBM Mainframe Discussion List [mailto:[email protected]] On Behalf Of Miklos Szigetvari Sent: 17 December 2008 14:39 To: [email protected] Subject: Re: Find TCB address from SRB Hi In SRB mode it is calling back a C++ program Rob Scott wrote: >PSATOLD will be zero for your SRB (and I am sure that you know that already). > >You could use ASCBXTCB or ASCBRCTP to go to higher places in the TCB tree and >then hunt for your scheduling TCB from there (assuming you have some way of >recognizing it). > >I am puzzled as to what sort of "deep call chain" within your SRB causes it to >not have access to the original parameter list passed to it - please could you >explain your situation more ? > > > >Rob Scott >Rocket Software, Inc >275 Grove Street >Newton, MA 02466 >617-614-2305 >[email protected] > > >-----Original Message----- >From: IBM Mainframe Discussion List [mailto:[email protected]] On >Behalf Of Miklos Szigetvari >Sent: 17 December 2008 14:11 >To: [email protected] >Subject: Re: Find TCB address from SRB > >Hi > >I pass actually, but as I need the TCB address, I'm in a deep call chain, it >would be simple to use something like PSATOLD . > >Rob Scott wrote: > > > >>Miklos, >> >>Why not just pass the TCB address as part of the parameters you pass to the >>SRB ? >> >> >>Rob Scott >>Rocket Software, Inc >>275 Grove Street >>Newton, MA 02466 >>617-614-2305 >>[email protected] >> >> >>-----Original Message----- >>From: IBM Mainframe Discussion List [mailto:[email protected]] On >>Behalf Of Miklos Szigetvari >>Sent: 17 December 2008 11:58 >>To: [email protected] >>Subject: Find TCB address from SRB >> >>Hi >> >>Try to find out the schedule TCB address in the middle of an SRB started via >>IEAMSCHD. >>I would need something like the PSATOLD >> >>-- >>Miklos Szigetvari >> >>Development Team >>ISIS Information Systems Gmbh >>tel: (+43) 2236 27551 570 >>Fax: (+43) 2236 21081 >> >>E-mail: [email protected] >> >>Info: [email protected] >>Hotline: +43-2236-27551-111 >> >>Visit our Website: http://www.isis-papyrus.com >>--------------------------------------------------------------- >>This e-mail is only intended for the recipient and not legally binding. >>Unauthorised use, publication, reproduction or disclosure of the content of >>this e-mail is not permitted. >>This email has been checked for known viruses, but ISIS accepts no >>responsibility for malicious or inappropriate content. >>--------------------------------------------------------------- >> >>---------------------------------------------------------------------- >>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 >> >>---------------------------------------------------------------------- >>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 >> >> >> >> >> > >-- >Miklos Szigetvari > >Development Team >ISIS Information Systems Gmbh >tel: (+43) 2236 27551 570 >Fax: (+43) 2236 21081 > >E-mail: [email protected] > >Info: [email protected] >Hotline: +43-2236-27551-111 > >Visit our Website: http://www.isis-papyrus.com >--------------------------------------------------------------- >This e-mail is only intended for the recipient and not legally binding. >Unauthorised use, publication, reproduction or disclosure of the content of >this e-mail is not permitted. >This email has been checked for known viruses, but ISIS accepts no >responsibility for malicious or inappropriate content. >--------------------------------------------------------------- > >---------------------------------------------------------------------- >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 > >---------------------------------------------------------------------- >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 > > > -- Miklos Szigetvari Development Team ISIS Information Systems Gmbh tel: (+43) 2236 27551 570 Fax: (+43) 2236 21081 E-mail: [email protected] Info: [email protected] Hotline: +43-2236-27551-111 Visit our Website: http://www.isis-papyrus.com --------------------------------------------------------------- This e-mail is only intended for the recipient and not legally binding. Unauthorised use, publication, reproduction or disclosure of the content of this e-mail is not permitted. This email has been checked for known viruses, but ISIS accepts no responsibility for malicious or inappropriate content. --------------------------------------------------------------- ---------------------------------------------------------------------- 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 ---------------------------------------------------------------------- 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

