NetMaster Error N28502 OPEN FAILED FOR VSAM ACB, CODE=X'94', Causing S0C4 Abend in Module NMDSN$$D
search cancel

NetMaster Error N28502 OPEN FAILED FOR VSAM ACB, CODE=X'94', Causing S0C4 Abend in Module NMDSN$$D

book

Article ID: 196899

calendar_today

Updated On:

Products

CMDB for z/OS NetSpy Network Performance NetMaster Network Automation NetMaster Network Management for SNA NetMaster Network Management for TCP/IP NetMaster File Transfer Management SOLVE

Issue/Introduction

NetMaster errors on Startup:
IEC161I 037(050,006,IGG0CLE0)-002,NETMAST,NETMAST,MODSDIS,,,
IEC161I SYS3.NETSPY.MODSDIS.R122
N28502 OPEN FAILED FOR VSAM ACB, CODE=X'94', DD=MODSDIS
IAIN0167 (NETMAST) parameter group $NM MODSFILES failed. Err
UT0007 Dataset sucessfully unallocated
IAIN0143 (NETMAST) Initialization failures have occurred
 
Causing S0C4 Abend:
SYSTEM COMPLETION CODE=0C4  REASON CODE=00000010
           TIME=08.44.19  SEQ=00050  CPU=0000  ASID=0067
           PSW AT TIME OF ERROR  078D2000   00095A08  ILC 4  INTC 10
           ACTIVE MODULE           ADDRESS=00000000_00095A08  OFFSET
           NAME=NMDSN$$D
           DATA AT PSW  00095A02 - 04F00000  000090EC  D00C18BF
           GR 0: 00000000_00000000   1: 00000002_000AA828
           2: 00000000_00075890   3: 00000000_000AA568
           4: 00000000_126C81BC   5: 00000000_126C81D0
           6: 00000000_00000000   7: 00000000_00000000
           8: 00000000_00075890   9: 00000000_126C8000
           A: 00000000_926C7126   B: 00000000_926C7000
          C: 00000000_00008000   D: 00000000_126C7038
          E: 00000000_80FD7218   F: 00000000_00095A08
          END OF SYMPTOM DUMP

Environment

Release : 12.2

Component : CA NetMaster Network Management for SNA

Resolution

The S0C4 is in a User Exit - NMDSN$$D. The module is running in 24 bit mode and attempting to access 31 bit storage. The product supplied module has name NMSECDSN. Need to fix User Exit, Module NMDSN$$D needs to be linked as AMODE 31 not AMODE 24.

Use your ISPF browse of the load library for this NetMaster region and locate NMSEC$$D - it should look like this –

With NMSECDSN being linked as AM 31