What function CATX syntax does?
No Answer is Posted For this Question
Be the First to Post Answer
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 does sas handle missing values in assignment statements? : Sas programming
Why is a STOP statement needed for the point=option on a SET statement?
how can u convert this 25-jul-2010 from numeric to charcter?
How to import the Zip files into SAS? If it is possible in SAS? If it is posible write the code...
Can you continue to write code while the rest of the people on the floor where you work have a noisy party to which you were not invited?
What is SAS informats?
What is the role of administrative users? : sas-grid-administration
What are types of transport files?
2 Answers PRA Health Sciences, Quintiles,
Name statements that are execution only?
· What are some good SAS programming practices for processing very large data sets?
What other SAS features do you use for error trapping and data validation?