Re: [U2] FW: Multivalue Question

2012-06-08 Thread Brian Leach
Unless they've secretly added it, that's always been UniVerse specific. Brian -Original Message- From: u2-users-boun...@listserver.u2ug.org [mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of David Wolverton Sent: 07 June 2012 18:59 To: 'U2 Users List' Subject: Re: [U2] FW

Re: [U2] FW: Multivalue Question

2012-06-08 Thread Wols Lists
On 07/06/12 17:29, Al DeWitt wrote: Unidata 7.1.20 Pick Flavor I am going to end up with a situation where I will have a multivalue field that contains 5500 +/- values. Each value will be 5-characters long. I'm concerned that this will issues with the following statement: X =

[U2] FW: Multivalue Question

2012-06-07 Thread Al DeWitt
Unidata 7.1.20 Pick Flavor I am going to end up with a situation where I will have a multivalue field that contains 5500 +/- values. Each value will be 5-characters long. I'm concerned that this will issues with the following statement: X = RECORD31 I've tried searching the manuals

Re: [U2] FW: Multivalue Question

2012-06-07 Thread Wjhonson
The system can move 25K in a blink, so the simple assignment below shouldn't be an issue. -Original Message- From: Al DeWitt adew...@stylmark.com To: u2-users u2-users@listserver.u2ug.org Sent: Thu, Jun 7, 2012 9:29 am Subject: [U2] FW: Multivalue Question Unidata 7.1.20 Pick Flavor

Re: [U2] FW: Multivalue Question

2012-06-07 Thread Wally Terhune
-users-boun...@listserver.u2ug.org] On Behalf Of Al DeWitt Sent: Thursday, June 07, 2012 10:35 AM To: U2 Users List Subject: Re: [U2] FW: Multivalue Question So the 5500 values in one field is not stretching any limits? Al DeWitt -Original Message- From: u2-users-boun

Re: [U2] FW: Multivalue Question

2012-06-07 Thread David A. Green
, 2012 9:30 AM To: u2-users@listserver.u2ug.org Subject: [U2] FW: Multivalue Question Unidata 7.1.20 Pick Flavor I am going to end up with a situation where I will have a multivalue field that contains 5500 +/- values. Each value will be 5-characters long. I'm concerned

Re: [U2] FW: Multivalue Question

2012-06-07 Thread David Wolverton
= SEARCHITEMPTR NEXT PTR -Original Message- From: u2-users-boun...@listserver.u2ug.org [mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of David A. Green Sent: Thursday, June 07, 2012 11:45 AM To: 'U2 Users List' Subject: Re: [U2] FW: Multivalue Question X = RECORD31 isn't your issue

Re: [U2] FW: Multivalue Question

2012-06-07 Thread Robert Houben
20480 == 0x5000 -Original Message- From: u2-users-boun...@listserver.u2ug.org [mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of David A. Green Sent: June-07-12 9:45 AM To: 'U2 Users List' Subject: Re: [U2] FW: Multivalue Question X = RECORD31 isn't your issue. This is your

Re: [U2] FW: Multivalue Question

2012-06-07 Thread Wjhonson
@listserver.u2ug.org Sent: Thu, Jun 7, 2012 9:51 am Subject: Re: [U2] FW: Multivalue Question 20480 == 0x5000 -Original Message- rom: u2-users-boun...@listserver.u2ug.org [mailto:u2-users-boun...@listserver.u2ug.org] n Behalf Of David A. Green ent: June-07-12 9:45 AM o: 'U2 Users List' ubject: Re: [U2

Re: [U2] FW: Multivalue Question

2012-06-07 Thread Robert Houben
@listserver.u2ug.org Sent: Thu, Jun 7, 2012 9:51 am Subject: Re: [U2] FW: Multivalue Question 20480 == 0x5000 -Original Message- rom: u2-users-boun...@listserver.u2ug.org [mailto:u2-users-boun...@listserver.u2ug.org] n Behalf Of David A. Green ent: June-07-12 9:45 AM o: 'U2 Users List' ubject: Re

Re: [U2] FW: Multivalue Question

2012-06-07 Thread George Gallen
...@listserver.u2ug.org] On Behalf Of David A. Green Sent: Thursday, June 07, 2012 12:45 PM To: 'U2 Users List' Subject: Re: [U2] FW: Multivalue Question Use instead: MORE.FLAG = (MVDATA # ) LOOP WHILE MORE.FLAG DO SNGDATA = REMOVE(MVDATA, MORE.FLAG) ... REPEAT

Re: [U2] FW: Multivalue Question

2012-06-07 Thread George Gallen
Users List Subject: Re: [U2] FW: Multivalue Question No idea why, but it is a round number when you view it as hex. ___ U2-Users mailing list U2-Users@listserver.u2ug.org http://listserver.u2ug.org/mailman/listinfo/u2-users

Re: [U2] FW: Multivalue Question

2012-06-07 Thread David A. Green
, 2012 10:04 AM To: U2 Users List Subject: Re: [U2] FW: Multivalue Question You will need to add MORE.FLAG = (MVDATA# ) again to just before the REPEAT, for the WHILE To function properly, otherwise, it's just using the flag set prior To starting the LOOP George -Original Message

Re: [U2] FW: Multivalue Question

2012-06-07 Thread Wjhonson
...@listserver.u2ug.org] n Behalf Of David A. Green ent: Thursday, June 07, 2012 12:45 PM o: 'U2 Users List' ubject: Re: [U2] FW: Multivalue Question Use instead: ORE.FLAG = (MVDATA # ) OOP WHILE MORE.FLAG DO SNGDATA = REMOVE(MVDATA, MORE.FLAG) ... EPEAT ___ 2

Re: [U2] FW: Multivalue Question

2012-06-07 Thread George Gallen
-boun...@listserver.u2ug.org] On Behalf Of David A. Green Sent: Thursday, June 07, 2012 1:08 PM To: 'U2 Users List' Subject: Re: [U2] FW: Multivalue Question George, The REMOVE will set the MORE.FLAG to 0 when it reaches the last value. David A. Green (480) 813-1725 DAG Consulting

Re: [U2] FW: Multivalue Question

2012-06-07 Thread George Gallen
No, I take that back. Not true. -Original Message- From: u2-users-boun...@listserver.u2ug.org [mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of George Gallen Sent: Thursday, June 07, 2012 1:08 PM To: U2 Users List Subject: Re: [U2] FW: Multivalue Question It's only round

Re: [U2] FW: Multivalue Question

2012-06-07 Thread Daniel McGrath
To: 'U2 Users List' Subject: Re: [U2] FW: Multivalue Question Or since UniData does keep AM pointers, you could do this - then the @SVM become @VM -- and if there is sub-valued data, in some ways this is EASIER than tracking what item 'REMOVE' is handling. SEARCHITEM = RAISE(RECORD31) CNT = DCOUNT

Re: [U2] FW: Multivalue Question

2012-06-07 Thread Wjhonson
Message- From: Daniel McGrath dmcgr...@rocketsoftware.com To: U2 Users List u2-users@listserver.u2ug.org Sent: Thu, Jun 7, 2012 10:26 am Subject: Re: [U2] FW: Multivalue Question UniData does not keep AM pointers. You might be thinking about UniVerse's inting mechanism. Regards