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
Name and describe few sas character functions that are used for data cleaning in brief.
What is a method for assigning first.VAR and last.VAR to the BY group variable on unsorted data?
what techniques and/or procs do you use for tables? : Sas programming
what do the sas log messages "numeric values have been converted to character" mean? : Sas programming
what is function of retain statment
How many ways to overcome a missing values???
what is slowly changing dimension? : Sas-di
Do you know the features of sas?
For what purposes have you used sas macros? : sas-macro
What are the 3 components in sas programming?
Explain substr function?
What is factor analysis?
Describe the ways in which you can create macro variables? : sas-macro
What are common programming errors committed in sas
What is program data vector (pdv) and what are its functions?