Differences between where and if statement?
No Answer is Posted For this Question
Be the First to Post Answer
How would you determine how far down on a page you have printed in order to print out footnotes?
What is the Program Data Vector (PDV) and What are its functions?
what is sas? is a package or tool? give me introduction about sas?
what is the difference between sas and other datawarehousing languages?what are the advantages of sas over them?
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”,…..
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 do you know about sas data set?
What are the Aggregate functions in SQL ?
what are some problems you might encounter in processing missing values? In data steps? Arithmetic? Comparisons? Functions? Classifying data? : Sas programming
Can you execute a macro within a macro? Describe. : sas-macro
what is treatment emergent events and treatment emregent adverse event
How do you debug and test your SAS programs?