TEMPLATE Procedure: Managing Template Stores

TEST Statement

Tests the most recently created item by binding it to the specified data set.

Syntax

Required Argument

DATA=data-set
specifies the SAS data set to bind to the most recently created item. ODS sends this output object to all open ODS destinations.

Optional Argument

STORE=libref.template-store
specifies the template store where the item is located.
Requirement:If you specify this option, then the template store that you specify must match the template store in the DEFINE statement that created the item.