You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
You can submit SAS code by few ways from Python IDE/Jupyter Notebook etc..
1- saspy.SASsession.submit ("Code goes here")
2- Notebook magic %%SAS
3- Also consider this simple function-- I called it do function:
Examples:
1- The following code will display the SAS log then the SAS output result
2- The following code will display the SAS output result only (log is set to False)
Please share some good-silly tips of how you make your work easier :)
Beta Was this translation helpful? Give feedback.
All reactions