Hello everyone,
I just started learning SAS and so please bear with me. I am not seeing anything in the results tab. When I use:
proc print data=sashelp.air;
run;
or even...
proc contents data=sashelp._All_ NODS;
run;
Nothing appears in results. I tried exporting the output but they're all blank. Any ideas? Please find the log attached.
Thank you,
Mano
It appears you have an unbalanced quote in your SAS program which is causing the symptoms you are seeing. You could try this "magic" statement to clear the problem but you then need to identify where it is in your code and correct it:
*';*";
When posting LOG or code entries please copy directly from the LOG or editor and paste into a code box opened on the forum with the {I} or "running man" icons.
First, it should be easier than creating a PDF file. Second we can then copy/paste and highlight or make corrections.
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.