How can sas program be validated?
No Answer is Posted For this Question
Be the First to Post Answer
How do you generate random samples?
code the tables statement for a single level frequency?
Do you need to combine data sets? How should you combine data sets– MERGE or SET statements in DATA steps,PROC APPEND,PROC SQL?
what is cummaltive frequency,and varience in proc unviarte
why is sas considered self-documenting? : Sas programming
How do you add a prefix to some or all variables in a dataset using a SAS macro?
How would you include common or reuse code to be processed along with your statements?
What is SAS? is it a software just for use or we can creat something over there?
What statement do you code to tell SAS that it is to write to an external file?
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;
How would you remove a format that has been permanently associated with a variables?
Can anyone help to find a statement to get all the predefined formats?
3 Answers Verinon Technology Solutions,