![]() Chapter Contents |
![]() Previous |
![]() Next |
| The SERVER Procedure |
The PROC SERVER statement options are
If you specify your own format for this option, the number to format that is supplied to the formatting routine is a SAS datetime value. For an example of the date and time format in the server's log, see Server Log Reporting All Logging Statistics.
Specifying the value _NODTS_ suppresses the date-time stamp.
Note:
Do not confuse the MESSAGE value for the LOG=
option with the option MSGNUMBER. ![[cautend]](../common/images/cautend.gif)
22JUL97:13:57:03 JSMITH(27) in "SQL(0) has issued select region,year, ytd from yearly.regsales where country='USA' to SQLVIEW.
For a typical server log, see Sample Log for SAS/SHARE Server SHARE2.
06JAN1998:08:28:20.911 043131 SAS server SHR1 started
The message number
043131 identifies a PROC SERVER start-up operation.
Message numbers are useful for server log analysis applications. Such a program could count the number of instances of an operation that occur in a given client-server session. Collection and analysis of such statistics may help you with server load balancing. SAS provides a set of server log analysis program prototypes that you can customize for your needs. Among these prototypes is a file that maps message numbers to operations. See Introduction for information about the server log analysis tools.
Note:
Do not
confuse the option MSGNUMBER with the MESSAGE value for the LOG= option. ![[cautend]](../common/images/cautend.gif)
For details about how the client supplies this password to an SQL CONNECT TO REMOTE statement, see Remote SQL Pass-Through (RSPT) Facility.
![]() Chapter Contents |
![]() Previous |
![]() Next |
![]() Top of Page |
Copyright © 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.