BookmarkSubscribeRSS Feed
alepage
Barite | Level 11

Hello,

 

When you do a proc template and procedure that you will run after the proc template will use this template.

How is is possible to first list the user define template and to clear those.

 

Regards,

Alain

2 REPLIES 2
RW9
Diamond | Level 26 RW9
Diamond | Level 26

You can get a list of templates by running the code:

proc template;
  list;
run;

Or by looking in sashelp.vstyle.

 

I am not sure what you mean by "clear those", do you mean remove the template completely - not a good idea as other code might use them.  Just switch your template back to default to not use the template any more.

 

To permanently delete the template:

http://documentation.sas.com/?docsetId=odsproc&docsetTarget=n1cdv7tec5xdxrn1vfdtkaargi8b.htm&docsetV...

ballardw
Super User

It may help to tell us which type of template you are concerned with. Proc template is used to create multiple types of templates and the syntax for "clearing" them can different somewhat between types.

 

 

SAS Innovate 2025: Call for Content

Are you ready for the spotlight? We're accepting content ideas for SAS Innovate 2025 to be held May 6-9 in Orlando, FL. The call is open until September 25. Read more here about why you should contribute and what is in it for you!

Submit your idea!

SAS Enterprise Guide vs. SAS Studio

What’s the difference between SAS Enterprise Guide and SAS Studio? How are they similar? Just ask SAS’ Danny Modlin.

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