Example
*** CALC KEY INFORMATION ***
REF RECORD-NAME NR-ITEMS ITEM-REF REC-DISPL LENGTH TYPE NEXT-SET NEXT-KEY
8 ART-DESCR 1 6 26 40 4 5 4
9 ARTICLE 3 0 128 6 5 8 7
6 134 2 5 7 6
54 182 2 5 7 6
13 SUPPLIER 2 0 37 5 5 11 8
5 42 30 4 11 8
Under the header CALC KEY INFORMATION, BPSIA prints out a table with information on the CALC keys (LOCATION MODE IS CALC) included in the subschema:
REF
Number of the associated record type
RECORD-NAME
Name of the record type
NR-ITEMS
Number of items making up the CALC key
ITEM-REF
Displacement of a CALC key item within the record type in accordance with the subschema format
'BLANK'
: The item is not contained in the subschema format of the record type
REC-DISPL
Displacement of a CALC key item within the database record (schema format including set connection data)
LENGTH
Length of the CALC key item
TYPE
Item type:
0:
Database key item
1:
Numeric item (packed)
2:
Binary item
4:
Alphanumeric item
5:
Numeric item (unpacked)
8:
Floating-point item
15:
Various item types (only when the CALC key is made up of several items)
NEXT-SET
Number of the next set in the subschema, in which this item is defined as a key item
NEXT-KEY
Number of the key from NEXT-SET
The entries from ITEM-REF to NEXT-KEY are repeated for each CALC key item (NR-ITEMS).