Answer Posted / xxx
proc sql;
select id where id(select id from tablename)group by id
having id>1;
quit;
| Is This Answer Correct ? | 1 Yes | 10 No |
Post New Answer View All Answers
what is the purpose of _error_? : Sas programming
Have you ever used the SAS Debugger?
Describe the function and untility of the most difficult SAS macro that you have written.
how are numeric and character missing values represented internally? : Sas programming
for whom is sas data integration studio designed? : Sas-di
Enlist the syntax rules followed in sas statements.
Describe 5 ways to do a “table lookup” in SAS?
In ARRAY processing, what does the DIM function do?
for report generation which one you used proc report or data_null_?
Mention sas system options to debug sas macros.
List out some key concept of SAS
What is data _null_?
what is program data vector? : Sas-administrator
How do you use the do loop if you don’t know how many times you should execute the do loop?
What is the difference between one to one merge and match merge? Give an example.