how to assign a macro value to a variable?
Answer Posted / cool dude
Creating a Macro.
%Let a='City';
Assigning the macro value of a (which is 'City') to variable.
Data _null_;
b=&a;
put b= ;
run;
Is This Answer Correct ? | 0 Yes | 6 No |
Post New Answer View All Answers
is data integration and etl programming is same? : Sas-di
How can sas program be validated?
it will become easy if uuu provide website linkssss and list of consultanciessssss
Tell e how how dealt with..
what are the types of interactive display types? : Sas-bi
how does sas handle missing values in formats? : Sas programming
name several ways to achieve efficiency in your program? : Sas programming
Have you ever used the SAS Debugger?
sas implementing companies in pune implementing clinical projects if anyone knows plz send ans immediately
what is SAS OPTIMIZATION?
Explain how you can debug and test your SAS program?
What is the good sas programming practices for processing large data sets?
what is data integration? : Sas-di
How to convert a numeric variable to a character variable?
How do you control the number of observations and/or variables read or written? Approximately what date is represented by the SAS date value of 730?