Returns the physical name of a SAS data library or of an external file or returns a blank
| Language element: |
function
|
| Category: |
SAS file I/O
|
| OpenVMS specifics: |
fileref can be an OpenVMS logical
name
|
-
'fileref'
-
specifies the fileref that was assigned to an external file or to a SAS data library. Under OpenVMS,
fileref can also be an OpenVMS logical name that was assigned with a DCL DEFINE command. The
value of fileref must be enclosed in quotation marks.
The PATHNAME function returns the physical name of an external file or SAS library, or
blank if fileref or libref is invalid. The default length of the target variable in the DATA step is 200
characters.
Copyright © 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.