XCMD System Option: Windows

Specifies that the X command is valid in the current SAS session.

Valid in: configuration file, SAS invocation
Category: Environment Control: Display
PROC OPTIONS GROUP= ENVDISPLAY
Default: XCMD
Windows specifics: all

Syntax

Syntax Description

XCMD or XCMD ON

specifies to allow the X command to be valid in the current SAS session.

NOXCMD or XCMD OFF

specifies not to allow the X command to be valid in the current SAS session.

Details

The XCMD allows the X command to be active in the current SAS session.
If you specify NOXCMD, the following are disabled:
  • PIPE and NAMEPIPE device types in the FILENAME statement
  • CALL SYSTEM routine
  • X command
  • %SYSEXEC macro
  • SYSTASK statement
  • FILENAME function.