Answer Posted / srimaheshbabu
Macro is a tool.By using macros we can do the
customize,reduce and extent
minimum amount of text.
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
how we can create a FLAG datasets? Ex:-ID age_group no_persons 1 to 10 10 to 20 3 11 to 20 21 to 30 7 21 to 3o 31 to 40 5
how could you generate test data with no input data? : Sas programming
What is the use of function Proc summary?
Difference between nodup and nodupkey options?
what is change analysis in sas di ? : Sas-di
Give some examples where proc report’s defaults are same as proc print’s defaults?
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
what is sas and what are the functions? : Sas-administrator
What is the difference between match merge and one to one merge?
what is data governance? : Sas-di
Do we follow ADAM in analysis dataset development?How? Usually which version? Why is it necessary?
What is the use of stop statement?
How can I remove header from output data set?
What is a method for assigning first.VAR and last.VAR to the BY group variable on unsorted data?
How to import multiple xls files into sas. Out of those files, how to get different values from a single variable and how to find number of rows per value type? We can do this using group by for one xls file with proc sql. Was wondering how I can achieve this for multiple files at the same time. Any ideas?