NCREQ: Unexpected keyword parameter
search cancel

NCREQ: Unexpected keyword parameter

book

Article ID: 221795

calendar_today

Updated On:

Products

OPS/MVS Event Management & Automation

Issue/Introduction

Error trying to use the NetCool interface:

 
  OPS3092H OPS4205I USS COMMAND COMPLETED RC=X'00000467' REASON=X'00000000' CMD
  OPS3092H NCREQ: Unexpected keyword parameter <IDENTIFIER>                    
  OPS3092H NCREQ: Unexpected keyword parameter <SUMMARY>                       
  OPS3092H NCREQ: Unexpected keyword parameter <TYPE>                          
  OPS3092H NCREQ: Unexpected keyword parameter <FIRST>                         
  OPS3092H NCREQ: Unexpected keyword parameter <LAST>                          
  OPS3092H NCREQ: Unexpected keyword parameter <AGENT>                         
  OPS3092H NCREQ: Unexpected keyword parameter <EXPIRE>                        
  OPS3092H NCREQ: Unexpected keyword parameter <EVENTID>                       
  OPS3092H NCREQ: Unexpected keyword parameter <MANAGER>                       
  OPS3092H NCREQ: Unexpected keyword parameter <ALERTGROUP>                    
  OPS3092H NCREQ: Unexpected keyword parameter <NODE>                          
  OPS3092H NCREQ.RESPONSE.ERROR="RC=x'48' Syntax error detected"    

OPS3092H OPS4205I USS COMMAND COMPLETED RC=X'00000048' REASON=X'00000000' CMD    

 

 

Environment

Release : 14.0

Component : OPS/MVS

Cause

This symptom indicates the DD OPNCSCHM is not defined in the OPSUSS JCL procedure

Resolution

Make sure there is a DD OPNCSCHM in the OPSUSS JCL pointing to the member OPNCSCHM of the CCLXCNTL library. 

//OPNCSCHM DD DISP=SHR,DSN=prefix.CCLXCNTL(OPNCSCHM)