What is the difference between INPUT and INFILE ?
No Answer is Posted For this Question
Be the First to Post Answer
What procedure you used to calculate p-value?
2 Answers Accenture, Quintiles,
how do you want missing values handled? : Sas programming
How do you add a number to a macro variable? : sas-macro
What is the good sas programming practices for processing large data sets?
calculate the sum of value using only DATA STEP. data count_; input year name $ value; cards; 2006 xxx 10 2007 yyy 12 2006 xxx 20 2008 yyy 15 2007 xxx 15 ; out put should be like this year name T_value ----------------------- 2006 xxx 30 2007 xxx 15 2007 yyy 12 2008 xxx 15
How would you generate 1000 observations from a normal distribution with a mean of 50 and standard deviation of 20. How would you use PROC CHART to look at the distribution? Describe the shape of the distribution.
Have you ever linked SAS code? If so, describe the link and any required statements used to either process the code or the step itself.
what are the types of interactive display types? : Sas-bi
what are all the ways to define macro variable??
2 Answers GSK GlaxoSmithKline,
Intern stastical programmer written test
What is the purpose of the trailing and How would you use them?
how can you sort the dataset having millions of OBS(instead of sort procedure?