May I ask why you want these two side by side?
If the purpose is to compare the records or values you might consider investigating use of SAS Proc Compare which will examine things like number of rows, number of variables, common variables, variables only in one set, variables of same names with different properties such as value type, numeric or character, labels or formats.
It can also do a row-by-row comparison of values and report the results in a number of ways.
... View more