Statements under OpenVMS |
Valid: | anywhere in a SAS program |
OpenVMS specifics: | operating environment command; OpenVMS subprocesses |
See: | X Statement in SAS Language Reference: Dictionary |
Syntax | |
Details |
Syntax |
X <'DCL-command'>; |
spawns an OpenVMS subprocess, where you can issue DCL commands on OpenVMS.
specifies a single DCL command. The value for DCL-command must be enclosed in quotation marks.
Details |
The X statement issues a DCL command from within a SAS session. SAS executes the X statement immediately.
For complete information about the X statement, see Issuing DCL Commands during a SAS Session.
Copyright © 2009 by SAS Institute Inc., Cary, NC, USA. All rights reserved.