www.mvcsys.de

$SYSTEM.SYSDICT2
Definition TEXT-ID

Object data

Definition

*
* A text id identifies a block of text stored in the OTF.  All DDL language
* elements which can be expressed as text (such as comments, picture strings,
* heading strings, etc.) are stored in the OTF, and referenced via text ids.
* A null value of 0 is used to indicate that no text is associated with a
* text id attribute.
*
* Although TEXT-ID has the same format as OBJECT-NUMBER, the two should not
* be confused - they represent two different sets of things.
*
DEF TEXT-ID                             PIC  "9(9)" COMP
                                        DISPLAY "[BZ]I10"
                                        HEADING "Text Id/Number".

Dependencies

Definitions

  1. CDF-V0
  2. DDF-V4
  3. MAP-V1
  4. OBL-V5
  5. ODF-V2
  6. OTF-V3
  7. TKN-V1