BookmarkSubscribeRSS Feed
jarapoch
Obsidian | Level 7

If I'm running on a SAS GRID and I have 3 active sessions, is there a way or a macro to delete a macro variable in all the session?

 

I mean, if I have this code in my program:

 

%let myMacrVar=1;

 

signon sess1;

rsubmit sess1 wait=n;

       %symdel myMacrVar;  *delete macro variable in sess1;

........

endrsubmit;

 

I want something that delete myMacrVar in parent session too. Does it exist?

 

Thank you in advance!!

1 REPLY 1

hackathon24-white-horiz.png

The 2025 SAS Hackathon has begun!

It's finally time to hack! Remember to visit the SAS Hacker's Hub regularly for news and updates.

Latest Updates

How to Concatenate Values

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.

SAS Training: Just a Click Away

 Ready to level-up your skills? Choose your own adventure.

Browse our catalog!

Discussion stats
  • 1 reply
  • 738 views
  • 1 like
  • 2 in conversation