how to assign a macro value to a variable?
Answer Posted / saritha
%let variable=value;
like
%let city='hyd';
| Is This Answer Correct ? | 2 Yes | 7 No |
Post New Answer View All Answers
If you have a dataset that contains 100 variables, but you need only five of those, what is the code to force SAS to use only those variables?
what is hierarchy flattening? : Sas-di
What are the limitations for memory allocation for SAS variables
Explain translate function?
what are some problems you might encounter in processing missing values? In data steps? Arithmetic? Comparisons? Functions? Classifying data? : Sas programming
How to limit decimal places for variable using proc means?
What is connection profile? : sas-grid-administration
Name some categories in sas 9? : sas-grid-administration
which features do you use to check the data validations and errors? : Sas-administrator
What are symget and symput? : sas-macro
What is the work of tranwrd function?
What is run-group processing?
Mention what is SAS data set?
explain the function of substr in sas? : Sas-administrator
Explain proc univariate?