Afte upgrading, we are seeing this warning/error at startup time:
OPS0041H OPS1250I SUBSYSTEM NAME 'OPSS'
OPS0041H OPS1250I PARMLIB MEMBER NAME SUFFIX '00'
OPS0041H CAOAlert RC=60 for:OPSPRM(SET,OPS3423,O)
OPS0041H OPS3423 - INVALID PRODUCT PARAMETER OPS0041H N/A
OPS0041H OPS1940E SYNTAX ERROR IN KEYWORD: TEXT
OPS0041H OPS1966E --- THE SINGLE LINE TEXT DATA PARAMETER MUST BE SPECIFIED
OPS0041H OPS1950E KEYWORD IS UNDEFINED: RC
OPS0041H OPS1950E KEYWORD IS UNDEFINED: FOR:OPSPRM
The value it does not like is pulled from the ABC.OPS.IBMPARMS(OPSSPA00) member and it's coded as:
z = OPSPRM_SET("OPS3423","O")
We set many other values like this. For some reason it does not like this one. Any ideas ?