*PIL17007 *Problem Summary: * The PILOT/SMF ESTAE Recovery processor was not updated when the * record count was changed from a 4 byte packed field to a 4 byte * binary field to allow for larger input files. * *Symptoms: * Incorrect output in the WTO message issued by RDSMFRCV with the * "RDSMF-ESTAE RECORDS READ=xxxxxxx,BLOCK COUNT=nnnnnnn" where * xxxxxxx is not a numeric string. * *Temporary Fix: * Relink module RDSMFRCV with the following JCL and control cards: *//GARYLINK JOB (PILOT),'PILOT LINK',MSGCLASS=X,NOTIFY=&SYSUID *//LKED EXEC PGM=IEWL,REGION=2M,PARM='XREF,MAP,LIST,LET' *//SYSPRINT DD SYSOUT=* *//SYSLIN DD DDNAME=SYSIN *//SYSLMOD DD DSN=PILOT.V1M7.LOAD,DISP=SHR *//SYSLIB DD DSN=PILOT.V1M7.LOAD,DISP=SHR *//SYSUT1 DD UNIT=SYSDA,SPACE=(1024,(200,20)) *//SYSIN DD * * INCLUDE SYSLIB(READSMF) * EXPAND RDSMFRCV(100) * ENTRY READSMF * SETCODE AC(1) * NAME READSMF(R) */* * * Next, apply the following zap: NAME READSMF RDSMFRCV IDRDATA PIL17007 VER 0136 F363,C1D9,3000 VER 0830 0000,0000,0000,0000,0000,0000,0000,0000 VER 0840 0000 REP 0136 47F0,C830,0700 REP 0830 5810,3000,4E10,C7A0,F363,C1D9,C7A4,47F0 REP 0840 C13C * *Permanent Fix: * This problem will be corrected by PTF in the next release of * PILOT. * *End Of Document