what is sas? is a package or tool? give me introduction
about sas?
Answer Posted / pnprasad
SAS: Statistical Analysis Software, Statistical Analysis
System. It is basically 80% GUI 20% Non-GUI, means only 20%
program is required to do the tasks. Tasks like statistical
analysis used in various areas like mainly Clinical
studies,pharma, banking, finance etc.
| Is This Answer Correct ? | 3 Yes | 2 No |
Post New Answer View All Answers
What do the sas log messages “numeric values have been converted to character” mean? What are the implications?
what is the different between functions and procs that calculate the same simple descriptive statistics? : Sas programming
What is substr function?
which date function advances a date, time or datetime value by a given interval? : Sas programming
How to create an external dataset with sas code?
how would you determine the number of missing or nonmissing values in computations? : Sas programming
How does SAS handle missing values in: assignment statements, functions, a merge, an update, sort order, formats, PROCs?
What are the special input delimiters used in SAS?
how would you create a data set with 1 observation and 30 variables from a data set with 30 observations and 1 variable? : Sas programming
Give some ways by which you can define the variables to produce the summary report (using proc report)?
What is slibref?
what are the types of interactive display types? : Sas-bi
Describe the function and untility of the most difficult SAS macro that you have written.
What is the difference between SAS functions and procedures?
How long can a macro variable be? A token? : sas-macro