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;