BookmarkSubscribeRSS Feed
bignate1030
Fluorite | Level 6

I have a table that looks like:

 

Event                 Table

---------------------------------

Event_A            Table_A

Event_B            Table_B

 

the 'table' column refers to another table that I need to load so I would like to save the first value under table (Table_A) into a macro variable for further use. (The values under 'Table' are dependent on filtered values from earlier in my program, thus they always change so I can't just hard code the value) 

2 REPLIES 2
ScottBass
Rhodochrosite | Level 12

call symputx


Please post your question as a self-contained data step in the form of "have" (source) and "want" (desired results).
I won't contribute to your post if I can't cut-and-paste your syntactically correct code into SAS.
andreas_lds
Jade | Level 19
What do you mean by "further use" if you process the tables using macros, you could use call execute to execute such a macro and pass the value of "Table" as parameter.

SAS Innovate 2025: Save the Date

 SAS Innovate 2025 is scheduled for May 6-9 in Orlando, FL. Sign up to be first to learn about the agenda and registration!

Save the date!

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
  • 2 replies
  • 566 views
  • 0 likes
  • 3 in conversation