how to assign a macro value to a variable?
Answer Posted / manna
data x;
%let a=01jan1960;
b=symget("a");
run;
IT IS Tested
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
how could you generate test data with no input data? : Sas programming
what is data integration? : Sas-di
What is the purpose of trailing @ and @@? How do you use them?
Explain the purpose of retain statement.
what is a method for assigning first.var and last.var to the by groupvariable on unsorted data? : Sas programming
what is sas metadata repository? : Sas-bi
Give e an example of..
What function CATX syntax does?
How to specify variables to be processed by the freq procedure?
Given an unsorted data set, how to read the last observation to a new data set?
Mention the validation tools used in SAS?
What is the difference between %local and %global? : sas-macro
Do you need to rearrange the order of the data for the report?
What are the five ways to do a table lookup in sas? : sas-grid-administration
what is SAS OPTIMIZATION?