Submits an operating environment command for execution
-
command
-
specifies any of the following: a system
command enclosed in quotation marks (explicit 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.
The behavior of the CALL SYSTEM routine is similar to
that of the X command, the X statement, and the SYSTEM function. It is useful
in certain situations because it can be conditionally executed, it accepts
an expression as an argument, and it is executed at run time.
Copyright © 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.