SAS Stored Processes
STPSRVSETSets the value of a server property Syntax SyntaxRC = STPSRVSET( valuecode, newvalue ) Note: The APPSRVSET function can be used in place of STPSRVSET. This feature is provided in order to enable you to convert existing SAS/IntrNet programs to stored processes. The following Application Dispatcher properties are not supported by the SAS Stored Process Server: REQUIRE COOKIE, REQUEST TIMEOUT, and AUTOMATIC HEADERS. Arguments
The following table lists the valid properties for valuecode and provides a description of each.
DetailsThe STPSRVSET function takes one character string property and one numeric string property and returns a numeric string result. The return code is zero for success, non-zero for failure. Examples
|