In sas, what are the areas that you are most interested in? : sas-grid-administration
Answer / Shivam Shukla
The areas of interest in SAS may vary depending on the user's role and responsibilities. Some common areas of interest for administrators include system configuration, security management, performance tuning, and software updates. For data analysts and scientists, areas of interest may include data manipulation, statistical analysis, machine learning, and reporting.
| Is This Answer Correct ? | 0 Yes | 0 No |
Name statements that function at both compile and execution time.
how does sas handle missing values in procs? : Sas programming
What data sets do you need to produce the report?
Why is SAS considered self-documenting?
What are the statements in proc sql?
What are the difficulties u faced while doing vital signs table or dataset?
I have a dataset concat having a variable a b & c. How to rename a b to e & f?
Have you used macros? For what purpose you have used? : sas-macro
hi guys ...i have one query... data abc; input s w k g o t a m; cards; 1 2 3 4 5 6 7 8 2 3 4 5 6 7 8 9 ; run; i want the output to be the sorted order(only variables).observations should not be changed..
I Here clinical SAS training by Ramesh Azmeera is good. Is it confirm ?
How do you add a number to a macro variable? : sas-macro
How would you delete duplicate observations?