How do dates work in sas?
No Answer is Posted For this Question
Be the First to Post Answer
Name statements that function at both compile and execution time.
what do the mod and int function do? What do the pad and dim functions do? : Sas programming
what is the need of INDEX in datasets?
what is the use of catalog?
How is character variable converted into numeric variable and vice versa?
How would you remove a format that has been permanently associated with a variables?
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
What do the put and input function do?
What are the five ways to do a table lookup in sas? : sas-grid-administration
The below code we are using for creating more than one macro variables in proc sql using into clause. How we can use same code to create macro variables vara, varb, varc instead of var1, var2, var3.? proc sql noprint; select count(distinct(patient)) into :var1 - :var3 from dataset1 group by trtreg1c ; quit;
it will become easy if uuu provide website linkssss and list of consultanciessssss
What is _n_?