what are the categories that sas informats are used to the place the data? : Sas-administrator
No Answer is Posted For this Question
Be the First to Post Answer
How do you define proc in sas? : sas-grid-administration
Name and describe few sas character functions that are used for data cleaning in brief.
What has been your most common programming mistake?
what r the job openings SAS for fresher graduates !
What is criteria for adverse events and treatment-emergent adverse events?
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
How to import multiple xls files into sas. Out of those files, how to get different values from a single variable and how to find number of rows per value type? We can do this using group by for one xls file with proc sql. Was wondering how I can achieve this for multiple files at the same time. Any ideas?
what is data access? : Sas-di
what is difference in window SAS & Unix SAS.....how do define working environment in both???
What are the automatic variables for macro? : sas-macro
what is the difference between x=substr(name,1,2); and substr(name,1,2)='x';
Name statements that function at both compile and execution time.