This what I see for 60d
60D
Explanation
The recovery termination manager (RTM) discovered an error in a calling
program.
A hexadecimal reason code in the following explains the error:
. Field RTM2CRC of the RTM2 work area (RTM2WA)
. Message IEA995I
. TCBARC field of the task control block (TCB)
Code
Explanation
00
RTM percolates past the previous exit routine because the recursion limit
had been reached for that routine.
04
A program issued the ABEND, CALLRTM, or SETRP macro with the DUMPOPT or
DUMPOPX parameter.
DUMPOPT or DUMPOPX contains a pointer to a parameter list, but RTM cannot
access the parameter list.
Chapter 2. System completion codes 435
08
A program issued the ABEND, CALLRTM, or SETRP macro with the DUMPOPT or
DUMPOPX parameter.
DUMPOPT or DUMPOPX contains a pointer to a parameter list. The parameter
list contains a storage range
list, but RTM cannot access the storage range list.
0C
A program issued the ABEND, CALLRTM, or SETRP macro with the DUMPOPT or
DUMPOPX parameter.
DUMPOPT or DUMPOPX contains a pointer to a parameter list. The parameter
list contains a subpool list, but
RTM cannot access the subpool list.
10
A program issued the ABEND, CALLRTM, or SETRP macro with the DUMPOPT or
DUMPOPX parameter.
DUMPOPT or DUMPOPX contains a pointer to a parameter list. The parameter
list contains a range of data
space storage to be dumped, but RTM cannot access this storage.
14
Retry was attempted from an FRR, but the retry linkage stack is inconsistent
with the requested retry
environment.
18
Retry was attempted from an FRR, but the linkage stack entry is not in the
currently active linkage stac

Since I am running a FRR I have  to take into consideration PC Calls

. When retry is from an FRR, the value can reflect entries caused by a PC
instruction. All other times, the value can reflect only entries caused by a
BAKR  

I passed IARV64 an invalid pointer the abend occurred in the PC rtn 
When I primed a Half word  linkage storage ctr to 1 (it was a parm to the
recovery) and I set it to SDWALSLV the abend went away  
 
Thanks
-----Original Message-----
From: IBM Mainframe Discussion List <[email protected]> On Behalf Of
Peter Relson
Sent: Tuesday, April 26, 2022 6:30 PM
To: [email protected]
Subject: Re: help with abend 60D reason code 14 SDWALSLV value

In what way is RTM telling you to use SDWALSLV?
That is not what 60D-14 is telling you.

In fact, the doc for 60D-14 says "For reason codes 14 -18, search problem
reporting databases for a fix for the problem. If no fix exists, contact the
IBM Support Center."

I couldn't tell whether you were or were not trying to use SDWALSLV and, if
you were, what value you provided.

Peter Relson
z/OS Core Technology Design


----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions, send email
to [email protected] <mailto:[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

Reply via email to