Entering commands as they are documented in the "SAS® 9.3 In-Database Products Administrator's Guide" results in a Teradata syntax error


In the "Administrator's Guide for Teradata" in the SAS® 9.3 In-Database Products Administrator's Guide, four commands are shown with a spacing error. These incorrectly formed commands are located in the section "Controlling the SAS Embedded Process".

Each of the commands is shown with a space between the words SERVER and CONTROL. Entering these commands as they are documented will cause a Teradata syntax error.

To work around this issue, use the correct formation of these commands, which is as follows:

CALL DBCEXTENSION.SERVERCONTROL ('STATUS', :A); 
CALL DBCEXTENSION.SERVERCONTROL ('SHUTDOWN', :A);
CALL DBCEXTENSION.SERVERCONTROL ('DISABLE', :A);
CALL DBCEXTENSION.SERVERCONTROL ('ENABLE', :A);