Explain by-group processing?
No Answer is Posted For this Question
Be the First to Post Answer
How to import multiple xls files into sas. Out of those files, how to get different values from a single variable and how to find number of rows per value type? We can do this using group by for one xls file with proc sql. Was wondering how I can achieve this for multiple files at the same time. Any ideas?
what is cummaltive frequency,and varience in proc unviarte
Name statements that are recognized at compile time only?
what are the sites did u refer for enquiries and doubts for SAS
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.
What are the different types of sas functions?
what is data governance? : Sas-di
What would the following datastep do? Data _null_; Set Dist end=eof; Call Symput("xx"!!left(put(_n_,2.)),&dimension); If EOF then Call Symput('numrows',left(put(_n_,2.))); Run; dimension is a macro variable that is being passed here
explain the main difference between the nodup and nodupkey options? : Sas-administrator
what is in stream data in SAS?
Hi Jeevan/Akshara I have tried to contact SASI Vats for latest Advanced SAS Programming Certification Dumps (A00-212) but have not got any response. I would highly and gratefully appreciate your assistance in this regard. If you guys have access to this, would you be kind enough to forward it to me ? I would abide by all the terms you have for this. Please, note my email id: upretigopi@yahoo.com Preti Sharma
What does the trace option do?