Stored Process Indicator Data

Use these general steps to create a SAS stored process for use with SAS BI Dashboard:
  1. Write the code for the stored process that does these things:
    1. Creates a SAS data set in the SAS Work library
    2. Publishes the data to a SAS Package file using the SAS Publishing Framework
    3. Sets the macro variable _ARCHIVE_FULLPATH to the path of the archive file that the stored process generates
  2. 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.
  3. Save the stored process metadata registration.
The stored process is now ready to use in indicator data.