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

The 2025 SAS Hackathon has begun!

It's finally time to hack! Remember to visit the SAS Hacker's Hub regularly for news and updates.

Latest Updates

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
  • 4900 views
  • 1 like
  • 2 in conversation