Hi: When you are using SAS Enterprise Guide, code is submitted in "batch" mode to SAS on either the local machine or the server machine. This means that many "interactive" windows, such as the PROC REPORT interactive REPORT window does NOT work in EG "batch" mode. Enterprise Guide has the List Report Wizard, which surfaces some, but not all of the same functionality as the PROC REPORT window. If you have SAS on Windows on a local installation, then your code will open the interactive window in SAS Display Manager. Otherwise, in EG, you will have to change your WINDOWS option to NOWD in order for the code to run correctly. But, the interactive window will not open in EG. cynthia
... View more