Invoking the IDB2VUS VTAM UI encounters the errors: DBG55000E INSTALL OF CA SYSVIEW FOR DB2 INCORRECT, ERROR IN IDUIPRMS DBG99001E ERROR IN COMMAND STREAM, PROCESSING ENDED.
This particular occurrence of this error condition was caused by an erroneous comma after the last definition in the APPLS member prior to the last right paren.
Example: (Q10ASR19,Q10A,NOTRAF),
(DB2GSR19,DB2G,NOTRAF),
)
Removing the erroneous comma from the last statement in the APPLS member prior to the right paren corrected this error condition.
Example: (Q10ASR19,Q10A,NOTRAF),
(DB2GSR19,DB2G,NOTRAF)
)