in data set200 observation how to take 110,150,170 using sql procedure?
Answer Posted / anji
Proc sql;
create table ab as select * from SASHELP.class where monotonic() in (10,12,14);
quit;
| Is This Answer Correct ? | 14 Yes | 1 No |
Post New Answer View All Answers
What are all the problems you faced while validating tables and reports?
How we can create SAS USER DEFINED CODE?
what are the component of range? : Sas-bi
Give e an example of..
which date functions advances a date time or date/time value by a given interval? : Sas programming
What is a method to debug and test your SAS program?
what are _numeric_ and _character_ and what do they do? : Sas programming
what versions of sas have you used (on which platforms)? : Sas programming
Describe a time when you were really stuck on a problem and how you solved it?
Name few SAS functions?
how would you determine the number of missing or nonmissing values in computations? : Sas programming
How would you code a macro statement to produce information on the sas log? This statement can be coded anywhere? : sas-macro
what is broad cast agent? : Sas-bi
what are the categories that sas informats are used to the place the data? : Sas-administrator
What is the different between functions and PROCs that calculate the same simple descriptive statistics?