Name statements that function at both compile and execution
time?
what is the difference between proc means and proc summary?
what is the difference between x=substr(name,1,2); and substr(name,1,2)='x';
Given an unsorted data set, how to read the last observation to a new data set?
How would you invoke a macro? : sas-macro
How to get second top scorer student from a class- table having different sections A, B, C & D? each section has same number of student.
How would you include common or reuse to be processed along with your statements?
1.How to draw pivot tables in Excel by using SAS and in which version we can use VB script for to draw pivot tables in Excel? Answer with example data. 2.What are the advantages of _NULL_ in Data steps? Can we use _NULL_ in Proc steps also? 3. How to call the macro variable into Data Steps? 4. Can we draw pivot tables in Excel using Proc SQL? Please post answers for the above questions with suitable examples, and how to use VB script for Excel using SAS.
how does sas handle missing values in sort order? : Sas programming
what is factor analysis? : Sas-administrator
What r all the reporting procedures...?
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
Can you execute macro within another macro? : sas-macro