Explain the difference between using drop = data set option in set and data statement?
No Answer is Posted For this Question
Be the First to Post Answer
What is interleaving in SAS?
What areas of SAS are you most interested in?
How would you include common or reuse code to be processed along with your statements?
i have a null dataset with 10 variables; i want to print only name of the varibales in log window and also output window.how can we do this one?
what are all the default values getting in PROC MEANS...???
What are TEAEs
2 Answers Accenture, Quintiles,
Differentiate between sas functions and sas procedures.
what is option year cuttoff in sas
why is sas considered self-documenting? : Sas programming
I have a dataset with variables empid and doj how to calculate retirement age?
what the use of proc glm
what is the difference between x=substr(name,1,2); and substr(name,1,2)='x';