Variables declared by %global ... Are they accessible by other users' sessions? Or only sessions for the user who declared it global?
Only for the session where the %GLOBAL statement is run, not any other. The only exception to this are SAS system automatic macro variables which you can see by printing them. User global macro variables defined in the session are added as well:
%put _global_;
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.