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 the difference between match merge and one to one merge?
Briefly explain input and put function?
Hi, I need to create a SAS Map of USA using SAS Graphs(Proc Gmap).The data i have dosent contain any co-ordinates of USA cities or counties or states, and the zip codes are diffrent in the data i have from the zip code in the Maps.US dataset in the Maps Library for SAS MAPS. the data i have is a sales report. i have to generate the maps according to the states,cities aligned in the sales data, HELP Appriciated
how many data types in sas? : Sas-administrator
What is the use of %include statement?
what techniques and/or procs do you use for tables? : Sas programming
i have a dataset with 100000 records. i want 100 records from that dataset and create a dataset.we need to pick the observations random order like 100obs,500obs,1020obs,1890obs,2565obs like that i need 100 obs in random order? how can we create this one?
% let A=3+4 what is result
How would you create multiple observations from a single observation?
Difference Between Scan and Substr
How to sort in descending order?
if reading an external file to produce an external file, what is the shortcut to write that record without coding every single variable on the record