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
What does the trace option do?
what are the scrubbing procedures in sas? : Sas programming
Explain the purpose of substr functions in sas programming.
explain what is factor analysis? : Sas-administrator
in the flow of data step processing, what is the first action in a typical data step? : Sas programming
how can you import .csv file in to sas? : Sas programming
How to test the debugging in sas?
How we can call macros with in data step? : sas-macro
Have you used macros? For what purpose you have used? : sas-macro
Which statement does not perform automatic conversions in comparisons?
What are the difficulties u faced while doing vital signs table or dataset?
Do you need to know if there are any missing values?
what are some problems you might encounter in processing missing values? In data steps? Arithmetic? Comparisons? Functions? Classifying data? : Sas programming
how will you locate the sas platform applications? : Sas-bi
If you use a symput in a data step, when and where can you use the macro variable? : sas-macro