// JOB RA37168 SPRI 3.7.168 APAR RA37168 * SPRI 3.7.168, Issued by GSS on August 05, 2002 * Status=TESTED Type=REQUIRED * ------------------------------------------------------------------- * Problem: Disable blank truncation for Separator print lines * Force lines printed from a separator exit to NOT truncate trailing blanks. * This is required for functions, such as LPR, which reads the queue element * twice. The first time in BROWSE mode, which doesn't make a ROUTE code busy * and then in GENERIC mode which does make a ROUTE code busy. This causes the * separator generated in the first pass to be different from the one in the * second pass. This causes the byte count to be different resulting in the * failure of the LPR transmission. * ------------------------------------------------------------------- * Conditions for applying APAR: * The phases affected by this APAR normally are loaded resident * in the processing region during activation. This allows the * APAR to be applied at any time, however its effect will not be * experienced until the product is reactivated. // PAUSE *** Enter CANCEL to bypass APAR. Press ENTER to apply. // LIBDEF CL,TO=IJSYSRS,FROM=IJSYSRS (target lib) MVT/VSE systems only. // DEFINE GETVIS=200K MVT/VSE systems only. // EXEC MSHP,SIZE=900K CORRECT 1975-37-SPR:RA37168 /* 1975-SPR-01-037:RA37168 for VSE/SP */ AFFECTS PHASE=SPRISS$A ALTER D4 A8:FF AFFECTS PHASE=SPRISPIF ALTER 1EE 45403446 : 47F03C5E ALTER C5E 3C5E3C603C62 : D200B097B08A /* SAVE OOPT5 */ ALTER C64 3C643C66 : 94BFB08A /* RESET 5TRN */ ALTER C68 3C683C6A : 45403446 /* PRINT LINE */ ALTER C6C 3C6C3C6E3C70 : D200B08AB097 /* RESTORE OOPT5 */ ALTER C72 3C723C74 : 47F031F2 /* /&