Enlist the functions performed by sas.
No Answer is Posted For this Question
Be the First to Post Answer
How many missing values are available? When might you use them?
What are the data types in sas?
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 other SAS features do you use for error trapping and data validation?
how to remove duplicates using proc sql?
what is sas application server, database server, sas olap server and sas metadata server? : Sas-di
how to perform paired t-test using Base/SAS & SAS/Stat?
what is scheduling and how will u implement it. In scheduling 5 jobs r running if there is an error occured at 3rd job and how will u check and waht necessary steps will u take not to repeat the same mistake
What do you feel about hardcoding?
Mention what is SAS data set?
What is the difference between SAS Data step and SAS PROC SQL, and which is better?
How to display duplicate observations in data?