space
Previous Page | Next Page

Interpreting SAS/SHARE Server Log Messages

Starting the Server Log

Use the PROC SERVER statement to explicitly start the server logging with the specific features that you want. To prepare for server log analysis, set the message numbering feature (MSGNUMBER).

Message numbering assigns a number to each message that is recorded in the log. The server log analysis programs parse messages by using the associated numbers.

Here is an example of specifying message numbering when the server is started:

proc server msgnumber id=demoserv;

For more information, see The SERVER Procedure.

space
Previous Page | Next Page | Top of Page