What do you know about sas and what we do? : sas-grid-administration
Answer / Mohd Rizwan
"SAS is a powerful software suite used for data management, statistical analysis, and business intelligence. It provides tools to handle complex data sets, perform advanced analytics, create reports, and build predictive models."
| Is This Answer Correct ? | 0 Yes | 0 No |
i have a null dataset with 20 variables. i want to upload the variables which contain name like a or k or anything in another dataset.how can we create the dataset?
What is the difference between proportion and average?
What versions of SAS have you used (on which platforms)?
What is the difference between the proc sql and data step?
How could you generate test data with no input data?
what is metadata? : Sas-bi
What is SAS? is it a software just for use or we can creat something over there?
Mention the category in which sas informats are placed?
data task; input id date date9. visit; cards; 101 01jan2015 1 101 02jan2015 2 101 06jan2015 3 102 04jan2015 1 102 07jan2015 2 102 12jan2015 3 103 06jan2015 1 103 13jan2015 2 ; run; write a program to find out missing dates between visits by each subject.
What is interleaving in SAS?
diff between nodup rec and ondup key???
Are the preferred term counts are always equal to Body system counts? If so, Why are they equal if not why they are not equal?