The URL escape syntax
is used to hide characters that might otherwise be significant when
used in a URL.
A URL escape sequence
can be one of the following:
-
a plus sign, which is replaced
by a blank
-
a sequence of three characters
beginning with a percent sign and followed by two hexadecimal characters,
which is replaced by a single character that has the specified hexadecimal
value.
argument can be decoded using either SAS session encoding or UTF-8 encoding.
To decode
argument by using
the SAS session encoding, set the system option URLENCODING=SESSION.
To decode
argument by using
UTF-8 encoding, set the system option URLENCODING=UTF8.
Operating Environment Information: In operating environments that use EBCDIC, SAS performs an extra
translation step after it recognizes an escape sequence. The specified
character is assumed to be an ASCII encoding. SAS uses the transport-to-local
translation table to convert this character to an EBCDIC character
in operating environments that use EBCDIC.
For more
information, see the TRANTAB option .