End Code 101

Mapping error
%s = %d: The mapping information is incorrect. (field number = %d, output file number = %d)

5:

The field number specified in the numeric operation "%s" does not exist in the input format. (field number = %d)

Description:

When $INUM() or $MINUM() was used with numeric operations functionality, an appropriate field number was not found in the input data.

Action to take:

Check whether the value of X in $INUM(X) or $MINUM(X) is specified within the range of the number of input fields.

6:

The field number specified in the date operation "%s" does not exist in the input format. (field number = %d)

Description:

A field that corresponds to the value specified in the date operations $INUM() or $MINUM() does not exist.

Action to take:

Check whether an input field that corresponds to the value specified in the date operations $INUM() or $MINUM() exists.