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 are the parameters of scan function?
What are Dashboard reports?And significance of these in analysis?
What are all the problems you faced while validating tables and reports?
0 Answers Accenture, Quintiles,
What is shift table? have you ever created shift that?
2 Answers Accenture, Clinical Research, Quintiles,
List out some key concept of SAS
how do you validate tables abd reports?
2 Answers Accenture, Quintiles,
Describe how you would pass data to macro.
where will go the observations that were deleted by delete statement?
data voter; input Age Party : $1. (Ques1-Ques4)($1. + 1); datalines; 23 D 1 1 2 2 45 R 5 5 4 1 67 D 2 4 3 3 39 R 4 4 4 4 19 D 2 1 2 1 75 D 3 3 2 3 57 R 4 3 4 4 ; Idont understand what the (Ques1-Ques4)($1. + 1) means. I have seen (Ques1-Ques4)(4*$1.), but what is (Ques1-Ques4)($1. + 1)? Appreciate all help Thanks
what is the usage for assigning error=1 in a dataset ?
for report generation which one you used proc report or data_null_?
3 Answers Accenture, Quintiles,
How would you code a merge that will write the matches of both to one data set, the non-matches from the left-most data set to a second data set, and the non-matches of the right-most data set to a third data set.