|  | 
|  | 
| SAS/IntrNet 9.2: Application Dispatcher | 
Returns the numeric value of a PROC APPSRV parameter setting
Syntax
Arguments
Details
Examples
VALUE = APPSRVGETN( valuecode )
The APPSRVGETN function takes one character string parameter and returns a numeric string result.
| SAS Statements | Results | 
|---|---|
| maxtimeout=appsrvgetn('request maxtimeout');
put maxtimeout=; | maxtimeout=900 | 
| timeout=appsrvgetn('request timeout');
put timeout=; | timeout=300 | 
| sessmaxtimeout=appsrvgetn('session maxtimeout');
put sessmaxtimeout=; | sessmaxtimeout=900 | 
| session=appsrvgetn('session timeout');
put session=; | session=900 | 
| starttime=appsrvgetn('server starttime');   
put starttime=datetime.; | starttime=01SEP02:08:15:59 | 
| version=appsrvgetn('version');
put version=; | version=9.2 | 
|  | 
|  | 
Copyright © 2007 by SAS Institute Inc., Cary, NC, USA. All rights reserved.