The file PORTRPT.608 contains a catalog QUERY with two members: REPORT.FRAME and REPORT.SCL. These members fix the problem with missing buttons in the PROC REPORT catalog window in Release 6.08 when running on a MVS MODEL 2 terminal. INSTALLATION OF THE NEW CATALOG ENTRIES: --------------------------------------- To install the new catalog entries, please follow these steps: INSTALLATION INSTRUCTIONS: -------------------------- 1) Copy the PORTRPT.608 to your MVS system. 2) Invoke the SAS System. <<>> 3) Issue the LIBNAME command from your command line. This will open a LIBNAME window listing all SAS libraries allocated to the current SAS session. Place a S in the selection field next to the SASHELP library name and press the ENTER key. A listing of the members in the SASHELP library name will be displayed. Locate the QUERY catalog. Place a S in the selection field next to the QUERY catalog name and press the ENTER key. Rename the REPORT.FRAME and REPORT.SCL members of the QUERY catalog in your SASHELP library to a new name by typing a R in the selection field. The NAME is highlighted when you press the ENTER key. Type a new name over the existing name. 4) Submit the following SAS code from the SAS DMS program editor: /* CHANGE dir TO THE APPROPRIATE DIRECTORY */ filename tranfile 'NAME.OF.THE.TRANSPORT.FILE'; proc cimport cat=sashelp.query infile=tranfile; run; This step replaces existing entries in your production SASHELP library.