I have the following errors need you to help:
%include "P:\SAS program\Report\excltags_aug2013.tpl";
ERROR: Template 'Tagsets.ExcelBase' was unable to write to template store!
ERROR: Template 'Tagsets.Config_debug' was unable to write to template store!
MPRINT(EXCELXP): define Tagset Tagsets.ExcelXP;
MPRINT(EXCELXP): parent = Tagsets.ExcelBase;
MPRINT(EXCELXP): end;
ERROR: Template 'Tagsets.ExcelXP' was unable to write to template store!
Thanks
Before the %include statement mention
ODS PATH work.templat(update) sasuser.templat(read) sashelp.tmplmst(read);
Thanks Jagadishkatam!
I restarted my computer, then it works. Thanks!
It's finally time to hack! Remember to visit the SAS Hacker's Hub regularly for news and updates.
Learn how use the CAT functions in SAS to join values from multiple variables into a single value.
Find more tutorials on the SAS Users YouTube channel.
Ready to level-up your skills? Choose your own adventure.