KFJ00227E hilev_parameter parameter value must match a data set name used in JCL KCIFLOW DD statement
Explanation
The high-level qualifier value for the SMP/E target libraries that was specified in parameter hilev_parameter was not found in the KCIFLOW DD statement in the JCL, where hilev_parameter is GBL_TARGET_HILEV or KFJ_LOCAL_TARGET_HILEV. The KCIFLOW DD statement and the RTEDEF members must point to the same SMP/E target libraries.
For the GBL_TARGET_HILEV parameter, the parameter and value are specified in the GBL$PARM or GBL$lpar member.
For the KFJ_LOCAL_TARGET_HILEV parameter, the parameter and value are specified in the PCK$PARM or PCK$lpar member.
For example, in the GBL$PARM or
GBL$lpar member, the high-level qualifier for the SMP/E
target libraries is defined as
follows:
GBL_TARGET_HILEV "MONSUITE"In the JCL, this same high-level qualifier value must be specified in the KCIFLOW
DD statement, as shown:
//UID#ZMCM JOB ,CLASS=A,MSGCLASS=X,NOTIFY=&SYSUID
/*JOBPARM SYSAFF=ZOS1
//S1 EXEC PGM=KCIOMEGA,REGION=0M,DYNAMNBR=256
//STEPLIB DD DISP=SHR,DSN=MONSUITE.TKANMOD
//KCIFLOW DD DISP=SHR,DSN=MONSUITE.TKANCUS(KFJOMEGA)
//KCIVARS DD *
ACTION GENERATE
RTE_NAME RTE1
RTE_PLIB_HILEV TSOUID.MONSUITESystem action
Processing stops.User response
Ensure that the KCIFLOW DD statement in the JCL points to the same SMP/E target libraries that are used inside the RTEDEF members.- For a standard GENERATE action, verify the GBL_TARGET_HILEV parameter value.
- If KFJ_LOCAL_PLIB_HILEV is specified in the KCIVARS DD statement, verify the KFJ_LOCAL_TARGET_HILEV parameter value.