what are some differences between proc summary and proc means? : Sas programming
Code a PROC SORT on a data set containing State, District and County as the primary variables, along with several numeric variables.
In SAS how to read the variable values having different formats. eg:mar99,mar1999 (in a single variable)
8 Answers GSK GlaxoSmithKline,
what versions of sas have you used (on which platforms)? : Sas programming
What are the 3 components in sas programming?
Explain how merging helps to combine data sets.
What is a put statement?
what has been your most common programming mistake? : Sas programming
What are the limitations for memory allocation for SAS variables
how to generate report for 0 observation dataset?
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?
What data sets do you need to produce the report?
What is the difference between %local and %global?