This section describes how to install and configure the
in-database deployment package for Greenplum (SAS Formats Library
for Greenplum 2.2).
The in-database deployment
package for Greenplum must be installed and configured before you
can perform the following tasks:
-
Use the
%INDGP_PUBLISH_FORMATS format publishing macro to create or publish the SAS_PUT( )
function and to create or publish user-defined formats as format functions
inside the database.
-
Use the
%INDGP_PUBLISH_MODEL scoring publishing macro to create scoring model functions
inside the database.
The format and scoring
publishing macros are included in the
SAS/ACCESS Interface to Greenplum.
For more information about using the format and scoring publishing
macros, see the
SAS In-Database Products: User's Guide.
The in-database deployment
package for Greenplum contains the SAS formats library and precompiled
binary files for the publishing macros.
The SAS formats library
is a run-time library that is installed on your Greenplum system.
This installation is done so that the SAS scoring model functions
and the SAS_PUT( ) function created in Greenplum can access
the routines within the run-time library.
The
%INDGP_PUBLISH_COMPILEUDF macro registers utility functions in the database.
The utility functions are called by the format and scoring publishing
macros,
%INDGP_PUBLISH_MODEL.
You must run this macro before you run the format and scoring publishing
macros.