What are common programming errors committed in sas
No Answer is Posted For this Question
Be the First to Post Answer
How do you put an elephant in the refrigerator?
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.
What sas features do you use to check errors and data validation?
Code the MEANS to produce output to be used later.
What is the maximum length of the macro variable? : sas-macro
What are the parameters of scan function?
What is the SAS data set?
Name statements that function at both compile and execution time?
how do we mail reports from SAS environment to our team leader
Briefly explain input and put function?
how to create the AE dataset by using SDTMIG specifications and SAP plan by using UNIX platform?