Tell e how how dealt with..
No Answer is Posted For this Question
Be the First to Post Answer
How the date 04oct1994 is stored in SAS,not only give the answer explain in brief?
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
Name statements that are recognized at compile time only?
How will you react when, while consulting a SAS documentation manual to get an answer to a problem, someone says hey, I thought you were supposed to know all that stuff already, and not have to look it up in a book?
How would you code a merge that will keep only the observations that have matches from both sets.
5 Answers Accenture, Bank Of America,
Name statements that function at both compile and execution time.
Give e an example of..
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;
Does anybody has lastest SAS certification dumps,if anybody has please mail me at akshara_SAS@ymail.com Thanks Akshara
Name statements that are execution only?
How do you debug and test your SAS programs?
what is Global Symbol table and Local symbol table?