Chapter Contents |
Previous |
Next |
Moving and Accessing SAS Files across Operating Environments |
You use the HOSTFMT= option in the LIBNAME statement to designate the format of all files to be created in the specified library. Here is an example of designating OpenVMS Alpha format from an OpenVMS VAX host:
libname tranfile '[grades]' HOSTFMT=alpha;
By default, if you omit the HOSTFMT= option in the LIBNAME statement, you create SAS files in the format of the host at which you are creating the SAS files.
For details about the syntax for the LIBNAME statement and the HOSTFMT= option, see SAS Companion for the OpenVMS Operating Environment.
After you use the LIBNAME statement to designate the format of files to be created in that library, you must make the library available for use by using either of these methods:
Chapter Contents |
Previous |
Next |
Top of Page |
Copyright 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.