what is the usage for assigning error=1 in a dataset ?
Answers were Sorted based on User's Feedback
Answer / poonam
it means only one error of that type will be printed.
Is This Answer Correct ? | 2 Yes | 5 No |
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
i have a dataset with var1,var2,var3; i want to upload the titles for the variables . How can we?
WHAT IS DEBUGGING? HOW TO TEST THE DEBUGGING IN SAS?
What statement do you code to tell SAS that it is to write to an external file? What statement do you code to write the record to the file?
Name statements that are execution only?
What is PROC in SAS?
What report output formats can you generate using SAS?
i have one dataset data l; input name: $ 25; cards; manoj is a good boy to krishna krishna is a god boy to malli malli is good boy to ramana ques: here i want "manoj" observations nubers
what is broad cast agent? : Sas-bi
what is chi-square test? have you used that?
1 Answers Accenture, Quintiles,
Give some examples where proc report’s defaults are different than proc print’s defaults?
How do you use the do loop if you don’t know how many times you should execute the do loop?