in data set200 observation how to take 110,150,170 using sql procedure?
Answer Posted / naveen
proc sql;
select *
from
where obs, in(11, 23,44);
quit;
| Is This Answer Correct ? | 0 Yes | 3 No |
Post New Answer View All Answers
What is PROC in SAS?
what is treatment emergent events and treatment emregent adverse event
Hi,by usining ptf how we have to combine (likr merge)10 datasets at a time in the oracle database(and write a macro code also)?Like this i have a douts a lot if you dont mind may please send one text mail for me(madhusudhanap16@gmail.com)?
For a user to have access to a standard workspace server, is internal authentication alone is sufficient? : sas-grid-administration
What are the data types does SAS contain?
how do you debug and test your sas programs? : Sas programming
what is transformation in sas data integration? : Sas-di
what is null hypothesis? why do you consider that?
To what type of programms have you used scratch macros?
How would you code a merge that will write the matches of both to one data set, the non-matches from the left-most data?
how many types prompting framework can be broken down to? : Sas-bi
what is hierarchy flattening? : Sas-di
In sas admin differentiate between roles and capabilities? : sas-grid-administration
What are common programming errors committed in sas
What is the role of administrative users? : sas-grid-administration