What is SAS? is it a software just for use or we can creat
something over there?
Answers were Sorted based on User's Feedback
Answer / ankit
sas IS Statistical analysis system yes it is a software to create programing for analysis of raw data ... or report making purpose .
| Is This Answer Correct ? | 18 Yes | 0 No |
Answer / mahesh
sas IS Statistical analysis system yes it is a software to
create programing for analysis of raw data ... or report
making purpose .
| Is This Answer Correct ? | 4 Yes | 0 No |
Answer / vimal
SAS is the Statistical Analysis system and its a kind of Language that is used to analyse or create reports . its actually simple version to COBOL.
| Is This Answer Correct ? | 3 Yes | 1 No |
Answer / satish
SAS is a Software tool where we can apply data step/procedure to create analysis dataset from raw datasets.
It is one of the best tool to create reports , listing , graphical representation for the developed analysis datasets.
| Is This Answer Correct ? | 3 Yes | 2 No |
What is a macro routine?
Do you need to compute new variables? If so,should you do this before you execute the report-writing procedure?
Can you execute macro within another macro? If so, how would sas know where the current macro ended and the new one began? : sas-macro
How to display duplicate observations in data?
what is OLAP?
if you have 365 no of data set and each one having different variable from each other. how will you read by creating macros and create a single data set.
Code a PROC SORT on a data set containing State, District and County as the primary variables, along with several numeric variables?
Which command is used to save logs in the external file?
HOW DO WE CREATE A SAS STORED PROCESS IN SAS EG ?
What are the default statistics that proc means produce?
Explain translate function?
what is the use of proc sql? : Sas programming