CALL SET Routine Links SAS data set variables to DATA step or macro variables that have the same name and data type.
After using a CALL SET, whenever a read is performed from the SAS data set, the values of the corresponding DATA step or macro variables are set to the values of the matching SAS data set variables.