I got an abend yesterday and I’m focusing on the situation if I have SDWARBAD as opposed SDWANAME
If noticed when doing links to a module that I sometimes I get a RB address as opposed to a program name. So it’s not necessarily true if the SDWA has an RB instead of a program name that the abend occurred In a z/os module right ? So to me the way to determine this is look at SDWAEC1 is this in your program ? How would I know this ( talking to my self) Well if the abending RB is a PRB RBTAB1 == zeros Then if RBCDE1 not = zeros get CDE get CDXLJMP extent list and using CDENTPT and module length from xtent list you can determine if the abend is your program Hope this makes sense Thanks > On Dec 4, 2020, at 8:26 AM, Peter Relson <[email protected]> wrote: > > If you want to find "what address issued the SVC", the answers are what > Shmuel and Lennie mentioned > > -- for a type 2/3/4 SVC, follow the RB chain from new to old until you > find the RB that issued the SVC (the SVC number is in the RB prefix). > or > -- look in the system trace > > 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
