One way of creating a new variable in Macros is by %
Let....What is the other way..?
Answer Posted / aruna
Use Callsymput(<variable>, <Value>) for version lessthan
SAS9
Use Callsymputx(<variable>, <Value>) for SAS9
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What does PROC print, and PROC contents do?
Explain proc univariate?
how sas deals with business intelligence? : Sas-bi
What is the difference between where and if statement?
name the scheduler for scheduling job and explain the scheduler? : Sas-di
What is the difference between class statement and by statement in proc means?
which date functions advances a date time or date/time value by a given interval? : Sas programming
what is factor analysis? : Sas-administrator
How can you create a macro variable with in data step? : sas-macro
Mention the validation tools used in SAS?
what are some problems you might encounter in processing missing values? In data steps? Arithmetic? Comparisons? Functions? Classifying data? : Sas programming
What is the function of Stop statement in a SAS Program?
How do you use the do loop if you don’t know how many times you should execute the do loop?
Do you need to rearrange the order of the data for the report?
What are the functions used for character handling?