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

Join us for SAS Innovate April 16-19 at the Aria in Las Vegas. Bring the team and save big with our group pricing for a limited time only.

Pre-conference courses and tutorials are filling up fast and are always a sellout. Register today to reserve your seat.

 

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
  • 1357 views
  • 0 likes
  • 4 in conversation