Posts by Marcos Piau Vieira • 11 points
2 posts
-
0
votes2
answers647
viewsA: SAS and R run Merge differently
Hello, Henrique! I don’t know how to merge in R, but in SAS yes. To use the merge in SAS you need to pre-sort the two datasets by the crossing key, because if we happen to have a lower key value at…
-
1
votes1
answer1180
viewsA: How to use scan for a numeric variable [SAS]
Hello! First, I believe you are confusing the function scan (which only receives text values) with the macro function %scan. Whenever you have the symbol "%" before the function name, it is a macro…