what are the different ways of merging two datasets.name
atleast 4.

Answers were Sorted based on User's Feedback



what are the different ways of merging two datasets.name atleast 4...

Answer / apurba gorai

1.Merge in Data Step
2.Proc sql join
3.Proc Format
4.Hash tables
5.Arrays

Is This Answer Correct ?    9 Yes 1 No

what are the different ways of merging two datasets.name atleast 4...

Answer / vikas trtipathi

Proc sql join

Is This Answer Correct ?    1 Yes 3 No

Post New Answer

More SAS Interview Questions

How you are maintaining sas programmes in your company...any specific version control software you are using? If so, tell me the name?

0 Answers   Accenture,


What is highest missing value for numeric?

1 Answers  


i have a dataset with 25 obs; 10th obs has like ramu,anji,ramu,azad,ramu like this. i want to know how many times the word repeats in that obs?

3 Answers  


sas macros

12 Answers   TCS,


What function CATX syntax does?

0 Answers  






Hi, If anyone has base SAS certification dumps, please share.

0 Answers  


how many data types in sas? : Sas-administrator

1 Answers  


Why do we use QUIT commmand for proc datasets and proc sql ???

3 Answers  


How would you remove a format that has been permanently associated with a variables?

3 Answers  


Difference b/n proc means and proc summary procedures?

3 Answers   Accenture,


I have a SCD Type 2 Dimention for Location In which A Sales Office in Having two Surrogate Keys just because of the change in it's Sales Group. SKey SalesGroup Sales Office BeginDate EndDate 280 SG1 SO1 01APR2000 01APR2010 281 SG2 SO1 02APR2010 31MAR2999 Now while loading the Fact, the Lookup ir returning SKey 280 for records before and after 01APR2010. I am not able to give WHERE condition in the Lookup Properties (TranDate between BeginDate and EndDate). Please help.

0 Answers  


how do u validate the program which u have written.

1 Answers   TCS,


Categories