To extract variables into a custom SAS file, comma delimited or tab delimited file: Click on the data set name PRI account holders may wish to access the files directly with a SAS program on the PC or Unix networks using one of the libname statements below:
Unix: libname hrs '/home/sas_data/hrs/hrs2006'; PC: libname hrs '\\paris\sas_data\hrs\hrs2006'; |