what are the best practices to process the large data sets in sas programming? : Sas-administrator
No Answer is Posted For this Question
Be the First to Post Answer
Tell e how how dealt with..
Hi Friends, Am Priya,new to your forum. am looking for Interview questions on SAS Platform Administration. I searched everywhere but I couldn't find them,please can anyone help me with complete interview questions normally everyone will face in the interviews on SAS Administration. am really facing problems in the interviews,am not able to answer any of their questions. I would really appreciate all your help if you can email the complete Interview Questions to priyafeb84@gmail.com Kindly awaiting for your reply with eager
What are the functions which are used for character handling functions?
How do you connect the desktop application to metadata server? : sas-grid-administration
Which is Best Institute for learning SAS BASE & SAS BI in Hyderabad? Can anyone suggest me ?
if the Id has more then two transcatiion then show the first observation, IF Id has only two observation then It show both the observation
I have 50 variables in one data set, In reports i want to generate every 10 variables in one page how we will write code in proc report.
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
what is the function of catx syntax? : Sas-administrator
I have a dataset concat having a variable a b & c. How to rename a b to e & f?
What is the difference between %local and %global?
What is the purpose of _error_?