- Mark as New
- Bookmark
- Subscribe
- Mute
- RSS Feed
- Permalink
- Report Inappropriate Content
hello,
I have found the following, however when I am pasting it to SAS Studio, it considers it as comment. Pls advise.
*';*";*/;run;
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- RSS Feed
- Permalink
- Report Inappropriate Content
@PaigeMiller , by default SAS Studio already runs that code. All it's doing is ending anything you might miss in your code so SAS doesn't get stuck running. I call it "Saving you from yourself". Can I ask, why are you trying to use it?
To see that it's already running in the background you can do the following:
1. Go to More application options at the top of SAS Studio and select Preferences
2. Select Code and Log in the options pane, then add a check to Show generated code in the SAS log.
3. Then run any program and view the log. That'll show that it's already running at the end of your code by default. Again, saving you from yourself.
Honestly, don't worry about it when using SAS Studio. Also no need to type that string yourself.
After that go back to the options and uncheck that box. No need to see that code. All it does is add unnecessary text to your log.
- Peter
- Mark as New
- Bookmark
- Subscribe
- Mute
- RSS Feed
- Permalink
- Report Inappropriate Content
What do you want to do with this?
- Mark as New
- Bookmark
- Subscribe
- Mute
- RSS Feed
- Permalink
- Report Inappropriate Content
when I fogot to put semicolon at the end of procedure, SAS needs magic string to reset. Do you how to do it?
- Mark as New
- Bookmark
- Subscribe
- Mute
- RSS Feed
- Permalink
- Report Inappropriate Content
As I have used the "magic string", it looks like this:
%mend;
;*';*";*/;quit;run;
Paige Miller
- Mark as New
- Bookmark
- Subscribe
- Mute
- RSS Feed
- Permalink
- Report Inappropriate Content
@PaigeMiller , by default SAS Studio already runs that code. All it's doing is ending anything you might miss in your code so SAS doesn't get stuck running. I call it "Saving you from yourself". Can I ask, why are you trying to use it?
To see that it's already running in the background you can do the following:
1. Go to More application options at the top of SAS Studio and select Preferences
2. Select Code and Log in the options pane, then add a check to Show generated code in the SAS log.
3. Then run any program and view the log. That'll show that it's already running at the end of your code by default. Again, saving you from yourself.
Honestly, don't worry about it when using SAS Studio. Also no need to type that string yourself.
After that go back to the options and uncheck that box. No need to see that code. All it does is add unnecessary text to your log.
- Peter
- Mark as New
- Bookmark
- Subscribe
- Mute
- RSS Feed
- Permalink
- Report Inappropriate Content
@Panagiotis wrote:
@PaigeMiller , by default SAS Studio already runs that code. All it's doing is ending anything you might miss in your code so SAS doesn't get stuck running. I call it "Saving you from yourself". Can I ask, why are you trying to use it?
I am not using SAS Studio, I am using Base SAS.
Paige Miller
- Mark as New
- Bookmark
- Subscribe
- Mute
- RSS Feed
- Permalink
- Report Inappropriate Content
Hi @PaigeMiller ,
In your first post you mention SAS Studio
hello,
I have found the following, however when I am pasting it to SAS Studio, it considers it as comment. Pls advise.
Do you mind inserting a quick image of where you are using SAS for confirmation?
- Peter
- Mark as New
- Bookmark
- Subscribe
- Mute
- RSS Feed
- Permalink
- Report Inappropriate Content
@Panagiotis wrote:
Hi @PaigeMiller ,
In your first post you mention SAS Studio
I did not. Someone else mentioned SAS Studio.
Paige Miller
- Mark as New
- Bookmark
- Subscribe
- Mute
- RSS Feed
- Permalink
- Report Inappropriate Content
- Mark as New
- Bookmark
- Subscribe
- Mute
- RSS Feed
- Permalink
- Report Inappropriate Content