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

proc means data=befor3 max min;
var v1;
run;

Is This Answer Correct ?    3 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

what is hierarchy flattening? : Sas-di

616


what are informats in sas? : Sas-administrator

588


for report generation which one you used proc report or data_null_?

6587


describe about physical data integration? : Sas-di

558


Explain the special input delimiters used in sas programming.

583






How do you delete duplicate observations in sas?

575


Explain data step in SAS

631


What is the sas data set? : sas-grid-administration

572


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

1167


What are the automatic variables for macro? : sas-macro

675


Explain by-group processing?

587


What Proc glm does?

610


Explain the difference between nodup and nodupkey options?

608


explain the main difference between the nodup and nodupkey options? : Sas-administrator

689


Mention common programming errors committed in sas ?

647