After the
SAS Stored Process Web Application has been installed, it can be tested
by invoking it directly from a Web browser. To execute the SAS Stored
Process Web Application, enter the Web application URL in the Web
browser. Either the default
Welcome page
or static version data is returned.
For example, if you
enter the following SAS Stored Process Web Application URL:
http://yourserver.com:8080/SASStoredProcess/do
then you either get
the data from the Welcome.jsp page if it has been installed, or a
display similar to the following display:
Stored Process Web Application
Version 9.3 (Build 473)
If an error is returned,
then the installation was not completed successfully or the URL that
was entered is incorrect.
The reserved macro variable
_DEBUG provides you with several diagnostic options. Using this variable
is a convenient way to debug a problem, because you can supply the
debug values by using the Web browser to modify your HTML or by editing
the URL in your Web browser's location field. For example, to see
the installed environment for the SAS Stored Process Web Application,
the URL can be entered with _DEBUG=ENV appended. A table is returned,
which contains the system values for the SAS Stored Process Web Application
environment.