MVS/QuickRef Problem Correction Page 1 of 1 ----------------------------------------------------------------- FIX Number............ QP9705K FIX Date.............. May 13, 1997 Applicable Level(s)... MVS/QuickRef Release 5.0 Problem Description... When the QW RPF is invoked from an attached AWS, upon exit from the QW RPF, only part of the attached AWS is displayed. Pressing the Enter key displays the remainder of the AWS. This fix causes the full AWS to be redisplayed without pressing the Enter key. Fix: In the RPF named 'QW' in the MVS/QuickRef ROSCOE interface library, make the changes listed below: Line 79 - 'SET MODE '|S.TRANMODE Line 80 - L8 Insert the following line after Line 79: 'SELECT AWS '|L7 Fix: In the RPF named 'QW' in the MVS/QuickRef ROSCOE interface library, make the changes listed below: Line 49 - TRAP ON Line 50 - CREATE AWS QW1 RPF Insert the following line after Line 49: LET L7 = S.AWSNAME Please note that in the RPF lines, the '|' character is EBCDIC X'4F'.