BookmarkSubscribeRSS Feed
☑ This topic is solved. Need further help from the community? Please sign in and ask a new question.
GN0001
Barite | Level 11

Hello all,

Can someone please explain what does -1 mean in symputx?

respectfully,

BittenApple

Blue Blue
1 ACCEPTED SOLUTION

Accepted Solutions
PaigeMiller
Diamond | Level 26

This assigns the string -1 to the macro variable &THIS.

 

data _null_;
    call symputx("THIS",-1);
run;

%put &=this;

 

--
Paige Miller

View solution in original post

1 REPLY 1
PaigeMiller
Diamond | Level 26

This assigns the string -1 to the macro variable &THIS.

 

data _null_;
    call symputx("THIS",-1);
run;

%put &=this;

 

--
Paige Miller
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
  • 580 views
  • 1 like
  • 2 in conversation