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.

Catch up on SAS Innovate 2026

Nearly 200 sessions are now available on demand with the SAS Innovate Digital Pass.

Explore Now →
Develop Code with SAS Studio

Get started using SAS Studio to write, run and debug your SAS programs.

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
  • 2588 views
  • 0 likes
  • 3 in conversation