wat is sas? is a package or programming language?
Answers were Sorted based on User's Feedback
Answer / balamurugan.s
SAS stands for Statistical Analytic System. It is a Software
Package and an independent programming Language.
| Is This Answer Correct ? | 4 Yes | 0 No |
SAS is an analysis software which independent.
Sas is package (or) collection of tools which is a domain
based softwares.
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / aditya.m
SAS is is a package, as well as programming language which
is used to analysis.this is flatform indepandent.
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / vin
SAS is a tool which is built using JAVA as the programming
language.
| Is This Answer Correct ? | 2 Yes | 3 No |
what is the difference between compiler and interpreter? give any one example (software product) that act as a interpreter?
36 Answers Accenture, College School Exams Tests, CTS, IBM, IHRD, Infosys, Sylhet Engineering College, TCS, Wipro,
how to assign a macro value to a variable?
What commands are used in the case of including or excluding any specific variables in the data set?
How do you add a number to a macro variable?
DATA ABC; INPUT TDATE DATE9. AVG; CARDS; 18APR2008 150.00 19APR2008 167.00 20APR2008 123.00 21APR2008 145.00 ; RUN HOW CAN I FIND THE DIFFERENCE BETWEEN AVG OF 18APR2008 ANF 21APR2008?? IF ANY ONE GETS IT PLS TRY TO POST IT.
8 Answers Verinon Technology Solutions,
How could you generate test data with no input data?
if x=round(26.3,10)-1 then x= how much and how explain?
what is SAS/Graph?
What do you feel about hardcoding?
in data set200 observation how to take 110,150,170 using sql procedure?
In a shcool there are 1000 students. After completion of every test in 6 subjects , each subject teacher submit the marks of every student at different times and loaded in the database commonly. How will you seperate the top two subject marks for each each studet using SAS?
Where do the database management systems store data and how do u import them.