argument can be encoded using either SAS session encoding or UTF-8 encoding.
To encode
argument by using
the SAS session encoding, set the system option URLENCODING=SESSION.
To encode
argument by using
UTF-8 encoding, set the system option URLENCODING=UTF8.
The URLENCODE function
encodes characters that might otherwise be significant when used in
a URL. This function encodes all characters except for the following:
-
all alphanumeric characters
-
-
-
-
-
-
-
-
open parenthesis ( ( )and close
parenthesis ( ) )
-
Note: The encoded string might
be longer than the original string. Ensure that you consider the additional
length when you use this function.