
*IF $true(osv$unix)

  TYPE
    iot$transfer_count = 0 .. 7fffffff(16);

*ELSE

  TYPE
    iot$transfer_count = 0 .. 0ffffffff(16);

*IFEND
