Previous Page | Next Page

TEMPLATE Procedure: Managing Template Stores

TEST Statement


Tests the most recently created item by binding it to the specified data set.
TEST DATA= data-set </ STORE=libref.template-store>;


Required Arguments

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.


Options

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.

Previous Page | Next Page | Top of Page