Chapter Contents

Previous

Next
XSYMBOL

XSYMBOL



Specifies that global symbols are passed to the subprocess that is spawned by an X statement or X command

Language element: system option
Default: XSYMBOL
Valid in: configuration file, SAS invocation, OPTIONS statement, System Options window, VMS_SAS_OPTIONS DCL symbol
OpenVMS specifics: All aspects are host-specific


Syntax
Details
See Also

Syntax

XSYMBOL | NOXSYMBOL

XSYMBOL
passes the global symbols to the subprocess.

NOXSYMBOL
does not pass the global symbols to the subprocess.


Details

The XSYMBOL system option specifies whether to pass the global symbols to the subprocess that is spawned by an X statement or X command.

Local symbols are not passed to a subprocess that is created using the X 'DCL-command' form of the X statement or X command. Thus, if you define a process-level symbol, MYSYMBOL, before you invoke the SAS System, and then you issue the following X statement during your SAS session, the SAS System cannot find MYSYMBOL:

x 'show symbol mysymbol';

To see the value of MYSYMBOL, issue the following X statement and then issue the SHOW SYMBOL MYSYMBOL command at the SAS_$ prompt:

x '';

This option takes effect only after a subprocess is spawned. For information about when a subprocess is spawned, see XTIMEOUT=.

See Also


Chapter Contents

Previous

Next

Top of Page

Copyright 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.