IMPORT= imports the file that is associated with the fileref source. By default, IMPORT= writes to the SASUSER portion of the SAS Registry.
proc registry
   import=source;
run;