MOVE - Numeric Field to Integer Examples
Example 1:
|
|
|
|
|
|
|
|
|
|
|
|
|
25 |
|
|
|
|
0x0 |
|
| |||
|
|
|
|
25 |
|
|
|
|
0x19 |
No Condition Flag is set (all FALSE).
Example 2:
|
|
|
|
|
|
|
|
|
257 |
|
|
|
|
0x0 |
|
| |||
|
|
|
|
257 |
|
|
|
|
0x01 |
The OVER Condition Flag is set. The hex equivalent of FORM (0x0101) was too large to fit in INT and significant data was lost.
![]() |