specifies the Netezza server name or the IP address of the server host.
specifies the Netezza user name (also called the user ID) that is used to connect to the database.
specifies the password that is associated with your Netezza user ID.
Tip | Use only PASSWORD=, PASS=, or PW= for the password argument. PWD= is not supported and causes an error. |
specifies the Netezza database that contains the tables and views that you want to access.
Requirement | You must specify the DATABASE= argument if you use the SAS Embedded Process. |
specifies the name of the schema where the models are published.
Restriction | This argument is supported only on Netezza v7.0.3 or later. |
Interaction | The schema that is specified by the publishing macros’ DBSCHEMA= argument takes precedence over the schema that you specify in the INDCONN macro variable. If you do not specify a schema in the DBSCHEMA= argument or the INDCONN macro variable, the default schema for the target database is used. |