Entering content frame

-25313: Numerical value truncated 

Explanation:

Error when unloading data using the DATAEXTRACT command.

A numerical value that is supposed to be unloaded and displayed in the format specified in the command cannot be unloaded. This error occurs if, for example, you try to unload the value 2147483647 from data type INTEGER into an external binary INTEGER value that is only 2 bytes long.

In this case, you will only see an error message, and instead of numerical data, the data stream will only contain the same number of asterisks (*). This error does not interrupt the data unload.

User Action:

Check the data once it has been unloaded.

 

Leaving content frame