BookmarkSubscribeRSS Feed
Jane99
Calcite | Level 5

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

2 REPLIES 2
Jagadishkatam
Amethyst | Level 16

Before the %include statement mention

 

 ODS PATH work.templat(update) sasuser.templat(read) sashelp.tmplmst(read);

Thanks,
Jag
Jane99
Calcite | Level 5

Thanks  Jagadishkatam! 

 

I restarted my computer, then it works. Thanks!

hackathon24-white-horiz.png

2025 SAS Hackathon: There is still time!

Good news: We've extended SAS Hackathon registration until Sept. 12, so you still have time to be part of our biggest event yet – our five-year anniversary!

Register Now

How to Concatenate Values

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.

SAS Training: Just a Click Away

 Ready to level-up your skills? Choose your own adventure.

Browse our catalog!

Discussion stats
  • 2 replies
  • 4869 views
  • 1 like
  • 2 in conversation