I tried this code but I get the following error in my log: 2335 array var &names; - 22 200 WARNING: Apparent symbolic reference NAMES not resolved. 2336 array change &r_names; - 22 200 WARNING: Apparent symbolic reference R_NAMES not resolved. ERROR 22-322: Syntax error, expecting one of the following: a name, a numeric constant, $, (, ;, _ALL_, _CHARACTER_, _CHAR_, _NUMERIC_, _TEMPORARY_. ERROR 200-322: The symbol is not recognized and will be ignored. I am using the code exactly, just with sashelp and class replaced with the library and data set that I am using. I am not familiar with proc sql, is this the correct implementation? Thanks!
... View more