www.mvcsys.de

$SYSTEM.SYSDICT2
Definition NAME

Object data

Definition

*
* A name defines a user-assigned identifier for an object.  A name consists
* of 1 to 30 letters, numbers, and dashes.  It must begin with a letter,
* must not contain embedded spaces, and must end with a letter or number.
* Certain names are reserved as DDL keywords, and additional names may be
* reserved as keywords in other languages.
*
* Object names must be unique within each object type.  Names used to
* identify an object are subject to the rules of construction of the type
* of the object.
*
*                                    Upshift
DEF NAME                                TYPE CHARACTER 30
                                        HEADING "Object Name".

Dependencies

Definitions

  1. OBJECT-IDENTIFIER
  2. OBL-V5