what are the considerations when picking a SAS/STAT procedure?
% let A=3+4 what is result
Explain the purpose of retain statement.
What are the main differences between sas versions 8.2, 9.0, 9.1?
How would you code a merge that will write the matches of both to one data set, the non-matches from the left-most data set to a second data set, and the non-matches of the right-most data set to a third data set?
1.How many ways are there to create variables? 2.What is CLM,how can we use it? 3.what are the advontages of data step? 4.what is the extension of editor window in SAS 9.1.3? 5.How do you copy a particular data set from one library to another? 6.what is the use of double option? 7.Advontages of Proc Report? 8.what is the basic use of where statement? 9.How do you terminate the statments in SAS Programming? 10.What is the difference between symput and symget? 11.How would a identify the local and global variable? can any one answer for the 4'th question
how do you debug and test your sas programs? : Sas programming
What are types of transport files?
2 Answers PRA Health Sciences, Quintiles,
What are the applications primarily used by business analyst? : Sas-bi
How do you add a number to a macro variable?
What is the function of Stop statement in a SAS Program?
What is by-group processing?
how we can create optional or required parameters in SAS macro...