*PIL17002 *Problem Summary: * The PILOT/SMF Authorized Task processor exits 31 bit mode too * early in its processing. If it is processing the SMF control block * (that defines a MANx data set) which is above the line, the data * area is referenced in 24 bit mode and can result in incorrect * processing or an abend S0C4. * *Symptoms: * Abend S0C4 in module RDSMFAUT at offset X'015A'. Registers 3 and 4 * will contain a 31 bit address. * *Temporary Fix: * Relink module RDSMFAUT with the following JCL and control cards: *//GARYLINK JOB (PILOT),'PILOT LINK TEST',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(RDSMFAUT) * EXPAND RDSMFAUT(100) * ENTRY RDSMFAUT * SETCODE AC(1) * NAME RDSMFAUT(R) */* * * Next, apply the following zap: NAME RDSMFAUT RDSMFAUT IDRDATA PIL17002 VER 014E 4150,C154,0B05 VER 0164 4510,C1AC VER 01B6 4120,C334 VER 0424 0000,0000,0000,0000,0000,0000,0000 VER 0434 0000,0000,0000,0000,0000,0000,0000 REP 014E 0700,0700,0700 REP 0164 47F0,C424 REP 01B6 47F0,C434 REP 0424 4150,C42A,0B05,4110,C168,47F0,C1AC REP 0434 4150,C43A,0B05,4120,C334,47F0,C1BA * *Permanent Fix: * This problem will be corrected by PTF in the next release of * PILOT. * *End Of Document