Commands (YADDMDLLE - YCHKMDLOBJ) › YCHKMDLOBJ (Check Existence of Model Object) Command › Parameters › OBJNAM
OBJNAM
The object name of the object whose existence is checked. This parameter consists of three elements which together identify a model object. Values for this parameter are described in the following:
- *SRCMBR—(default) Single value indicating that the object implementation name (source member) is used to identify the model object to be checked.
- object owner name—The character name of the object which owns the object to be checked. Thus, for a function, the owning file would be entered.
- *NONE—Special value indicating that the object concerned does not have an owner (such as objects of type *FIL).
- *ARRAYS—Special value for the product internal file *ARRAYS.
- *MESSAGES—Special value for the product internal file *MESSAGES.
- object name—The character name of the object to be checked.
- object type—The object type of the object.
- *ACP—Object is of type access path.
- *APP—Object is of type application area.
- *ARR—Object is of type array.
- *CND—Object is of type condition.
- *FIL—Object is of type file.
- *FLD—Object is of type field.
- *FUN—Object is of type function.
- *MSG—Object is of type message.