In the following example, the IN libref is assigned to a directory that contains the STATS1 data set: libname in '/users/myid/myappl'; proc print data=in.stats1; run; Remember, when the LIBNAME ...