What are common programming errors committed in sas
Explain the purpose of substr functions in sas programming.
What is the use of divide function?
What type of tables you are using in YOUR reporting..???
2 Answers GSK GlaxoSmithKline,
How to limit decimal places for variable using proc means?
data jagan1.s; input bp$; cards; 100/90 120/89 112/87 run; in the above code how to convert character data values to numeric data values?
What are TEAEs
2 Answers Accenture, Quintiles,
differnce between 8.2 and 9.1.3
Which are SAS Windows Clients & SAS Java Clients
Difference between SAS STATA & SPSS?
What are the efficacy variables in your study?
2 Answers Accenture, Quintiles,
Hi I have list of products in a dataset, which are classified by other name for eg:- there is a product A> Malambo Shiraz Malbec 750ML(0388) which is a Red wine.Now i need to generate a report where it shows if this product appears then it should b displayed as red wine,similarly for other products and other classification. I dont wan use proc format.
Difference between sum function and using “+” operator?