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.
You don't see the results like in this video (go to 9:30) ?
Thanks for your reply. Although the video shows the output window, it is for SAS Via. The question in the original post is for SAS 9.4. It is not clear to me how to setup SAS 9.4 extension from VS Code to view SAS outputs.
It's finally time to hack! Remember to visit the SAS Hacker's Hub regularly for news and updates.
What’s the difference between SAS Enterprise Guide and SAS Studio? How are they similar? Just ask SAS’ Danny Modlin.
Find more tutorials on the SAS Users YouTube channel.
Ready to level-up your skills? Choose your own adventure.