Hi , which book should i refer to for preaparing SAS statistical Exam. Searched a lot on books but still did n't find relevant books
Answers were Sorted based on User's Feedback
Answer / nishunk saxena
try SAS by examples by Ron Cody
Little SAS book
there are many others but these are sufficient
| Is This Answer Correct ? | 1 Yes | 1 No |
Answer / rg
There are some free tutorials provided by SAS institute. You can use them. Statistics 1 is one of them. The link is https://support.sas.com/edu/schedules.html?ctry=us&id=1979
Its free. It is the first part for the statistical certification.
| Is This Answer Correct ? | 0 Yes | 0 No |
One way of creating a new variable in Macros is by % Let....What is the other way..?
What is the difference between informat and format statement?
What are the differences between sum function and using “+” operator?
why is a stop statement needed for the point=option on a set statement? : Sas programming
what is snowflake schema? : Sas-di
what is a post baseline?
Describe 5 ways to do a “table lookup” in SAS?
How do I CREATE an external dataset with sas code? I would like to create within a sascode a non-exsistent textfile on the host. So I am not forced to create the file befor filling it.
Difference b/n proc means and proc summary procedures?
What are the data types in sas?
How do you use the do loop if you don’t know how many times you should execute the do loop?
Which command is used to perform sorting in sas program?