Invoke PROC REGISTRY to import the file that contains input for
the registry. PROC REGISTRY reads the input file that is identified
by the fileref SOURCE. IMPORT= writes to the SASUSER portion of the SAS registry
by default.
proc registry import=source;
run;