Create the new tagset Tagsets.newloc. The
DEFINE TAGSET statement creates a new tagset Tagsets.newloc and specifies where you want to store the tagset.
proc template;
define tagset Tagsets.newloc / store = SASUSER.TEMPLAT;
notes 'This is the Location Report Template';