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
which date function advances a date, time or datetime value by a given interval? : Sas programming
which features do you use to check the data validations and errors? : Sas-administrator
what is the one statement to set the criteria of data that can be coded in any step? : Sas programming
it will become easy if uuu provide website linkssss and list of consultanciessssss
Which statement does not perform automatic conversions in comparisons?
Describe the function and untility of the most difficult SAS macro that you have written.
describe the interaction table in sas di? : Sas-di
To what type of programms have you used scratch macros?
In ARRAY processing, what does the DIM function do?
Assuming {et} is randomly drawn from N(0,1) and e0 = 0, generate 200 observations of xt = et − 0.5e(t−1) and draw a line graph of xt.
what is sas application server? : Sas-di
Did you used proc test? when?
Tell me about % include and % eval? : sas-macro
How will you use the WHO Drug Dictionary for Reporting Clinical Trials?
How to test the debugging in sas?