USEWARN

1034

Using ^D/^F/^I on type

^D or ^F was used on an integer variable or ^I was used on a decimal variable. As ^D, ^F, and ^I are merely casts, the resulting descriptor will have unexpected data. Most likely you meant to use %IMPLIED rather than ^D or ^F, or %INTEGER rather than ^I. (Warning level 3)