![]() Chapter Contents |
![]() Previous |
![]() Next |
| SAS Companion for the OpenVMS Environment |
An external file that resides on another OpenVMS node can be specified in any statement that contains a quoted file specification. You can also define an OpenVMS logical name to point to a file on another node and then use the OpenVMS logical name in your SAS session as described in Assigning OpenVMS Logical Names to External Files. You can also use the FILENAME statement to assign a fileref to a remote external file. Within the quoted string, DEFINE command, or FILENAME statement, use the same syntax that you would use in any OpenVMS file specification to access a target node. For example, to access the file TEST.DAT on node VMSNODE, specify the following FILENAME statement:
filename mine 'vmsnode::mydisk:[mydir]test.data';
filename mine 'vmsnode "user-id
password"::mydisk:[mydir]test.data';
Note:
The MBC= and MBF= external I/O statement
options are not supported across DECnet.
![]() Chapter Contents |
![]() Previous |
![]() Next |
![]() Top of Page |
Copyright © 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.