Overview of Deployed Components for In-Database Processing

The following components are deployed:
  • the SAS 9.2 Formats Library for DB2. The SAS 9.2 Formats Library for DB2 contains many of the formats that are available in Base SAS and processes any formats that might be included in your scoring model.
  • the binary file for the SAS_COMPILEUDF function. The %INDB2_PUBLISH_COMPILEUDF macro publishes the SAS_COMPILEUDF function in the SASLIB schema of a DB2 database. The SAS_COMPILEUDF function compiles the scoring model source files, links to the SAS 9.2 Formats Library for DB2, and then copies the new object files to a specified location.
  • the binary file for the SAS_DELETEUDF function. The %INDB2_PUBLISH_DELETEUDF macro publishes the SAS_DELETEUDF function in the SASLIB schema of a DB2 database. The SAS_DELETEUDF function removes existing object files.
Components that are deployed to DB2 for in-database processing are contained in a self-extracting TAR file (acceldb2fmt*.sh) on the SAS Software Depot.
For more information about creating the SAS Software Depot, see your Software Order e-mail. For more information about installing and configuring these components, see the SAS In-Database Products: Administrator's Guide.