8.0;existf, revision 8.0, 84/03/14
EXISTF () -- Check if a specified object exists.
usage: EXISTF pathname ...
FORMAT
EXISTF pathname ...
EXISTF reads the object pathname(s) you supply and checks to see if the object
exists. If the object does exist, EXISTF returns with a good program status.
If the object(s) does not exist, EXISTF returns an error status (pgm_$False).
If you specify more than one pathname, all the objects must be found for
EXISTF to return a good program status.
ARGUMENTS
pathname
(required) Specify the object pathname(s). EXISTF checks to see if
this object(s) exists and returns a program status message.