Not sure what has change but am now getting the following errors during CAS9 execution:
CAS9115I - INPUT: PRODUCT(CADATACOM) VERSION(BD14) INIT(DBCR4PR) LOADLIB(SYSP.
DB90150I - DATACOM DBCR4PR 2011/03/18-1055 14.0
CAS9102E - LPA "ADD" FOR DBPCCPR FAILED. RC(08) REASON(X'082D0000').
DB90152E - DATACOM PARM SYNTAX ERROR (G)
DB90153E - DATACOM INITIALIZATION FAILED
CAS9140E - INIT ERROR: CADATACOM VER BD14, INIT ROUTINE RC=0008
State of CADATACO is INITFAIL
CAS9115I - INPUT: PRODUCT(CADATACOM) VERSION(BD14) INIT(DBCR4PR) LOADLIB(SYSP.
DB90150I - DATACOM DBCR4PR 2011/03/18-1055 14.0
CAS9102E - LPA "ADD" FOR DBPCSPR FAILED. RC(08) REASON(X'082D0000').
DB90152E - DATACOM PARM SYNTAX ERROR (G)
DB90153E - DATACOM INITIALIZATION FAILED
CAS9140E - INIT ERROR: CADATACOM VER BD14, INIT ROUTINE RC=0008
State of CADATACO is INITFAIL
-- CAS9102E means the following when looking at the following IBM url:
https://www.ibm.com/support/knowledgecenter/en/SSLTBW_2.1.0/com.ibm.zos.v2r1.ieaa100/iea3a1_Description18.htm#dylpare
8 xxxx082D Equate Symbol: CsvdylpaRsnNotAuthConcat
Meaning: If not supervisor state, PKM allowing key 0-7, PSW key 0-7, or APF authorized, or if APFREQUIRED=YES is specified or defaulted, the concatenation represented by the input DDNAME or DCB must be APF authorized.
Action: Avoid using a non-APF authorized concatenation unless you have the required authorization.
-- DB90152E; The other Datacom error DB90152E might be a result of the first one:
DATACOM PARM SYNTAX ERROR (x)
Reason:
CAIRIM is being used to install the Datacom PC functions or clear a control block and the message indicates an error has occurred processing the input parameters. The various errors that are possible each have a letter assigned and it is provided in the parenthesis in place of the 'x'.
G - The module named after PCC=or PCS= could not be loaded from the load library pointed to by the CAIRIM input option: LOADLIB(dsn). You must copy the current member into the named library or point to the library containing the version of the program you are intending to install.
Outstanding.... We have a mis-match in our APFLIST due to recent changes so that seems to be the problem.
https://www.ibm.com/support/knowledgecenter/en/SSLTBW_2.1.0/com.ibm.zos.v2r1.ieaa100/iea3a1_Description18.htm#dylpare