One way of creating a new variable in Macros is by %
Let....What is the other way..?
Answer Posted / xxx
%Global;
%Local;
%let;
call symput in datastep;
into clause in proc sql;
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
how can you import .csv file in to sas? : Sas programming
Which function is used to count the number of intervals between two sas dates?
explain the use of % includes a statement in sas? : Sas-administrator
What is data _null_?
why is a stop statement needed for the point=option on a set statement? : Sas programming
explain about various caches available in data integrator? : Sas-di
how does sas handle missing values in: assignment statements, functions, a merge, an update, sort order, formats, procs? : Sas programming
What are the parameters of scan function?
explain about sas business intelligence? : Sas-bi
what is ae onset date n what is RDS
Mention the difference between ceil and floor functions in sas?
Do you need to know if there are any missing values?
Of all your work, where have you been the most successful?
Describe the function and utility of the most difficult SAS macro that you have written?
What is the difference between %local and %global? : sas-macro