SOURCE is on by default (SOURCE2 is not).
options nosource;
is used the suppress the writing of code to the log,
options source;
turns it back on.
Enterprise Guide (e.g.) does this for part of the code it sends before every execution.
These are system options that provide some additional control over what gets written to the log.
Source says to show submitted code in the log.
Source2 typically is set to show code that runs from an %include file
Maxim1: Read the Documentation.
Thanks for the response.
I couldn't understand source. Why do we use it if this option doesn't write to SAS Log?
Regards,
blueblue
SOURCE is on by default (SOURCE2 is not).
options nosource;
is used the suppress the writing of code to the log,
options source;
turns it back on.
Enterprise Guide (e.g.) does this for part of the code it sends before every execution.
Learn how use the CAT functions in SAS to join values from multiple variables into a single value.
Find more tutorials on the SAS Users YouTube channel.
Ready to level-up your skills? Choose your own adventure.