What does proc print, and proc contents are used for?
No Answer is Posted For this Question
Be the First to Post Answer
Identify statements whose placement in the DATA step is critical?
How to read an input file in sas?
if you were told to create many records from one record, show how you would do this using array and with proc transpose? : Sas programming
What are the parameters of scan function?
wat has been most common programming mistake?
Can you execute a macro within a macro? Describe. : sas-macro
you have a data set like this. data qqq; input name $ total; cards; qq 22 ww 33 qq 22 ee 44 rr 33 ww 44 ; run; and you want output like this......... name total qq 22 ww 44 Do it by data set step.
What do you understand by the term Normal Distribution?
Describe a time when you were really stuck on a problem and how you solved it?
Name statements that function at both compile and execution time.
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
what is factor analysis? : Sas-administrator