how can u join the two tables without using proc sql Joins
and nested queries ?
Answer Posted / sai
we can join two tables by using merge statement and also by
using two SET statements .
data one;
set two;
set three;
run;
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
How can sas program be validated?
What are the new features included in the new version of SAS Programming Language?
State the difference between INFORMAT and FORMAT ?
Name few SAS functions?
what other sas products have you used and consider yourself proficient in using? : Sas programming
Give some examples where proc report’s defaults are same as proc print’s defaults?
How to limit decimal places for variable using proc means?
how does sas handle missing values in sort order? : Sas programming
What are the five ways to do a table lookup in sas? : sas-grid-administration
what are the considerations when picking a SAS/STAT procedure?
how do you want missing values handled? : Sas programming
Hi Friends, Am Priya,new to your forum. am looking for Interview questions on SAS Platform Administration. I searched everywhere but I couldn't find them,please can anyone help me with complete interview questions normally everyone will face in the interviews on SAS Administration. am really facing problems in the interviews,am not able to answer any of their questions. I would really appreciate all your help if you can email the complete Interview Questions to priyafeb84@gmail.com Kindly awaiting for your reply with eager
Are you involved in writing the inferential analysis plan? Tables specfications?
What are pdv and it functions?
What is the differnce between SDTM 3.1.2 to 3.1.1 version