/* 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


Please Help Members By Posting Answers For Below Questions

how will you location sas platform applications available from web browser? : Sas-bi

550


Can you execute a macro within a macro? Describe. : sas-macro

678


how to do user inputs and command line arguments in sas?

2432


WHAT IS SAS WEB SERVICE and what are the steps to create an xml service ?

2270


What is SAS?

626






How we can create SAS USER DEFINED CODE?

1618


Enlist the functions performed by sas.

678


Which function is used to count the number of intervals between two sas dates?

576


which features do you use to check the data validations and errors? : Sas-administrator

554


What do the put and input function do?

591


AE datasets names? how many types?

2080


Mention what are the data types does SAS contain?

700


what is the limit of the number of the rows and columns available in the worksheet? : Sas-bi

637


what is the function of catx syntax? : Sas-administrator

654


explain about data integrator metadata reports? : Sas-di

567