Hi Linlin, This did get me a little bit further in my code, but I kept getting the following error: 225 +proc print data=orion."memname" (obs=5); --------- 22 76 ERROR: Invalid data set name orion.. ERROR 22-322: Syntax error, expecting one of the following: ;, (, BLANKLINE, DATA, DOUBLE, HEADING, LABEL, N, NOOBS, OBS, ROUND, ROWS, SPLIT, STYLE, SUMLABEL, UNIFORM, WIDTH. ERROR 76-322: Syntax error, statement will be ignored. 226 +run; If you have any suggestions on how to improve this, that would be great. Thanks, Alisa
... View more