how to assign a macro value to a variable?
Answer Posted / sr
to assign macro value means it already created then
variable=symget(macro var);
variable will get value of that macro variable
| Is This Answer Correct ? | 3 Yes | 1 No |
Post New Answer View All Answers
what do the sas log messages "numeric values have been converted to character" mean? What are the implications? : Sas programming
What are symget and symput? : sas-macro
How will you react when, while consulting a SAS documentation manual to get an answer to a problem, someone says hey, I thought you were supposed to know all that stuff already, and not have to look it up in a book?
Differentiate between proc means and proc summary.
how does sas handle missing values in procs? : Sas programming
What is the role of administrative users? : sas-grid-administration
What are the default statistics for means procedure?
If you were told to create many records from one record, show how you would do this using array and with proc transpose?
What is the difference between the proc sql and data step?
What are the parameters of scan function?
How do dates work in SAS data?
Give e an example of..
Will it bother you if the guy at the next desk times the frequency and duration of your bathroom or coffee breaks on the grounds that ?you are getting paid twice as much as he is??
Give some examples where proc report’s defaults are same as proc print’s defaults?
What are common programming errors committed in sas