what other sas products have you used and consider yourself proficient in using? : Sas programming
Answer / Baldau Lal Srivastava
{"answers": [n {"value": "SAS Enterprise Miner", "probability": 0.9},n {"value": "SAS Base SAS", "probability": 0.8},n {"value": "SAS Advanced Analytics", "probability": 0.7},n {"value": "SAS Enterprise Guide", "probability": 0.6}n]}
| Is This Answer Correct ? | 0 Yes | 0 No |
what do the pad and dim functions do? : Sas programming
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
How necessary is it to be creative in your work?
IS SAS COMPILER OR INTERPRETER? EXPLAIN?
3 Answers Aon Hewitt, HSBC, SCL, TCS,
I need level 2 to 5 sas using companies in india
Give some examples where proc report’s defaults are same as proc print’s defaults?
What are the new features included in the new version of SAS Programming Language?
Do we follow ADAM in analysis dataset development?How? Usually which version? Why is it necessary?
What are the features of SAS?
explain the concepts and capabilities of business object? : Sas-bi
How would you code a merge that will keep only the observations that have matches from both sets?
how to add distinctly var variable values ex.. Data a; input var; datalines; 0 1 2 3 -1 -2 -3 ; run; adding all +ve value in one varibale n do the same for -ve too