Previous Page | Next Page

Functions and CALL Routines under OpenVMS

LIBREF Function: OpenVMS



Verifies that a libref has been assigned.
Category: SAS File I/O
OpenVMS specifics: Syntax
See: LIBREF Function in SAS Language Reference: Dictionary

Syntax
Details
See Also

Syntax

LIBREF('libref')

libref

specifies the libref to be verified. In a DATA step, libref can be a character expression, a string enclosed in quotation marks, or a DATA step variable whose value contains the libref. In a macro, libref can be any expression.


Details

The LIBREF function returns a value of 0 if the operation was successful, and a non-zero value if it was not successful.


See Also

Previous Page | Next Page | Top of Page