BookmarkSubscribeRSS Feed
2222
Calcite | Level 5

Hi all,

Has anyone had the issue of SAS EG running code fin and then you make a change to the code and try to run it again and nothing happens? The only fix is i have to close it/log out and then reopen the program to make it run...any ideas why this is happening or things I could check?

4 REPLIES 4
Kurt_Bremser
Super User

If, while doing the change, you left some empty space marked up, EG will run only this "nothing".

Before every submit, make sure that the whole code is either marked or unmarked.

fja
Lapis Lazuli | Level 10 fja
Lapis Lazuli | Level 10

Hello!

How do you "run" the piece of code? Per flow or have you opened it and hit the "running man button" ?

... and the answer to your question would be no ... I haven't experienced any issues like that.

Cheers

 

edit: In the latter case (the running man button) please verfy  that you do not have any code selected. Only that piece of code would be run otherwise ... as Kurt has already suggested above.

Amir
PROC Star

Hi,

 

Does the log give any clues?

Do you have any unbalanced quotes?

Is there a missing semicolon?

Have you tried submitting a simple program, then editing it then running it again to see if that works, e.g. try running:

 

data want;
  set sashelp.class;
run;

followed by running:

data want2;
  set sashelp.class;
run;

 

If you're still having problems then try sharing both logs using the "</>" icon when posting.

 

 

Kind regards,

Amir.

SASKiwi
PROC Star

When did this behaviour start happening? Has your EG always been like this or was it working OK and then started to "misbehave"? Do other SAS users where you are have the same problem or is it just your PC? Is it just one program causing this issue or all programs?

hackathon24-white-horiz.png

2025 SAS Hackathon: There is still time!

Good news: We've extended SAS Hackathon registration until Sept. 12, so you still have time to be part of our biggest event yet – our five-year anniversary!

Register Now

Creating Custom Steps in SAS Studio

Check out this tutorial series to learn how to build your own steps in SAS Studio.

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
  • 4 replies
  • 1174 views
  • 1 like
  • 5 in conversation