WHAT IS SAS WEB SERVICE and what are the steps to create
an xml service ?
No Answer is Posted For this Question
Be the First to Post Answer
Are the preferred term counts are always equal to Body system counts? If so, Why are they equal if not why they are not equal?
what are the considerations when picking a SAS/STAT procedure?
0 Answers Accenture, Quintiles,
What is the size of PDV?
What Proc glm does?
If you have a data set that contains 100 variables, but you need only five of those, what is the code to force SAS to use only those variable?
what is the one statement to set the criteria of data that can be coded in any step? : Sas programming
How can you put a "trace" in your program?
Do you need to combine data sets? How should you combine data sets– MERGE or SET statements in DATA steps,PROC APPEND,PROC SQL?
data jagan1.s; input bp$; cards; 100/90 120/89 112/87 run; in the above code how to convert character data values to numeric data values?
how many types of MERGE?
who is the best SAS clinical Trainer in Hyderabad?
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