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
please can you tell me that in companies sas work are doing by through sas coding or sas wizard ??
Are you sensitive to code walk-throughs peer review or QC review?
in the flow of data step processing, what is the first action in a typical data step? : Sas programming
Tell e how how dealt with..
Explain the difference between informat and format with an example.
Can you execute macro within another macro? : sas-macro
Difference between sum function and using “+” operator?
What is Linear Regression?
How can sas program be validated?
how will you location sas platform applications available from web browser? : Sas-bi
which date function advances a date, time or datetime value by a given interval? : Sas programming
What is run-group processing?
Describe what are the different levels of administrative users in sas? : sas-grid-administration
What is the sas data set? : sas-grid-administration
What is the difference between one to one merge and match merge? Give an example.