where to use sas business intelligence? : Sas-bi
No Answer is Posted For this Question
Be the First to Post Answer
How do you read in the variables that you need?
Name and describe three SAS functions that you have used, if any?
How do handle working under pressure?
explain the main difference between the nodup and nodupkey options? : Sas-administrator
Could you please answers for this. 1.Code the tables statement for a single-level (most common) frequency. 2.Code the tables statement to produce a multi-level frequency.
Can you calculate the mean, median and mode of the following data set using data step logic? Don't use any function or procedure. data a; input age @@; datalines; 22 32 32 32 43 23 24 56 45 54 28 29 27 26 25 28 30 20 18 37 36 47 46 56 19 20 ; run; I have calculated the mean which i have posted in the answer section.
Can you explain the process of calendar?
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?
How does proc sql work?
AE datasets names? how many types?
Name few SAS functions?
Can we replace a dataset into view?