next up previous contents index
Next: Diagnostics for FZLOC Up: Error Diagnostics Previous: Diagnostics for FZDIA:

Diagnostics for FZITRX + FZOTRX

CALL FZITRX

This routine is called from FZIN etc. to convert arrays of data from tranport to internal format. If it has problems it prints a message for the last bad number in each array and bumps the corresponding counter in the statistics for the file. Since this very low level routine has no information on the context of the data it is converting it cannot help the user on localizing the problem exactly.

The message is:

      FZITRX.  LUN= lun, Conversion problem:  n1 n2 n3

with the 3 numbers n1, n2, n3, printed in hexadecimal:

          n1 = -1  faulty sector control word
               -2  odd number of words for double precision
                2  conversion for integer
                3  conversion for floating single
                4  conversion for double precision

          n2   address local to the array of
          n3   the word in trouble before conversion

CALL FZOTRX

Same as above but for FZOUT.


Janne Saarela
Mon May 15 08:34:47 METDST 1995