Mention the validation tools used in SAS?
No Answer is Posted For this Question
Be the First to Post Answer
what is intially documentation in sas?
Tell me more about the parameters in macro? : sas-macro
what are input dataset and output dataset options? : Sas programming
What is the function of output statement in a SAS Program?
You need to create an In List that it is to be later used in a Where Clause that includes all the Regions that begin with the letter A from the sashelp.shoes table. Using PROC SQL with an into clause create the following string from the sashelp.shoes table using the variable region “AFRICA”,”ASIA”,…..
Under what circumstances would you code a SELECT construct instead of IF statements?
I am having a stored process.it needs to route my report to both hthml and Xls.By default SP routes to html.I used the PRINTTO to route the html to Xls.BUt it createsthe file not but no content was written to file(0KB)?how can i do it?
Why and when do you use proc sql?
what is the difference between calculating the 'mean' using the mean function and proc means? : Sas programming
What are the main differences between sas versions 8.2, 9.0, 9.1?
what are the advantages of using SAS in clinical data mangement? why should not we use other software products in managing clinical data?
what is the difference between DUPKEY and NODUPKEY???