Hi, I'm new to SAS and I'm doing the tutorial. When I type in this code in the editor window: data test;
set mylib.productsales;
run;
proc print data=test;
run; I don't get the data printed in the result viewer, however it does create a new file called test in the working directory. The log file says "no output destinations active". What is wrong? I have SAS 9.4 Thanks
... View more