SAS Tip#1 - Lost Libname

data "C:\MyDataset";
  put 'SAS datasets can be created directly, without using the libname engine';
run;