SYSPARM enables you to pass a character string from the operating
environment to SAS program steps and provides a means of accessing
or using the string while a program is executing. For example, you
can use SYSPARM from the operating environment to pass a title statement
or a value for a program to process. You can also set the value of
SYSPARM within a SAS program. SYSPARM can be used anywhere in a SAS
program. The default value of SYSPARM is null (zero characters).
SYSPARM is most useful
when specified at invocation of SAS. For details, see the SAS documentation
for your operating environment.
Note: The macro processor always
stores the value of SYSPARM in unquoted form. To quote the resolved
value of SYSPARM, use the %SUPERQ macro quoting function.