Chapter Contents

Previous

Next
CEXIST

CEXIST



Verifies the existence of a SAS catalog or SAS catalog entry and returns a value

Category: SAS File I/O


Syntax
Arguments
Details
Examples
See Also

Syntax

CEXIST(entry<,'U'>)

Arguments

entry
specifies a SAS catalog, or the name of an entry in a catalog. If the entry value is a one- or two-level name, then it is assumed to be the name of a catalog. Use a three- or four-level name to test for the existence of an entry within a catalog.

'U'
tests whether the catalog can be opened for updating.


Details

CEXIST returns 1 if the SAS catalog or catalog entry exists, or 0 if the SAS catalog or catalog entry does not exist.


Examples


See Also

Function:

EXIST


Chapter Contents

Previous

Next

Top of Page

Copyright 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.