Re: [U2] Very Strange: Only first DICT entry using SUBR is LISTed

2011-06-23 Thread Dave Davis
Message- From: u2-users-boun...@listserver.u2ug.org [mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of jonathanm Sent: Wednesday, June 22, 2011 5:35 PM To: u2-users@listserver.u2ug.org Subject: Re: [U2] Very Strange: Only first DICT entry using SUBR is LISTed Thanks for your

[U2] Very Strange: Only first DICT entry using SUBR is LISTed

2011-06-22 Thread jonathanm
Hi, all. I'm on UniData 6.0 on hpux. I have a couple of DICT entries, expect_total_qty and receipt_total_qty on a file called core_cart_head. They are listed below. When I use them in a LIST command like LIST core_cart_head expect_total_qty receipt_total_qty only the first field has an values,

Re: [U2] Very Strange: Only first DICT entry using SUBR is LISTed

2011-06-22 Thread Dave Davis
. -Original Message- From: u2-users-boun...@listserver.u2ug.org [mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of jonathanm Sent: Wednesday, June 22, 2011 11:23 AM To: u2-users@listserver.u2ug.org Subject: [U2] Very Strange: Only first DICT entry using SUBR is LISTed Hi, all. I'm

Re: [U2] Very Strange: Only first DICT entry using SUBR is LISTed

2011-06-22 Thread Wols Lists
Having finally worked out where COMMAND comes from ... In all likelihood your selections are going to select list 1 and trashing each other! Change that line to PERFORM COMMAND: TO 2 CAPTURING SCREEN.OUTPUT and you might well get the answer you are expecting. I can't be sure, because I've only

Re: [U2] Very Strange: Only first DICT entry using SUBR is LISTed

2011-06-22 Thread jonathanm
-users-boun...@listserver.u2ug.org [mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of jonathanm Sent: Wednesday, June 22, 2011 11:23 AM To: u2-users@listserver.u2ug.org Subject: [U2] Very Strange: Only first DICT entry using SUBR is LISTed Hi, all. I'm on UniData 6.0 on hpux. I

Re: [U2] Very Strange: Only first DICT entry using SUBR is LISTed

2011-06-22 Thread jonathanm
. -Original Message- From: u2-users-boun...@listserver.u2ug.org [mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of jonathanm Sent: Wednesday, June 22, 2011 11:23 AM To: u2-users@listserver.u2ug.org Subject: [U2] Very Strange: Only first DICT entry using SUBR is LISTed Hi, all. I'm

Re: [U2] Very Strange: Only first DICT entry using SUBR is LISTed

2011-06-22 Thread Dave Davis
, 2011 11:45 AM To: u2-users@listserver.u2ug.org Subject: Re: [U2] Very Strange: Only first DICT entry using SUBR is LISTed Thanks, Dave. cust_shipto_cart is indeed indexed. The problem with reading the detail file records is that I'd have to build a unique subroutine for each type of DICT word

Re: [U2] Very Strange: Only first DICT entry using SUBR is LISTed

2011-06-22 Thread jonathanm
To: u2-users@listserver.u2ug.org Subject: Re: [U2] Very Strange: Only first DICT entry using SUBR is LISTed Thanks, Dave. cust_shipto_cart is indeed indexed. The problem with reading the detail file records is that I'd have to build a unique subroutine for each type of DICT word like

Re: [U2] Very Strange: Only first DICT entry using SUBR is LISTed

2011-06-22 Thread jonathanm
of having it parse a list. -Original Message- From: u2-users-boun...@listserver.u2ug.org [mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of jonathanm Sent: Wednesday, June 22, 2011 11:23 AM To: u2-users@listserver.u2ug.org Subject: [U2] Very Strange: Only first DICT entry using SUBR

Re: [U2] Very Strange: Only first DICT entry using SUBR is LISTed

2011-06-22 Thread Dave Davis
: Only first DICT entry using SUBR is LISTed Thanks, Dave. cust_shipto_cart is indeed indexed. The problem with reading the detail file records is that I'd have to build a unique subroutine for each type of DICT word like this. As it is, GET.LIST.TOTAL is used in multiple files of different

Re: [U2] Very Strange: Only first DICT entry using SUBR is LISTed

2011-06-22 Thread jonathanm
...@listserver.u2ug.org] On Behalf Of jonathanm Sent: Wednesday, June 22, 2011 3:13 PM To: u2-users@listserver.u2ug.org Subject: Re: [U2] Very Strange: Only first DICT entry using SUBR is LISTed OK. I've had a chance to read this a bit more and have a question. When you talk about creating a multi-valued