The "SAS® 9.3 In-Database Products: User's Guide" incorrectly uses quotation marks around parameter values for the INDCONN macro variable


In the SAS® 9.3 In-Database Products: User's Guide, Third Edition, the values for SERVER=, USER=, PASSWORD=, and DATABASE= are shown with quotation marks around them.

This is incorrect. The values for SERVER=, USER=, PASSWORD=, and DATABASE= should not have quotation marks around them. When you put quotation marks around these values in your code, an error similar to the following occurs:

ERROR 22-7: Invalid option name VALUE.

The incorrect information appears in the section "Publishing SAS Formats in Teradata" under the subsections "Running the %INDTD_PUBLISH_FORMATS Macro" and "INDCONN Macro Variable."