KFJ00213E Customizing parameter parameter_name is not supported by the GENERATE action when using option parameter KFJ_LOCAL_PLIB_HILEV. Use the product provided default.
Explanation
The KFJ_LOCAL_PLIB_HILEV parameter was specified in the JCL (KCIVARS DD statement). The GENERATE action does not allow certain parameter customization for runtime environment generation for remote systems.In the following example, one of the parameters, GBL_USER_JCL, was found in the RTEDEF members, which caused the program to stop with a return code of 8:
KFU00002I INVOKE processing is about to commence; MEMBER=KFJOMEGA DDNAME=KCIFLOW
DSN=TEST1.SYSPLEX.SMPE.TKANCUS Maintenance level: OA61601
01. Using parameters in TEST1.CM.R683L.RTEDEF(PGVK)
02. Using parameters in TEST1.CM.R683L.RTEDEF(KDS$PARM)
03. Using parameters in TEST1.CM.R683L.RTEDEF(GBL$PARM)
04. Using parameters in TEST1.CM.R683L.RTEDEF(PCK$PARM)
KFJ00213E Customizing parameter GBL_USER_JCL is not supported by the GENERATE action when
using option parameter KFJ_LOCAL_PLIB_HILEV. Use the product provided default.
KFU00086E REXX routine has failed; EXEC=VALVARS RC=8
KFU00004I KCIOMEGA is ending; RC=8 SYSPLEX=RSPLEX0K LPAR=1234 DATE=2021-08-25 08:23:21 Thursday
System action
The GENERATE action stops with return code 8.User response
Review parameter parameter_name to ensure that it is not used by the GENERATE action. To achieve this, you can comment out this parameter from the RTEDEF members and restart the GENERATE action.
If parameter parameter_name is related to KD2 operational data set allocation, you can resolve this error by using parameter KFJ_LOCAL_KD5_RUN_ALLOC set to value DEPLOY or NONE.