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?

sas-innovate-2024.png

Don't miss out on SAS Innovate - Register now for the FREE Livestream!

Can't make it to Vegas? No problem! Watch our general sessions LIVE or on-demand starting April 17th. Hear from SAS execs, best-selling author Adam Grant, Hot Ones host Sean Evans, top tech journalist Kara Swisher, AI expert Cassie Kozyrkov, and the mind-blowing dance crew iLuminate! Plus, get access to over 20 breakout sessions.

 

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.

Click image to register for webinarClick image to register for webinar

Classroom Training Available!

Select SAS Training centers are offering in-person courses. View upcoming courses for:

View all other training opportunities.

Discussion stats
  • 3 replies
  • 1380 views
  • 0 likes
  • 4 in conversation