what is sas application server, database server, sas olap server and sas metadata server? : Sas-di
No Answer is Posted For this Question
Be the First to Post Answer
What data sets do you need to produce the report?
What is program data vector (pdv) and what are its functions?
In sas admin differentiate between roles and capabilities? : sas-grid-administration
explain the difference between proc means and proc summary?
in ods is there any lib's
how to shift the rows to cols? eg: i have like field1 field2 field3 10 20 20 this should be displayed as field1 10 field2 20 field3 30 (without the obs col) how do this?can i use transpose or tell me suitable way to do this?
how can u extract,transform and loading?
what is business intelligence? : Sas-bi
Briefly explain input and put function?
Hi, I have one dataset like id date ex: id date 1 13 1 13Oct2011 2 14 2 14Oct2011 3 15 3 15Oct2011 --->this is the current date here i want date format like 13Oct2011,14Oct2011 how we can modify the numeric to date format plz answer.
What is the basic structure of a sas program?
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.