If you have a data set that was created in base SAS, and then you are loading it into a proc iml to be used with:
use dataset;
read all into matrix_name;
all the names of the variables of the data set get lost. Is there a way to avoid this and keep the variable names?