How we will Developing new reports Using Data step
programming and Macros ?
Answer Posted / s.sudarshanreddy
file print _ods_;
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
what is the primary data source for the wrs? : Sas-bi
what are sas bi dashboard components? : Sas-bi
How to create a permanent sas data set?
Describe a time when you were really stuck on a problem and how you solved it?
What is the difference between class statement and by statement in proc means?
What is the use of function Proc summary?
how can you import .csv file in to sas? : Sas programming
Describe a time when you were really stuck on a problem and how you solved it?
I need level 2 to 5 sas using companies in india
what are all the reports you generated in your recent project?
Given an unsorted data set, how to read the last observation to a new data set?
What is the different between functions and PROCs that calculate the same simple descriptive statistics?
what is the difference between: x=a+b+c+d; and x=sum (of a, b, c ,d);? : Sas programming
what is the different between functions and procs that calculate the same simple descriptive statistics? : Sas programming
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?