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
What is the difference between where and if statement?
how can you put a "trace" in your program? : Sas programming
What is the function of Stop statement in a SAS Program?
Explain what is SAS informats?
What would be the result of the following SAS function (given that 31 Dec, 2000 is Sunday)?
For what purpose would you use the RETAIN statement?
What is the use of divide function?
Mention what is SAS data set?
What are the differences between sum function and using “+” operator?
How are numeric and character missing values represented internally?
Name any two sas spawners? : sas-grid-administration
Explain the difference between informat and format with an example.
Do you need to compute new variables? If so,should you do this before you execute the report-writing procedure?
What can be the size of largest dataset in SAS?
What system options would you use to help debug a macro? : sas-macro