Error Applying Pan/SQL PTF RO78062 to CA-Pan/SQL v2.4C
Why am I getting the following Apply errors?
this is the information that is wrong;
BATCH EMULATOR JOB(CSYSPXCB) STEP(APPLY ) PGM= IEWL PROCEDURE(SMPE ) IEW2278I B352 INVOCATION PARAMETERS - SIZE=(968K,200K),NCAL,LIST,LET,XREF,AMODE=31,RMODE=ANY,CASE(MIXED),CALL IEW2322I 1220 1 INCLUDE SMPWRK3(DQSCGEN) RO78062 SEQ # 000002
IEW2322I 1220 2 ENTRY DQSCGEN
IEW2322I 1220 3 NAME DQSCGEN(R) MAX ACCEPTABLE RC=04
IEW2648E 5111 ENTRY DQSCGEN IS NOT A CSECT OR AN EXTERNAL NAME IN THE MODULE.
PTF has the JCLIN information wrong.
The change that is needed in the ++JCLIN is changing this;
INCLUDE CB2ALLD(DQSCGEN)
ENTRY DQSCGEN
NAME DQSCGEN(R)
to this
INCLUDE CB2ALLD(DQSCGEN)
ORDER CEESTART
ENTRY CEESTART
NAME DQSCGEN(R)
This will be corrected in the next release after Pan/SQL 2.4C