*PIL17006 *Problem Summary: * The PILOT/SMF Exception Record 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: * Abend S0C7 in module RDSMFXCP at offset X'01FE'. * *Temporary Fix: * Relink module RDSMFXCP 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 RDSMFXCP(100) * ENTRY READSMF * SETCODE AC(1) * NAME READSMF(R) */* * * Next, apply the following zap: NAME READSMF RDSMFXCP IDRDATA PIL17006 VER 01F4 94F0,7000 VER 01FE DE09,C389,8000 VER 0598 0000,0000,0000,0000,0000,0000,0000,0000 REP 01F4 47F0,C598 REP 01FE DE09,C389,C2C4 REP 0598 94F0,7000,5810,8000,4E10,C2C0,47F0,C1F8 * *Permanent Fix: * This problem will be corrected by PTF in the next release of * PILOT. * *End Of Document