The Event Management component of Common Services for z/OS r14.1 may receive an S0E0 abend REASON CODE=00000034 using the MVSPAUSE callable service during startup.
search cancel

The Event Management component of Common Services for z/OS r14.1 may receive an S0E0 abend REASON CODE=00000034 using the MVSPAUSE callable service during startup.

book

Article ID: 8581

calendar_today

Updated On:

Products

COMMON SERVICES FOR Z/OS Common Services

Issue/Introduction

After cleaning up the logs, NSMEMSTR calls the MVSPAUSE Callable Service to wait for messages.  While calling MVSPAUSE, the job may abend with a CODE=0E0 REASON CODE=00000034. 

 

Environment

Common Services for z/OS r14.1 using the Event Management component.

Cause

The IBM Language Environment Condition Handler was set to TRAP(OFF) which prevents LE from issuing a SPIE macro to handle program interrupts.  If TRAP(OFF) is used, the failure will likely occur in mvspause() if the DSA, which is allocated in the Language Environment, contains leftover data from previous routines, such as the log clean-up.

Resolution

Set the LE condition handler to TRAP(ON,SPIE).  

Additional Information

Details of the Language Environment TRAP option are available through the IBM Knowledge Center.