how we can call macros with in data step?
Answer Posted / payal
Use callsymput in data step.
EX:
Data _null_;
set group;
call symput('_grpname',group name);
run;
| Is This Answer Correct ? | 2 Yes | 8 No |
Post New Answer View All Answers
How is character variable converted into numeric variable and vice versa?
In sas admin differentiate between roles and capabilities? : sas-grid-administration
Describe crosslist option in tables statement?
Can you execute a macro within a macro? Describe. : sas-macro
How do you connect the desktop application to metadata server? : sas-grid-administration
Explain the use of proc print and proc contents?
What are the ways in which macro variables can be created in sas programming?
What are the uses of sas?
What do you know about sas and what we do? : sas-grid-administration
If you need the value of a variable rather than the variable itself what would you use to load the value to a macro variable? : sas-macro
Explain what is SAS informats?
Name types of category in which SAS Informats are placed?
To what type of programms have you used scratch macros?
State the difference between INFORMAT and FORMAT ?
What are the default statistics that proc means produce?