I've change the SMPE Apply job (I06APSMP) to do an apply check. The second apply check step gets a RC 12. GIM37903E ** APPLY PROCESSING FAILED FOR SYSMOD NY609MS BECAUSE IT HAS NO APPLICABLE +
search cancel

I've change the SMPE Apply job (I06APSMP) to do an apply check. The second apply check step gets a RC 12. GIM37903E ** APPLY PROCESSING FAILED FOR SYSMOD NY609MS BECAUSE IT HAS NO APPLICABLE +

book

Article ID: 55526

calendar_today

Updated On:

Products

CMDB for z/OS NetSpy Network Performance NetMaster Network Automation SOLVE NetMaster Network Management for SNA NetMaster Network Management for TCP/IP NetMaster File Transfer Management SOLVE:Operations Automation SOLVE:Access Session Management SOLVE:FTS

Issue/Introduction

I've change the SMPE Apply job (I06APSMP) to do an apply check.

The second apply check step gets a RC 12. GIM37903E ** APPLY PROCESSING FAILED FOR SYSMOD NY609MS BECAUSE IT HAS NO APPLICABLE +

Environment

Release: ESBNSP99000-11.5-NetSpy-Premier Support
Component:

Resolution

Instead of having the SYSMOD in 2 statements like:

APPLY CHECK SELECT(C2D52MS)
APPLY CHECK SELECT(NY609MS)

Put both the SYSMODS in the same select statement:

APPLY CHECK SELECT(C2D52MS,NY609MS)

The apply check needs both SYSMODs to run correctly.