Running Endevor 18.1 in production. Received and applied outstanding 18.1 maintenance in preparation for z/OS 2.5 to a test environment.
Receiving this error in batch using a steplib to the the new maintenance:
BC1PSERV: E0011 INVALID P/P FUNCTION TYPE CODE:0026
BC1PSERV: E0008 SERVER RECEIVED UNRECOGNIZED REQUEST FUNCT:
Release : 18.1
This problem is very likely caused by mixed maintenance levels of Endevor used in the JCL concatenation.
Link list has the older Endevor 18.1 version with no maintenance applied and CSIQLOAD contains Endevor 18.1 with applied maintenance
correct the concatenation to something like that :
STEPLIB DD ......
DD DSN=ISENDEVR.V18R1M0.CSIQAUTH
DD DSN=ISENDEVR.V18R1M0.CSIQLOAD