This is far out wacky.  I noticed that I had a Rexx program called RXTEMPL. I 
renamed that Rexx program to RXTEMPL1 and everything is fine, TSO RXTEMPL says 
not found.  Here is the Rexx programm.

"ALLOC DD(SYSUDUMP) SYSOUT(H) REU"                 
myvar = "lila lian lilliana elian satu elina tapio"
ans = rxtempl()                                    
say 'cats' cats                                    
say 'ans='ans                                      
exit                                               

>From 3.4 I EX RXTEMPL1 it and it SAY's: CATS  (and that's all, which is odd)

Now, here is where it gets wacky.  I rename it back to RXTEMPL. I'm  in 3.4, I 
put the cursor next it, EX and it gets all abends (80A, 40D) about memory and 
crashes my TSO session. 

I did an svcdump COMP=80A, but I haven't found anything in the dump yet.

If it is a load module, like I suspected (wrongly) before, then TSO RXTEMPL 
would do something.  It doesn't.

Wait.  A small 10 watt light bulb just went off....




-----Original Message-----
From: IBM Mainframe Discussion List [mailto:ibm-m...@bama.ua.edu] On Behalf Of 
Beate Kawelke
Sent: 29. maaliskuuta 2010 18:14
To: IBM-MAIN@bama.ua.edu
Subject: Re: How to find loadlib in a dump?

If you want to find modules which are in LPA, you need to enter "LPA"
after invoking DDLIST. Your "M membername" will then prompt a warning
message screen - enter "YES" to also search LPA. 

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@bama.ua.edu with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html

Reply via email to