/* 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
Which function is used to count the number of intervals between two sas dates?
For a user to have access to a standard workspace server, is internal authentication alone is sufficient? : sas-grid-administration
What can you learn from the SAS log when debugging?
What is the maximum length of the macro variable? : sas-macro
How you can read the variables that you need?
What is the length assigned to the target variable by the scan function?
Give some ways by which you can define the variables to produce the summary report (using proc report)?
What is a put statement?
How to sort in descending order?
What sas features do you use to check errors and data validation?
What are the applications primarily used by business analyst? : Sas-bi
how to do user inputs and command line arguments in sas?
What is the use of the %include statement?
what is ae onset date n what is RDS
What do you know about sas and what we do? : sas-grid-administration