in data set200 observation how to take 110,150,170 using sql procedure?

Answer Posted / naveen

proc sql;
select *
from qqq
where Height in(69);
quit;

Is This Answer Correct ?    0 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

how does sas handle missing values in sort order? : Sas programming

519


Briefly explain input and put function?

618


Mention what is PROC in SAS?

593


Have you ever used the SAS Debugger?

1201


What is the maximum length of the macro variable?

662






What is the difference between match merge and one to one merge?

676


If you use a symput in a data step, when and where can you use the macro variable? : sas-macro

596


how will you locate the sas platform applications? : Sas-bi

571


State the difference between INFORMAT and FORMAT ?

584


What can be the size of largest dataset in SAS?

703


What is auto call macro and how to create a auto call macro? What is the use of it? How to use it in sas with macros? : sas-macro

571


How are numeric and character missing values represented internally?

1129


how do the in= variables improve the capability of a merge? : Sas programming

924


For what purpose would you use the RETAIN statement?

1033


Describe the ways in which you can create a macro variable?

612