how to assign a macro value to a variable?
Answer Posted / manna
data x;
%let a=01jan1960;
b=symget("a");
run;
IT IS Tested
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Mention common programming errors committed in sas ?
what is snowflake schema? : Sas-di
what are the categories that sas informats are used to the place the data? : Sas-administrator
What are the table names in oracle database...?
what is sas and what are the functions? : Sas-administrator
Difference between nodup and nodupkey options?
what cause the "error: connect:" and "error in the libname statement" when there weren't any such problems?
Explain what Proc glm does?
What is data _null_?
Hi, Does anybody has lastest SAS certification(base, adv., clinical)dumps,if anybody has please email me at mailtorajani76@gmail.com. Thanks
How will you use the WHO Drug Dictionary for Reporting Clinical Trials?
hi here is a problem can anybody solve this? i want to report the data through third party file. by using data _null_ or proc report or macro automation process. but i want to insert the 'titles and footnotes' in between the data and also starting of 2nd and ending of 2nd and starting of 3rd and ending of the 3rd page. tell me how and write the code?
How would you define the end of a macro?
what is the difference between infile and input? : Sas-administrator
What are symget and symput? : sas-macro