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
If you could design your ideal job, what would it look like?
what are the component of range? : Sas-bi
what is the purpose of _error_? : Sas programming
What is PDV?
What is the use of %include statement?
This entry was posted in General. Bookmark the permalink. Post a comment or leave
why a stop statement is needed for the point= option on a set statement?
how to create the AE dataset by using SDTMIG specifications and SAP plan by using UNIX platform?
What is by-group processing?
What do you know about sas and what we do? : sas-grid-administration
Mention the difference between ceil and floor functions in sas?
I am preparing SAS Certified Advanced Programmer for SAS 9 in 2014. If anybody has the latest dumps for this exam, please mail me at dhiman.mukherjee@gmail.com
Explain append procedure?
what are some problems you might encounter in processing missing values? In data steps? Arithmetic? Comparisons? Functions? Classifying data? : Sas programming
What function CATX syntax does?