BookmarkSubscribeRSS Feed
chiefsrule
Calcite | Level 5

Trying to run a code, but no generation of results or warning. New to SAS

5 REPLIES 5
Rachel_McLawhon
SAS Employee

Could you post your code and a screenshot? This will help us better detect what may be happening!

chiefsrule
Calcite | Level 5

I appreciate your response. I forgot a semicolon

Tom
Super User Tom
Super User

If you are new to SAS you probably forgot to end the statement with semicolon. Or end the step with RUN statement (or QUIT statement, depending on the step being run).

 

Or perhaps you have submitted code that has unbalanced quotes or unbalanced parentheses and SAS is waiting for you to finish telling it what to run.

 

What interface are you using to submit the code to SAS?

 

Are you using SAS/Studio or Enterprise Guide as your interface to submit code to some separate SAS server?

Or are you running SAS itself interactively.  Either on your Windows PC or if running Unix then using X-Windows server.

WarrenKuhfeld
Ammonite | Level 13

https://documentation.sas.com/doc/en/pgmsascdc/v_068/statug/statug_ods_examples06.htm

 

This section says more about RUN group processing, particularly in the context of ODS. Like @Tom said, without seeing your code, that seems like a likely suspect.

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 Training: Just a Click Away

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

Browse our catalog!

Discussion stats
  • 5 replies
  • 265 views
  • 2 likes
  • 5 in conversation