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

Differentiate between format and informat? : sas-grid-administration

581


what is function of retain statment

1522


explain the function of substr in sas? : Sas-administrator

556


i want for interview question & answer plz it need immediate send t my mail raviprakashmot@gmal.cm

1846


why is a stop statement needed for the point=option on a set statement? : Sas programming

588






Hello Friends, am new to this forum and am not good at sas progarmming. please can any one of you send me couple of sample large sample SAS Jobs which can you use 200 MB of data and other sas job upto 25GB of data. am doing a performance testing on our legacy systems and new upgraded system. I would really appreciate if you can do me this favor Thank you Priya

1350


What is by-group processing?

576


This entry was posted in General. Bookmark the permalink. Post a comment or leave

4044


what are _numeric_ and _character_ and what do they do? : Sas programming

677


how would you create a data set with 1 observation and 30 variables from a data set with 30 observations and 1 variable? : Sas programming

843


what is business intelligence? : Sas-bi

583


Tell e how how dealt with..

1773


what are the considerations when picking a SAS/STAT procedure?

2900


Mention common programming errors committed in sas ?

647


if you were told to create many records from one record, show how you would do this using array and with proc transpose? : Sas programming

547