Previous Topic: DBCRTAB (Credit and Debit Table)

Next Topic: MODTAB (Charge Modifier Table)


ELEMTAB (Charge Element Definition Table)

this table defines the elements used to calculate default charge element values. For example a batch job ORD may have CPUCHARGE, DISKCHARGE, and TAPECHARGE charge elements. The default charge calculation for each element is defined in this table. However, special handling routines, or algorithms, are defined elsewhere. A charge element may also have an associated complex unit, as well as a set of algorithms. If a charge element is defined, then a specific record is created during the Detail Function process. Conversely, if no definition exists, then no record is generated and the item is never created.

           Key  Field-Name          Type      Length

            *    VERSION             CHAR         8
            *    ORDID               CHAR         3
            *    ELEMENT             CHAR        16
                 UNIT                CHAR        16
                 NORMAL              CHAR        16
                 DEFRATE             DEC         15 (scale 0)
                 MINCHG              DEC         15 (scale 0)
                 MAXCHG              DEC         15 (scale 0)
                 COST: (See note)    DEC         15 (scale 0)

Note: For Future Use