Previous Page | Next Page

Functions and CALL Routines under OpenVMS

DOPTNUM Function: OpenVMS



Returns the number of information items that are available for a directory.
Category: External Files
OpenVMS specifics: Valid values for directory-id; number of options available
See: DOPTNUM Function in SAS Language Reference: Dictionary

Syntax
Details
See Also

Syntax

DOPTNUM(directory-id)

directory-id

specifies the identifier that was assigned when the directory was opened, generally by the DOPEN function.


Details

The directory specified by directory-id must have been previously opened by using the DOPEN function.


See Also

Previous Page | Next Page | Top of Page