Previous Page | Next Page

Functions and CALL Routines under UNIX

MODEXIST Function



Determines whether a product image exists in the release of SAS that you have installed.
Category: Numeric
UNIX specifics: pathname is available
See: MODEXIST Function in SAS Language Reference: Dictionary

Syntax
Arguments
Details

Syntax

MODEXIST '(product-name' | 'pathname'

Arguments

'product-name'

specifies a character constant, variable, or expression that is the name of the product image you are checking.

'pathname'

specifies the pathname for the product image you are checking.


Details

The MODEXIST function searches the directories that are listed in the pathname argument for an executable module. The name of the executable module is passed to MODEXIST. MODEXIST returns 1 if the module is found, and 0 if the module is not found.

Previous Page | Next Page | Top of Page