> REC(0) references a dimensioned array and, apparently, in UV holds all
> fields that could not fit into the dimension of the array.
> UniData does
> not work this way, it puts it into the last dimension of the
> array which
> could result in data loss if you change that array position.  We have
> confirmed this on our system as we are faced with the same problem.
>       ----------------------------------------------
> Here is a question to the group.  Is this a behaviour in UD that can be
> changed in a configuration setting?

Again, as with UV, UD is emulation dependant on this.  Basictype 'u' and 'm'
use element (0,0) IIRC, while 'p' and 'r' put the data at the end, or simply
truncate it - I can't remember.

If for some reason you need to operate your account with BASICTYPE 'p', then
you can always drop a 'BASICTYPE "u"' statement into the top of a program
you want to behave sensibly.

HTH,

Ken
-------
u2-users mailing list
[email protected]
To unsubscribe please visit http://listserver.u2ug.org/

Reply via email to