Specify the search path in order to locate the table template. This statement specifies which locations to search for templates that were created by PROC TEMPLATE, as well as the order in which to search for them. The statement is included to ensure that the example works correctly. However, if you have not changed the path, then you do not need to include this statement because it specifies the default path.


ods path sasuser.templat(update) sashelp.tmplmst(read);