SAS-install-directory/SASFormatsLibraryforNetezza/2.1/Netezza32bitTwinFin/
directory.
mkdir –p /nz/extensions chmod 755 /nz/extensions cd /nz/extensions chmod 755 accelnetzfmt-2.1-n_lax.sh path_to_self-extracting_tar_file/accelnetzfmt-2.1-n_lax.sh
/nz/extensions/SAS/SASFormatsLibraryForNetezza/2.1-n/bin/InstallAccelNetzFmt.sh /nz/extensions/SAS/SASFormatsLibraryForNetezza/2.1-n/lib/SAS_CompileUDF.o_spu10 /nz/extensions/SAS/SASFormatsLibraryForNetezza/2.1-n/lib/SAS_CompileUDF.o_x86 /nz/extensions/SAS/SASFormatsLibraryForNetezza/2.1-n/lib/libjazxfbrs_spu10.so /nz/extensions/SAS/SASFormatsLibraryForNetezza/2.1-n/lib/libjazxfbrs_x86.a
macro indnzpj not defined
specifies the server name or IP address of the server to which you want to connect. This server accesses the database that contains the tables and views that you want to access. If the server name contains spaces or nonalphanumeric characters, enclose the server name in quotation marks.
specifies the Netezza user name (also called the user ID) that you use to connect to your database. If the user name contains spaces or nonalphanumeric characters, enclose the user name in quotation marks.
specifies the password that is associated with your Netezza user name. If the password contains spaces or nonalphanumeric characters, enclose the password in quotation marks.
Tip | You can use only PASSWORD=, PASS=, or PW= for the password argument. PWD= is not supported and causes an error. |
specifies the name of the database on the server that contains the tables and views that you want to access. If the database name contains spaces or nonalphanumeric characters, enclose the database name in quotation marks.
specifies the name
of a Netezza database to which the SAS formats library is published
as the sas_jazlib
object.
Default | SASLIB |
Interaction | The database that is specified by the DATABASE= argument takes precedence over the database that you specify in the INDCONN macro variable. |
Tip | The object name for the SAS formats library is sas_jazlib |
specifies that the macro performs one of the following actions:
creates a new SAS formats library.
Note | The SAS formats library is created as a library database
object named sas_jazlib . If the SAS
formats library was published previously and you specify ACTION=CREATE,
you receive warning messages that the library already exists and be
prompted to use REPLACE.
|
overwrites the current SAS formats library, if a SAS formats library by the same name is already registered, or creates a new SAS formats library if one is not registered.
Note | The SAS formats library is created as a library database
object named sas_jazlib . Formats and
models that use published formats create database dependencies on
the sas_jazlib object. When you specify
ACTION=REPLACE, the SAS formats library is replaced with the latest
version. As a precautionary practice, you might need to republish
any format or model that uses published formats to ensure that the
latest version of the SAS formats library is referenced.
|
causes the SAS formats library to be dropped from the Netezza database.
Note | The SAS formats library is created as a library database
object named sas_jazlib . Formats and
models that use published formats create database dependencies on
the sas_jazlib object. If you previously
published user-defined formats or if you previously published models
that have formats associated with them, you might not be able to drop
the SAS formats library. Dropping the SAS formats library does not
work until all dependencies on the library object are released from
the database. You can use ACTION=REPLACE instead of ACTION=DROP.
|
Tip | If you specify ACTION=DROP and the SAS formats library does not exist, you receive an error message. |
See | Note under REPLACE |
Default | CREATE |
specifies a directory that contains diagnostic files.
Tip | Files that are produced include an event log that contains detailed information about the success or failure of the publishing process. |
specifies the server name or IP address of the server to which you want to connect. This server accesses the database that contains the tables and views that you want to access. If the server name contains spaces or nonalphanumeric characters, enclose the server name in quotation marks.
specifies the Netezza user name (also called the user ID) that you use to connect to your database. If the user name contains spaces or nonalphanumeric characters, enclose the user name in quotation marks.
specifies the password that is associated with your Netezza user name. If the password contains spaces or nonalphanumeric characters, enclose the password in quotation marks.
Tip | You can use only PASSWORD=, PASS=, or PW= for the password argument. PWD= is not supported and causes an error. |
specifies the name of the database on the server that contains the tables and views that you want to access. If the database name contains spaces or nonalphanumeric characters, enclose the database name in quotation marks.
Default | SASLIB |
Interaction | If the SAS_COMPILEUDF function is published in a database other than SASLIB, then that database name should be used instead of SASLIB for the DBCOMPILE argument in the %INDNZ_PUBLISH_FORMATS and %INDNZ_PUBLISH_MODEL macros. Otherwise, the %INDNZ_PUBLISH_FORMATS and %INDNZ_PUBLISH_MODEL macros fail when calling the SAS_COMPILEUDF function during the publishing process. If a database name is not specified, the default is SASLIB. For documentation on the %INDNZ_PUBLISH_FORMATS and %INDNZ_PUBLISH_MODEL macros, see the Documentation for Publishing SAS Formats and Scoring Models in Netezza. |
specifies the name of a Netezza database to which the SAS_COMPILEUDF is published.
Default | SASLIB |
Interaction | The database that is specified by the DATABASE= argument takes precedence over the database that you specify in the INDCONN macro variable. For more information, see %INDNZ_PUBLISH_COMPILEUDF Macro Run Process. |
specifies that the macro performs one of the following actions:
creates a new SAS_COMPILEUDF function.
overwrites the current SAS_COMPILEUDF function, if a SAS_COMPILEUDF function by the same name is already registered, or creates a new SAS_COMPILEUDF function if one is not registered.
causes the SAS_COMPILEUDF function to be dropped from the Netezza database.
Default | CREATE |
Tip | If the SAS_COMPILEUDF function was published previously and you specify ACTION=CREATE, you receive warning messages that the function already exists and be prompted to use REPLACE. If you specify ACTION=DROP and the SAS_COMPILEUDF function does not exist, you receive an error message . |
See | REPLACE |
specifies a directory that contains diagnostic files.
Tip | Files that are produced include an event log that contains detailed information about the success or failure of the publishing process. |
http://support.sas.com/documentation/onlinedoc/indbtech/index.html
.