BookmarkSubscribeRSS Feed
matthewm3109
Calcite | Level 5

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

2 REPLIES 2
SASKiwi
PROC Star

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:

*';*";

 

 

ballardw
Super User

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.

hackathon24-white-horiz.png

The 2025 SAS Hackathon has begun!

It's finally time to hack! Remember to visit the SAS Hacker's Hub regularly for news and updates.

Latest Updates

SAS Enterprise Guide vs. SAS Studio

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.

SAS Training: Just a Click Away

 Ready to level-up your skills? Choose your own adventure.

Browse our catalog!

Discussion stats
  • 2 replies
  • 1598 views
  • 0 likes
  • 3 in conversation