What is substr function?
No Answer is Posted For this Question
Be the First to Post Answer
For what purpose would you use the RETAIN statement?
data jagan1.s; input bp$; cards; 100/90 120/89 112/87 run; in the above code how to convert character data values to numeric data values?
Of all your work, where have you been the most successful?
What SAS statements would you code to read an external raw data file to a DATA step?
What are some problems you might encounter in processing missing values? In Data steps? Arithmetic? Comparisons? Functions? Classifying data?
Difference between sum function and using “+” operator?
Describe 5 ways to do a “table lookup” in SAS?
What is auto call macro and how to create a auto call macro? What is the use of it? How to use it in sas with macros? : sas-macro
What is SAS? is it a software just for use or we can creat something over there?
Explain the difference between nodup and nodupkey options?
How do you connect the desktop application to metadata server? : sas-grid-administration
1.What is the difference between _NULL_ , _ALL_, and _N_? 2.What are the uses of _NULL_ using in Data Steps? Can we _NULL_ in Proc Steps also? 3.How do call the macro variable in Data Steps? 4.How to construct Pivot tables in Excel Using SAS?