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
What do the mod and int function do? : Sas programming
Hi, Does anybody has lastest SAS certification(base, adv., clinical)dumps,if anybody has please email me at mailtorajani76@gmail.com. Thanks
Mention what are the data types does SAS contain?
What are the data types in sas?
What is the use of PROC gplot?
Briefly explain input and put function?
In sas, what are the areas that you are most interested in? : sas-grid-administration
what is sas enterprise intelligence architecture? : Sas-bi
how are numeric and character missing values represented internally? : Sas programming
What is interleaving in SAS?
if you were told to create many records from one record, show how you would do this using array and with proc transpose? : Sas programming
How can you limit the variables written to output dataset in data step?
What are the statements in proc sql?
which date function advances a date, time or datetime value by a given interval? : Sas programming
what are the softwares and applications that are used most frequently used by sas bi applications developers? : Sas-bi