Use these general steps
to create a SAS stored process for use with SAS BI Dashboard:
-
Write
the code for the stored process that does these things:
-
Creates
a SAS data set in the SAS Work library
-
Publishes
the data to a SAS Package file using the SAS Publishing Framework
-
Sets the
macro variable _ARCHIVE_FULLPATH to the path of the archive file that
the stored process generates
-
In SAS
Management Console, register the stored process in the SAS metadata,
designate it as creating a package, and then specify the target data.
For more
information about how to specify the target data, see the SAS Management
Console online Help.
-
Save the
stored process metadata registration.
The stored
process is now ready to use in indicator data.