BookmarkSubscribeRSS Feed
JohnSAScom
Quartz | Level 8

I am running some code that yields this error:

 

ERROR: Default tagset not found.
       Be sure that tagsets.default and your preferred tagset are in your ODS path.
       (Use ODS PATH SHOW to view the current search path.)
       This output destination cannot continue.
ERROR: Fatal ODS error has occurred. Unable to continue processing this output destination.
ERROR: No body file. TAGSETS.DEFAULT output will not be created.
 
I'm fairly to new to working with HTML.  I called PROC TEMPLATE.  I used ODS PATH SHOW and TAGSETS.DEFAULT is not on the list. 
 
3 REPLIES 3
SuryaKiran
Meteorite | Level 14

What is your code?

 

Check this http://support.sas.com/kb/32/394.html

 

Thanks,
Suryakiran
ballardw
Super User

To create HTML output you should only need to use

 

ODS HTML <options such as path and body html files to create>;

<procedure call to generate output>

 

ods html close;

 

 

Reeza
Super User

Is your PROC TEMPLATE inheriting from TAGSETS.DEFAULT? Or one of styles it's dependent on is dependent on tagsets.default?

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
  • 3 replies
  • 1998 views
  • 0 likes
  • 4 in conversation