6. JEVEUX core item content#

6.1. “. DESC “#

This object is a name pointer containing the symbolic names of these fields.

6.2. “. TACH “#

Contains the names of the fields in RESULTAT. This object is a collection of vectors of constant length pointed to by the. DESC.

6.3. “. NOVA “#

This object is a name pointer containing the names of access variables and calculation parameters.

6.4. “. TAVA “#

Describes access variables and calculation parameters. This object is a collection of vectors of length equal to 4 pointed to by the. NOVA. For a given name, we find:

  1. the name of the OJB suffix where the value (K5) is stored,

  2. the characters associated with the rank of the parameter making it possible to find its value when an order number is associated with it,

  3. the total number of different parameters in OJB,

  4. we indicate whether it is an access variable or a parameter.

See example below

6.5. “. ORDR “#

This object is an integer vector.

It contains the order numbers stored in the SD.

For example:. ORDR = (0,10,20,30)

This SD has 4 order numbers: 0,10,20,30 associated with the 4 storage numbers 1,2,3,4.