SAS Stored Processes
STPSRV_SESSIONCreates or deletes a session Syntax SyntaxRC = STPSRV_SESSION( 'command' , <timeout> ) Note: The APPSRV_SESSION function can be used in place of STPSRV_SESSION. This feature is provided in order to enable you to convert existing SAS/IntrNet programs to stored processes. Arguments
DetailsThe STPSRV_SESSION function creates or deletes a session. The function returns zero for a successful completion. A non-zero return value indicates an error condition. Examples
|