Copy the SAS tagset to an external file. The following statements copy the tagset source from the SAS tagset TAGSETS.CSV to the SAS log.


proc template;
      source tagsets.csv;
   run;