Answer Posted / krishna
there is no proc merge
we can do by dataset block
syntax:
proc sort data=<dataset name>;
by <var>;
run;
data ab;
merge a b;
run;
| Is This Answer Correct ? | 3 Yes | 1 No |
Post New Answer View All Answers
What do the SAS log messages "numeric values have been converted to character" mean?
What is a put statement?
If you were told to create many records from one record, show how you would do this using array and with proc transpose?
Explain proc sort?
do you prefer proc report or proc tabulate? Why? : Sas programming
How do you control the number of observations and/or variables read or written? Approximately what date is represented by the SAS date value of 730?
Do we follow ADAM in analysis dataset development?How? Usually which version? Why is it necessary?
what is PhaseIII, ODS, TLG, Macro and Proc in SAS
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
Are you involved in writing the inferential analysis plan? Tables specifications?
how do you want missing values handled? : Sas programming
how would you create a data set with 1 observation and 30 variables from a data set with 30 observations and 1 variable? : Sas programming
What are the data types that sas contain?
Hi all, If Anybody has Advance SAS Certification dumps??? Please share with me. Email: pramod.kalugade03@gmail.com
What is the difference between one to one merge and match merge? Give an example.