Answer Posted / marlene
There is no PROC MERGE. You can use a merge statement as
part of the data step.
| Is This Answer Correct ? | 46 Yes | 6 No |
Post New Answer View All Answers
Which command is used to save logs in the external file?
Explain input and put function?
What’s the difference between var b1 – b3 and var b1 — b3?
If a variable contains letters or special characters, can it be numeric data type?
Explain substr function?
what is star schema? : Sas-di
How would you identify a macro variable? : sas-macro
Do we follow ADAM in analysis dataset development?How? Usually which version? Why is it necessary?
what is enterprise guide? What is the use of it? : Sas programming
Did you used proc test? when?
how does sas handle missing values in functions? : Sas programming
how does sas handle missing values in: assignment statements, functions, a merge, an update, sort order, formats, procs? : Sas programming
How might you use MOD and INT on numeric to mimic SUBSTR on character Strings?
Which date function advances a date, time or datetime value by a given interval?
What is the difference between %put and symbolgen? : sas-macro