SAS using companies in chennai
If reading a variable length file with fixed input, how would you prevent SAS from reading the next record if the last variable didn’t have a value?
What is the difference between Regression and Logistic Regression? Can u explain the Assumptions/Conditions?
what is difference in window SAS & Unix SAS.....how do define working environment in both???
explain the main difference between the nodup and nodupkey options? : Sas-administrator
how can you put a "trace" in your program? : Sas programming
Does anybody has SAS Platform Administration certification dumps. pls send to hariithepalli@gmail.com
How would you define the end of a macro? : sas-macro
Give some ways by which you can define the variables to produce the summary report (using proc report)?
what is the usage for assigning error=1 in a dataset ?
How would you code a merge that will keep only the observations that have matches from both sets.
5 Answers Accenture, Bank Of America,
if i having variables named a b c d e f ,how to find total of each variable ????give syntax...??
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