PHOENIX 7.6.0 PREFERENCE 7.6.0 PTF Number: S760006 Date: 05/07/97 Applicability: All PHOENIX and PREFERENCE Problem: The year field of the current date is stored as a binary integer. This field was to include a century adjustment value. This PTF makes this adjustment to the current year field. This change is required so that a client using "flat file output" (such as our "LOG FILE") to create their own reports can convert these year fields to a 4-digit year field. This can be accomplished by adding the value "1900" to the year field. Action: Apply the following PTF. //S760006 JOB //FIX EXEC PGM=AMASPZAP, // PARM=IGNIDRFULL //SYSLIB DD DSN=GSP.LINKLIB,DISP=SHR //SYSPRINT DD SYSOUT=X //SYSIN DD * * NAME GOALSYS FIXAPPL * VER 0007 00 * REP 0007 06 * * NAME GOALSYS CBEDATE * VER 72 4151,0003 * REP 72 47F0,BB04 * * NAME GOALSYS CBECOM * VER 0B04 0000,0000,0000,0000 VER 0B0C 0000,0000 * REP 0B04 4210,B261,4151,0003 REP 0B0C 47F0,C064 * CHECKSUM B05B8A94 * /* //