Difference between nodup and nodupkey options?
No Answer is Posted For this Question
Be the First to Post Answer
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
Intern stastical programmer written test
How to sort in descending order?
what is the difference between proc means and proc summary?
What happens in the following code, if u type 8 instead of *? proc sql noprint; create table abc as select 8 from lib.abc; quit;
Can Some one Explain How the Datasets from SAS can be loaded in to the MVS OS?
You need to create an In List that it is to be later used in a Where Clause that includes all the Regions that begin with the letter A from the sashelp.shoes table. Using PROC SQL with an into clause create the following string from the sashelp.shoes table using the variable region “AFRICA”,”ASIA”,…..
How long can a macro variable be? A token? : sas-macro
% let A=3+4 what is result
please can you tell me that in companies sas work are doing by through sas coding or sas wizard ??
How to limit decimal places for the variable using proc means?
What is LOGICAL VARIABLES in SAS.And how it can be used..Can anyone support..???