HP 3000 Manuals

Helpful TurboIMAGE/XL Information [ DBChange Plus User's Guide ] MPE/iX 5.0 Documentation


DBChange Plus User's Guide

Helpful TurboIMAGE/XL Information 

Remember the following TurboIMAGE/XL characteristics when making changes
to data items:

   *   A data item name must be unique within the database.  It must be
       from 1 to 16 characters long, and the first character must be
       alphabetic.

   *   No more than 1023 data items can exist in a TurboIMAGE/XL
       database.

   *   Valid data item types for TurboIMAGE/XL are I, J, K, R, U, X, Z,
       or P. For data item type conversion information, refer to Table
       4-2 .

   *   The unit of measure for data item length depends upon the type
       designator and can be a halfword, a byte, or a nibble.  A halfword
       is 16 bits, a byte is 8 bits, and a nibble is 4 bits or a half
       byte.

   *   A data item cannot exceed 2047 halfwords in length and must be an
       even number of bytes.

   *   The subitem count must be an integer from 1 to 255.  For item
       types U, X, or Z, the subitem count multiplied by the item length
       must be an even number.  For item type P, the subitem count
       multiplied by the item length must be evenly divisible by 4.

   *   The subitem length must be from 1 to 255, depending on the type
       designator as follows:

                   Type                     |                   Length 
                                            |
-----------------------------------------------------------------------------------------
                                            |
U, X, Z                                     | Maximum is 255 bytes.
                                            |
P                                           | Maximum is 255 nibbles.
                                            |
I, J                                        | Must be 1, 2, or 4 halfwords.
                                            |
K                                           | Must be 1 or 2 halfwords.
                                            |
R                                           | Must be 2 or 4 halfwords.
                                            |

   *   A compound data item is a data item with a subitem count of more
       than one.  Search and sort items cannot be compound items.

When changing data item length, reevaluate the blocking factor of the
sets containing the items.

For more information about TurboIMAGE/XL data items, refer to the
TurboIMAGE/XL Database Management System Reference Manual.



MPE/iX 5.0 Documentation