Re: 378-14 Abend In TSO Verify exit

2014-05-12 Thread Walt Farrell
On Mon, 12 May 2014 11:35:44 -0700, Ed Jaffe wrote: >On 5/12/2014 11:08 AM, Walt Farrell wrote: >> With your SRL R1,5 you end up with multiplying the original doubleword >> length by 8. > >I assumed that was the intent, based on the comment in the code about >the returned length being in doublew

Re: 378-14 Abend In TSO Verify exit

2014-05-12 Thread Ed Jaffe
On 5/12/2014 11:08 AM, Walt Farrell wrote: With your SRL R1,5 you end up with multiplying the original doubleword length by 8. I assumed that was the intent, based on the comment in the code about the returned length being in doublewords. -- Edward E Jaffe Phoenix Software International, In

Re: 378-14 Abend In TSO Verify exit

2014-05-12 Thread Walt Farrell
On Mon, 12 May 2014 09:51:55 -0400, MichealButz wrote: > * LOAD PROGRAM > > * > > * > > LOAD EP=AAALLIX1 > > SLL R1,8 Get rid of auth code > > SRL R1,5 Length is in double words > I can't comment on the ABEND you get, and t

Re: 378-14 Abend In TSO Verify exit

2014-05-12 Thread Jon Perryman
R8 is 0 so you are trying to free address 0. My guess would be that LLA_ADDR is within LLA_area and that the XC LLA_AREA has cleared that field (and probably the length). Another problem is that you copy the load module without correcting the adcons/vcons. Why don't you just use the entry point

Re: 378-14 Abend In TSO Verify exit

2014-05-12 Thread Micheal Butz
and free up the storage > :> > :>Is the storage freed by another task, that does not own the storage? > :> > :>Kees. > :> > :>-Original Message- > :>From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On > Behalf Of Miche

Re: 378-14 Abend In TSO Verify exit

2014-05-12 Thread Binyamin Dissen
ssion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On Behalf Of MichealButz :>Sent: Monday, May 12, 2014 15:52 :>To: IBM-MAIN@LISTSERV.UA.EDU :>Subject: 378-14 Abend In TSO Verify exit :> :>Hi, :> :> :> :>I have TSO verify exit in which I am enabling LLA exit CSV

Re: 378-14 Abend In TSO Verify exit

2014-05-12 Thread Vernooij, CP (SPLXM) - KLM
the storage? Kees. -Original Message- From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On Behalf Of MichealButz Sent: Monday, May 12, 2014 15:52 To: IBM-MAIN@LISTSERV.UA.EDU Subject: 378-14 Abend In TSO Verify exit Hi, I have TSO verify exit in which I am enabl

378-14 Abend In TSO Verify exit

2014-05-12 Thread MichealButz
Hi, I have TSO verify exit in which I am enabling LLA exit CSVLLIX1 exit and then deleting it this seems intermittently to cause a 378-14 abend Below is the code * * Add LLA exit CSVLLIX1 in case module is LLA MAN