Specifies an action
for the Web application to take. Possible values for this variable
are as follows:
displays a custom input
form if one exists. If FORM is the only value for _ACTION, and no
form is found, then an error is generated. You can use the _FORM reserved
macro variable in conjunction with _ACTION=FORM if you want to specify
custom input forms.
displays a tree of
all stored processes. For _ACTION=INDEX, three HTML frames are created
with the top frame being the banner frame.
|
||
removes null parameters.
This value can be used only in combination with the EXECUTE and BACKGROUND
values.
displays a tree of
all stored processes. You can combine this value with values for the
_MATCH, _FIELD, _COLUMNS, _TYPE, or _PATH variables in order to specify
display parameters for the tree view.
|
||
Specifies the name of
the archive package to be created when _RESULT is set to
PACKAGE_TO_ARCHIVE . If this value is not specified
or is blank and _RESULT is set to PACKAGE_TO_ARCHIVE or PACKAGE_TO_REQUESTER , then the
package is created with a new, unique name in the directory that is
specified by _ARCHIVE_PATH. This value is set through the Stored Process
Service API and cannot be directly overridden by a client input parameter.
|
||
Specifies the path of
the archive package to be created when _RESULT is set to
PACKAGE_TO_ARCHIVE or PACKAGE_TO_REQUESTER . This value is set through the Stored Process Java API and cannot
be directly overridden by a client input parameter. The special value TEMPFILE causes the archive package to be created
in a temporary directory that exists only until the stored process
completes executing and the client disconnects from the server.
|
||
Specifies the name of
the authentication scheme that is used to identify a Web client (for
example, BASIC or SSL), or "null" (no authentication.) This variable
is not set by default but can be enabled. For more information, see Web Application Properties.
|
||
Specifies which columns
are to be displayed and the order in which they are presented. You
can specify one or more of the following values:
description , keywords , createDate (creation date), or modDate (modified
date). The creation date and modified date are displayed as year-month-day. The default is the name
column only.
|
||
Specifies the debugging
flags. For information about setting the default value of _DEBUG, see Setting the Default Value of _DEBUG.
|
||
Specifies the location
of a custom input form JSP file for a stored process. This value
is used only if _ACTION=FORM is also present. If the value starts
with a slash (/), then the JSP file is assumed to be located relative
to the Stored Process Web Application root. Otherwise, it is assumed
to be a complete URL and a redirect is performed to that value.
|
||
Sets any
ftext=Swiss htext=2 to specify the Swiss text font with a height of 2.
|
||
Specifies the MIME types
that are accepted by the stored process client. This variable is not
set by default but can be enabled. For more information, see Web Application Properties.
|
||
Specifies all of the
cookie strings that the client sent with this request. This variable
is not set by default but can be enabled. For more information, see Web Application Properties.
|
||
Specifies the address
of the referring page. This variable is not set by default but can
be enabled. For more information, see Web Application Properties.
|
||
Specifies the name of
the user agent. This variable is not set by default but can be enabled. For more information, see Web Application Properties.
|
||
Specifies the query
string that is contained in the request URL after the path. This variable
is not set by default but can be enabled. For more information, see Web Application Properties.
|
||
Specifies a complete
URL for use with programs that use the Output Delivery System (ODS).
This URL consists of the values of _THISSESSION and _TMPCAT. ODS uses
this URL to create links that replay stored output when they are loaded
by the user's Web browser. This variable is created by the stored
process server and is not one of the symbols that is passed from the
SAS Stored Process Web Application. The _REPLAY variable is set only
if the _URL variable is passed in from the client or middle tier.
If you are using the
_REPLAY macro variable with Microsoft Office, then you build a URL
that uses the _OUTPUTAPP= parameter. Supported values for the _OUTPUTAPP=
parameter include EXCEL, WORD, and POWERPOINT. For example, if you
specify _OUTPUTAPP=EXCEL in the URL, then the content type for the
replayed output is
application/vnd.ms-excel .
|
||
Specifies the name of
the HTTP method with which this request was made (for example, GET,
POST, or PUT). This variable is not set by default but can be enabled. For more information, see Web Application Properties.
|
||
Specifies the type of
client result that is to be created by the stored process. For more information, see Setting Result Capabilities. Possible values for this variable
are as follows:
|
||
Specifies the Internet
Protocol (IP) address of the client that sent the request. For many
installations with a firewall between the client and the Web server
or servlet container, this value is the firewall address instead of
the Web browser client. This variable is not set by default but can
be enabled. For more information, see Web Application Properties.
|
||
Specifies the fully
qualified name of the client that sent the request, or the IP address
of the client if the name cannot be determined. For many installations
with a firewall between the client and the Web server or servlet container,
this value is the firewall name instead of the Web browser client.
This variable is not set by default but can be enabled. For more information, see Web Application Properties.
|
||
Specifies the login
ID of the user making this request if the user has been authenticated,
or indicates null if the user has not been authenticated. This variable
is not set by default but can be enabled. For more information, see Web Application Properties.
|
||
Contains the value for
the user name that is obtained from Web client authentication. The
_SECUREUSERNAME macro variable is created when the application server
executes a stored process. The value for _SECUREUSERNAME is written
into the _username macro variable if _username doesn't already contain
a value.
|
||
Specifies the name and
version of the protocol that the request uses in the form protocol/majorVersion.minorVersion
(for example, HTTP/1.1). This variable is not set by default but can
be enabled. For more information, see Web Application Properties.
|
||
Identifies the Web server
software. This variable is not set by default but can be enabled. For more information, see Web Application Properties.
|
||
Specifies a URL that
is composed from the values of _URL and _SESSIONID. This variable
is created by the stored process server and is used as the base URL
for all URL references to the current session. The _THISSESSION variable
is created only if the _URL variable is passed in and a session has
been explicitly created.
|
||
Specifies a unique,
temporary catalog name. This catalog can be used to store temporary
entries to be retrieved later. In socket servers, the _TMPCAT catalog
is deleted after a number of minutes that are specified in the variable
_EXPIRE. This variable is created by the stored process server and
is not one of the symbols that is passed from the SAS Stored Process
Web Application.
|
||