Functions and CALL Routines under OpenVMS |
Category: | SAS File I/O |
OpenVMS specifics: | fileref or libref can be an OpenVMS logical name |
See: | PATHNAME Function in SAS Language Reference: Dictionary |
Syntax | |
Details |
Syntax |
PATHNAME('fileref '|'libref'<search-ref>) |
is a character constant, variable, or expression that specifies the fileref that is assigned to an external file. Under OpenVMS, fileref can be an OpenVMS logical name that was assigned with a DCL DEFINE command. The value for fileref must be enclosed in single or double quotation marks.
is a character constant, variable, or expression that specifies the libref that is assigned to a SAS library. Under OpenVMS, libref can be an OpenVMS logical name that was assigned with a DCL DEFINE command
is a character constant, variable, or expression that specifies whether to search for a fileref or libref.
F | |
L |
Details |
PATHNAME returns the physical name of an external file or SAS library, or blank if fileref or libref is invalid.
Copyright © 2009 by SAS Institute Inc., Cary, NC, USA. All rights reserved.