How would you code a merge that will keep only the
observations that have matches from both sets?
Answer Posted / murray
Both answers #2 and #3 will work fine, however the '= 1'
part is superfluous, and will work fine without.
| Is This Answer Correct ? | 0 Yes | 3 No |
Post New Answer View All Answers
How do you control the number of observations and/or variables read or written?
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
what is data integration? : Sas-di
What are the differences between proc means and proc summary?
why is sas data integration studio important? : Sas-di
Tell e how how dealt with..
What do you code to create a macro? : sas-macro
what is ae onset date n what is RDS
How are numeric and character missing values represented internally?
what is data access? : Sas-di
What is program data vector (pdv)?
How to include or exclude specific variables in a data set?
how the sas basic syntax style described? : Sas-administrator
what are sas bi dashboard components? : Sas-bi
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