Re: Routine name/srb

2005-08-03 Thread Ted MacNEIL
>If this is not an official TLA, why is an official IBM doc using it. If you ask on your RCF, they might tell you. ... I have NO intention of raising an RCF. I was attempting to point out that we're stuck with the TLA, whether or not we like it. It's been the only term used by Canadian IBM'rs

Re: Routine name/srb

2005-08-03 Thread Shmuel Metz (Seymour J.)
In <[EMAIL PROTECTED]>, on 08/02/2005 at 02:06 AM, mary george <[EMAIL PROTECTED]> said: >What is a Signal ECB? Presumably an ECB that gets posted when a signal is received. The Unix world uses signals as one of the ways to communicate between processes. >Where can I find informations on it?

Re: Routine name/srb

2005-08-03 Thread Shmuel Metz (Seymour J.)
In <[EMAIL PROTECTED]>, on 08/01/2005 at 12:00 AM, Ted MacNEIL <[EMAIL PROTECTED]> said: >If this is not an official TLA, why is an official IBM doc using it. If you ask on your RCF, they might tell you. -- Shmuel (Seymour J.) Metz, SysProg and JOAT ISO position; see

Re: Routine name/srb

2005-08-02 Thread mary george
Usage notes of BPX1MPI module says about signal ECB's as : The user is responsible for initializing all ECBs, including the signal ECB. The first ECB is the signal ECB. Usage notes on BPX1MP says , When a signal is received, the mvspause service posts the signal ECB and runs the

Re: Routine name/srb

2005-08-01 Thread Ted MacNEIL
... Unix System Services is part of z/OS, and other components, e.g., TCP/IP, use it. ... The latest Red-book on 'WLM for the SYSPROG' (forgotten the original title, BTW), has many sprinklings of the term 'USS' in the section(s) on UNIX Systems Services. If this is not an official TLA, why is an

Re: Routine name/srb

2005-08-01 Thread Shmuel Metz (Seymour J.)
In <[EMAIL PROTECTED]>, on 07/28/2005 at 05:14 AM, mary george <[EMAIL PROTECTED]> said: >I find the BPX1MP and BPX1MPI services been called in my module. My >system does not seem to have any interaction with UNIX,its running on >ZOS. Unix System Services is part of z/OS, and other components

Re: Routine name/srb

2005-07-28 Thread Ed Finnell
In a message dated 7/28/2005 1:59:02 P.M. Central Standard Time, [EMAIL PROTECTED] writes: I cannot say for certain, but I would guess that these UNIX functions are most likely being used by your TCPIP stack. >> Right. If you've got a decent dump you should be able to backtrack thru the

Re: Routine name/srb

2005-07-28 Thread McKown, John
> -Original Message- > From: IBM Mainframe Discussion List > [mailto:[EMAIL PROTECTED] On Behalf Of mary george > Sent: Thursday, July 28, 2005 7:14 AM > To: IBM-MAIN@BAMA.UA.EDU > Subject: Re: Routine name/srb > > > Thanks All. > > I went through th

Re: Routine name/srb

2005-07-28 Thread Steve Comstock
mary george wrote: Thanks All. I went through the manual. I find the BPX1MP and BPX1MPI services been called in my module. My system does not seem to have any interaction with UNIX,its running on ZOS.Is their any UNIX component in ZOS ie is being invoked??? All modules with names begin

Re: Routine name/srb

2005-07-28 Thread Edward E. Jaffe
mary george wrote: I find the BPX1MP and BPX1MPI services been called in my module. My system does not seem to have any interaction with UNIX,its running on ZOS.Is their any UNIX component in ZOS ie is being invoked??? Yes. According to your own statement: BPX1MP and BPX1MPI. -- .--

Re: Routine name/srb

2005-07-28 Thread mary george
Thanks All. I went through the manual. I find the BPX1MP and BPX1MPI services been called in my module. My system does not seem to have any interaction with UNIX,its running on ZOS.Is their any UNIX component in ZOS ie is being invoked??? Gil Peleg <[EMAIL PROTECTED]> wrote: To find module

Re: Routine name/srb

2005-07-27 Thread Shmuel Metz (Seymour J.)
In <[EMAIL PROTECTED]>, on 07/27/2005 at 04:23 AM, mary george <[EMAIL PROTECTED]> said: >Talking abt module prefixes,where can we get information abt them >from? They shoud be in Diagnosis, System Messages or both. >Or do BPX prefix have some speciall meaning? OMVS; check your Unix System S

Re: Routine name/srb

2005-07-27 Thread Ed Gould
On Jul 27, 2005, at 12:27 AM, mary george wrote: --SNIP--- LOGREC shows the recovery routines names as "ISTAPCFR " and the CSECT name as "ISTAICPT". Is ISTAPCFR a VTAM FRR ?What does ISTA prefix to module names indicate? Pls throw some light into the issue. Thanks in advance. Che

Re: Routine name/srb

2005-07-27 Thread Todd Burch
that fixes the problem. Todd - Original Message - From: "mary george" <[EMAIL PROTECTED]> Newsgroups: bit.listserv.ibm-main To: Sent: Wednesday, July 27, 2005 6:23 AM Subject: Re: Routine name/srb > Thanks. > My registers show a eason code 7001,which complain

Re: Routine name/srb

2005-07-27 Thread Gil Peleg
To find module prefix to component mapping you should check the book MVS Diagnosis: Reference, of your operating system version. BPX is the module prefix for Unix System Services. BPX1MP is a callable service (mvspause). You can read about it in the USS ASM callable services reference. Gil. O

Re: Routine name/srb

2005-07-27 Thread ibm-main
From: "mary george" > > Talking abt module prefixes,where can we get information abt them from? Manuals are a marvellous thing. http://publibz.boulder.ibm.com/cgi-bin/bookmgr_OS390/BOOKS/IEA2V250/1.1.1?SHELF=IEA2BK51&DT=20040715111422 > Or do BPX prefix have some speciall meaning? Ooooh yeah...

Re: Routine name/srb

2005-07-27 Thread mary george
Thanks. My registers show a eason code 7001,which complain on wrong ECB's or RPLS'. I basically am not aware of how to trace them in my my dump and find where its going wrong. Talking abt module prefixes,where can we get information abt them from? I have also have an assembler macro branching to

Re: Routine name/srb

2005-07-26 Thread Gil Peleg
IST is the module prefix for VTAM. Read the documentation about system code 0A8. It indicates an error processing a user application. Usually some error with control blocks built by the application and passed to VTAM. This in no way should even come close to crashing the system. Check the reaso

Re: Routine name/srb

2005-07-26 Thread mary george
e and most likely the RETRY routine address as well. It will have the regs at time of error, from which you might be able to gleen a base register. Todd - Original Message - From: "mary george" Newsgroups: bit.listserv.ibm-main To: Sent: Tuesday, July 26, 2005 3:27 AM Su

Re: Routine name/srb

2005-07-26 Thread Shmuel Metz (Seymour J.)
In <[EMAIL PROTECTED]>, on 07/26/2005 at 01:27 AM, mary george <[EMAIL PROTECTED]> said: >In my system we are experiencing a S0A8 abend but the >system does not seem to crash. >Therofore I suspect that some recovery routine is been written to >recover from this error. >Now I want to know which

Re: Routine name/srb

2005-07-26 Thread Todd Burch
]> Newsgroups: bit.listserv.ibm-main To: Sent: Tuesday, July 26, 2005 3:27 AM Subject: Routine name/srb > All, > > In my system we are experiencing a S0A8 abend but the > system does not seem to crash. > Therofore I suspect that some recovery routine is been written > to recove

Routine name/srb

2005-07-26 Thread mary george
All, In my system we are experiencing a S0A8 abend but the system does not seem to crash. Therofore I suspect that some recovery routine is been written to recover from this error. Now I want to know which routine has been used,hos can I proceed this with IPCS?Likewise where can i find info abt