Upgrading to Endevor v18.1 and getting S128 abends
search cancel

Upgrading to Endevor v18.1 and getting S128 abends

book

Article ID: 243335

calendar_today

Updated On:

Products

Endevor

Issue/Introduction

Have reassembled all the Endevor tables and exits using the V18.1 libraries and linked them as RENT as stated in the Release Notes:

  • be assembled or compiled and linked with the RENT attribute

 

When attempting to log on to the test V18.1 Endevor or run any batch jobs, getting a S128 abend:

+CCSR010E C1SSESTA S128 at 00C9B40C LMOD IGC0004{ CSECT N/A +N/A 
+CCSR061I PSW: 00000000 00000000 078C2000 80C9B40C                              
+CCSR062I ILC: 04 INTERRUPT CODE: 04                                            
+CCSR067I COMPLETION CODE S128 REASON CODE 00000000      
                      

Environment

Release : 18.1

Component : Endevor Software Change Manager

Resolution

The ENUXSITE exit was not actually Re-entrant. It modified a field within the exit. Because the exit was linked as RENT and resides in the CSIQAUTU authorized library, the exit is loaded into read-only storage resulting in the S128 abend.       

Modifying the ENUXSITE exit and make it truly RENT to resolve the S128 abends.