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
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:
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 is scheduled for May 6-9 in Orlando, FL. Sign up to be first to learn about the agenda and registration!
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.
Ready to level-up your skills? Choose your own adventure.