What are the new features included in the new version of SAS Programming Language?
No Answer is Posted For this Question
Be the First to Post Answer
What would be the value of month at the end of data step execution and how many observations would be there?
Tell different ways to create Macrovarible?
3 Answers Accenture, PharmaNet i3,
What is the length assigned to the target variable by the scan function?
what are the considerations when picking a SAS/STAT procedure?
0 Answers Accenture, Quintiles,
Explain data step in SAS
how do i get last 10obs from a dataset when we don't know about the number of obsevations in that dataset?
What is the role of administrative users? : sas-grid-administration
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 could you generate test data with no input data? : Sas programming
how does sas handle missing values in sort order? : Sas programming
Describe the function and untility of the most difficult SAS macro that you have written.
what are validation tools that are used in sas? : Sas-administrator