I am using VS Code with SAS 9.4 Extension. I am using SSH remote connection. I am running some simple codes: data a; x=5; run; proc print data=a; run; However, I don't see output window. Is there anything I should setup in order to view the results? Thanks.
... View more