How do you delete duplicate observations in sas?
No Answer is Posted For this Question
Be the First to Post Answer
when we are using the PROC TRANSPOSE? OBSERVATIONS are repeated then what will happen and what it will show in log window.
I need level 2 to 5 sas using companies in india
Do you prefer Proc Report or Proc Tabulate? Why?
Below is the table. Required to be output should be the highest number of each student_id. Example. Student_id Subject Marks 1 Hindi 86 2 Hindi 70 3 English 80 . Calculate sum and average marks for each group of student_id Example. Student_id Subject Marks Total Marks Average 1 English 40 181 60.33333 2 English 67 196 65.33333 3 English 80 160 53.33333 PLEASE PROVIDE THE CODE OF ABOVE PROBLEMS
Give an example where SAS fails to convert character value to numeric value automatically?
what is SAS ACCESS AND SAS CONNECT ? Give an example and data statements used.
What are the five ways to do a table lookup in sas? : sas-grid-administration
how do u identify a macro variable
For what purpose(s) would use the RETURN statement?
what is the use of sas management console? : Sas-di
How do you read in the variables that you need?
If reading an external file to produce an external file, what is the shortcut to write that record without coding every single variable on the record?