Submits an operating environment command for execution.
| Category: | Special |
| Interaction: | When invoked by the %SYSCALL macro statement, CALL SYSTEM removes quotation marks from its arguments. For more information, see Using CALL Routines and the %SYSCALL Macro Statement. |
| See: | CALL SYSTEM Routine: Windows in SAS Companion for Windows |
| CALL SYSTEM Routine: UNIX in SAS Companion for UNIX Environments | |
| CALL SYSTEM Routine: z/OS in SAS Companion for z/OS |
specifies any of the following: a system command that is enclosed in quotation marks (character string), an expression whose value is a system command, or the name of a character variable whose value is a system command that is executed.
| Restriction | The length of the command cannot be greater than 1024 characters, including trailing blanks. |