Hi
I need to get the 'Operating System' or the machine where my SAS server is running.
I can get this information from the PROC SETINIT; RUN; command (e.g. Operating System: LIN X64). My questions:
Thanks in advance for your support.
Bye. Lorenzo
http://support.sas.com/documentation/cdl/en/mcrolref/61885/HTML/default/viewer.htm#z3514sysscp.htm
Most are automatic macro variables. See the documentation.
Run: %put _AUTOMATIC_; to see all the macro variables that you could consider using.
Hi to all who replied my question
Thank you very much for your very quick support.
The provided information solved my problem.
Have a nice day. Lorenzo
It's finally time to hack! Remember to visit the SAS Hacker's Hub regularly for news and updates.
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.