/* To determine the maximum and minimum of V1 */
data before3;
input v1 v2 v3;
cards;
3 2 1
4 6 5
2 1 3
6 5 4
1 3 2
5 4 6
;
run;
Answer Posted / sonia
Obs v1 v2 v3
1 3 2 1
2 4 6 5
3 2 1 3
4 6 5 4
5 1 3 2
6 5 4 6
| Is This Answer Correct ? | 0 Yes | 4 No |
Post New Answer View All Answers
how do you test for missing values? : Sas programming
What was the last computer book you purchased? Why?
what are the best practices to process the large data sets in sas programming? : Sas-administrator
Explain substr function?
what is metadata? : Sas-bi
What will calendar procedure do?
what is sas metadata server? : Sas-di
Describe crosslist option in tables statement?
Mention some common errors that are usually committed in sas programming.
what is sas database server? : Sas-di
what is the purpose of _error_? : Sas programming
Are you involved in writing the inferential analysis plan? Tables specifications?
Mention the difference between ceil and floor functions in sas?
What is run-group processing?
how does sas handle missing values in assignment statements? : Sas programming