space
Previous Page | Next Page

SAS/SHARE Macros

SERVIIDX Macro



Returns the index of the entry for the specified server in the server identification table.
Category: Operator, Server, User

Syntax
Details

Syntax

%SERVIIDX(server-name);

Details

The SERVIIDX macro requires a server name and returns the index for that server entry in the server information table. You can use this index to access the fields in the table entry.

Note:   server-name cannot be specified as an alias.  [cautionend]

space
Previous Page | Next Page | Top of Page