Question:
We are planning to upgrade to r12.0 and we are using to SUBCHEK in r11.0.
Currently, we have a the following CARIMPRM in r11.0 of JCLCheck.
*** FOR CA-JCLCHECK
PRODUCT(CA-JCLCHECK/SAF) VERSION(J6B0) INIT(J6B0INIT)
PRODUCT(CA-JCLCHECK) VERSION(Z1B0) INIT(Z1B0INIT) PARM(SUBCHEK,SUBCHKDD)
PRODUCT(CAIRIM) VERSION(S910) INIT(CAS9INIT) PARM(REFRESH(SSF))
If we upgrade to the r12.0, should we change this parameter?
Answer:
You need specify to the following parameter for r12.0, if you are using this function of SUBCHECK .
PRODUCT(CA-JCLCHECK) VERSION(Z1C0) INIT(Z1C0INIT) PARM(SUBCHEK,SUBCHKDD)
PRODUCT(CAIRIM) VERSION(S910) INIT(CAS9INIT) PARM(REFRESH(SSF))
There is no longer a need for J6B0INIT to activate SECURITY checking on r12.0 environment.
PRODUCT(CA-JCLCHECK/SAF) VERSION(J6B0) INIT(J6B0INIT)