IBM Support

Received DSI002I INVALID COMMAND: 'cccccccc' for a valid SA z/OS command

Question & Answer


Question

Customer was attempting to use SA z/OS INGPLEX command and received the message: DSI002I INVALID COMMAND: 'INGPLEX'

Cause

incorrect addition of user command synonyms

Answer

Customer noted following definition in SA z/OS SINGNPRM INGCMD member which defined INGPLEX as a valid command synonym:
CMDDEF.INGRX000.CMDSYN=INGPLEX,INGCF     

Customer however had also defined several local synonyms in DSIPARM DD member CNMCMDU, including this synonym for INGPLEX:
CMDDEF.INGRX000.CMDSYN=AOPLEX,SAPLEX,PLEX

In fact that definition will cause NetView to ignore ALL supplied synonyms, such as INGPLEX and INGCF, and only utilize the customer defined synonyms, since they took place 'after' the original CMDDEF CMDSYN definition.

For any existing SA or NetView command synonyms in supplied members, local synonyms need to be defined as below (the *PREV* keyword tells NetView to preserve predefined synonyms that were defined earlier in the CNMCMD member, or any %INCLUDE members it references):

CMDDEF.INGRX000.CMDSYN=*PREV*,AOPLEX,SAPLEX,PLEX

[{"Product":{"code":"SSWRCJ","label":"IBM Tivoli System Automation for z\/OS"},"Business Unit":{"code":"BU058","label":"IBM Infrastructure w\/TPS"},"Component":"--","Platform":[{"code":"PF035","label":"z\/OS"}],"Version":"All Versions","Edition":"","Line of Business":{"code":"LOB35","label":"Mainframe SW"}}]

Product Synonym

SA SAz SAzOS SAfzOS

Document Information

Modified date:
08 August 2018

UID

swg21271665