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

CFC_SAS_Communities_400x225.jpgCFC_SAS_Communities_400x225.jpg

Call for content now open!

It's your turn to help shape SAS Innovate 2027. Share your expertise and inspire the SAS community.

Submit your proposal →

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
  • 1437 views
  • 1 like
  • 2 in conversation