Chapter Contents |
Previous |
Next |
CALL SYSTEM |
Language element: | CALL routine |
Category: | special |
OpenVMS specifics: | Issues DCL commands; some commands execute in a subprocess, others in the parent process |
Syntax | |
Details | |
Comparisons | |
Example | |
See Also |
Syntax |
CALL SYSTEM(DCL-command) |
Details |
In the windowing
environment, a new window is displayed when the command executes. Any output
from the command is displayed (for example, a directory listing). Select the File menu and click on
Exit
to remove this window.
Note that some DCL commands execute in the parent OpenVMS process and some execute in a subprocess. For more information, see Issuing DCL Commands during a SAS Session.
Comparisons |
Example |
The following is an example of the CALL SYSTEM routine:
data _null_; call system('define mylib [mydir.datasets]'); run;
See Also |
Chapter Contents |
Previous |
Next |
Top of Page |
Copyright 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.