Chapter Contents |
Previous |
Next |
SAS/SHARE User's Guide |
Adds server attributes to the server information table.
Syntax |
%SERVINFO(two-level-server-name,
<RMTVIEW=REMOTE-engine-RMTVIEW=-option>, <NETNODE=network-node-name)>; |
Typically, this macro is used in the member SERVERID of the APPLSYS macro library.
A server information table is created to contain information about the servers at your site. You can use this information in a program or you can display it. By default, the table contains the following type of information:
This table can also be used to specify other characteristics of a server or its users or administrators, such as server access passwords, PROC SERVER statement options, and the release of SAS software that the server is running under.
Optional arguments to the SERVINFO macro follow:
%LET high-level-qualifier=network-node; |
where high-level-qualifier is the high-level qualifier in the serverid that is specified in the positional parameter and network-node is the value of NETNODE=.
If the high-level qualifier in the serverid is also the high-level qualifier in the full network node name, you may omit it from the value of NETNODE= by beginning the NETNODE= value with a period (.).
For example, if the server SHRSERV runs on HP1.03.DOM2.ACME.COM, you would specify
%servinfo (hp.shrserv,netnode=hp103.dom2.acme.com);The SERVERID macro generates
%let hp=hp103.dom2.acme.com;
Chapter Contents |
Previous |
Next |
Top of Page |
Copyright 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.