Re: [U2] UD PE 7.1.0 - Use of EXECUTE with the RTNLIST option

2013-11-21 Thread Rutherford, Marc
[mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of Bruce Decker Sent: Wednesday, November 20, 2013 3:56 PM To: u2-users@listserver.u2ug.org Subject: Re: [U2] UD PE 7.1.0 - Use of EXECUTE with the RTNLIST option This is a reply to a old post but since this is the top search result for RTNLIST

Re: [U2] UD PE 7.1.0 - Use of EXECUTE with the RTNLIST option

2013-11-20 Thread Bill Haskett
:* Re: [U2] UD PE 7.1.0 - Use of EXECUTE with the RTNLIST option This is a reply to a old post but since this is the top search result for RTNLIST, I'll post a reply with useful info. Unidata's BASIC compiler seems to be quite particular about the ORDER of the clauses on an Execute. P

Re: [U2] UD PE 7.1.0 - Use of EXECUTE with the RTNLIST option

2013-11-20 Thread Bruce Decker
This is a reply to a old post but since this is the top search result for RTNLIST, I'll post a reply with useful info. Unidata's BASIC compiler seems to be quite particular about the ORDER of the clauses on an Execute. Put RTNLIST, RETURNING AND CAPTURING in the wrong order and you'll see a error

Re: [U2] UD PE 7.1.0 - Use of EXECUTE with the RTNLIST option

2006-03-30 Thread Dave Taylor
TECTED]> To: "Dave Taylor" <[EMAIL PROTECTED]>; Sent: Thursday, March 30, 2006 12:34 PM Subject: Re: [U2] UD PE 7.1.0 - Use of EXECUTE with the RTNLIST option > Flavor? > > - Original Message - > From: "Dave Taylor" <[EMAIL PROTECTED]> > To:

RE: [U2] UD PE 7.1.0 - Use of EXECUTE with the RTNLIST option

2006-03-30 Thread colin.alfke
UniData doesn't call it a "flavour". See the UDT.OPTIONS manual. It has a section on which ones to set to provide greater "Pick" compatibility. Also look at the $BASICTYPE command. The big one is to turn UDT.OPTION 2 ON. Hth Colin Alfke Calgary Canada >-Original Message- >From: Dave Tay

RE: [U2] UD PE 7.1.0 - Use of EXECUTE with the RTNLIST option

2006-03-30 Thread u2
ursday, March 30, 2006 4:06 PM > To: Jerry Banker; u2-users@listserver.u2ug.org > Subject: Re: [U2] UD PE 7.1.0 - Use of EXECUTE with the RTNLIST option > > > Jerry, > > I haven't been able to find any reference to "flavor" or > "PICK" in the UD

Re: [U2] UD PE 7.1.0 - Use of EXECUTE with the RTNLIST option

2006-03-30 Thread Gordon J Glorfield
Original Message - > From: "Jerry Banker" <[EMAIL PROTECTED]> > To: "Dave Taylor" <[EMAIL PROTECTED]>; > Sent: Thursday, March 30, 2006 12:34 PM > Subject: Re: [U2] UD PE 7.1.0 - Use of EXECUTE with the RTNLIST option > > > Flavor? &

Re: [U2] UD PE 7.1.0 - Use of EXECUTE with the RTNLIST option

2006-03-30 Thread Dave Taylor
l Message - From: "Jerry Banker" <[EMAIL PROTECTED]> To: "Dave Taylor" <[EMAIL PROTECTED]>; Sent: Thursday, March 30, 2006 12:34 PM Subject: Re: [U2] UD PE 7.1.0 - Use of EXECUTE with the RTNLIST option > Flavor? > > - Original Message - >

Re: [U2] UD PE 7.1.0 - Use of EXECUTE with the RTNLIST option

2006-03-30 Thread Jerry Banker
Flavor? - Original Message - From: "Dave Taylor" <[EMAIL PROTECTED]> To: Sent: Thursday, March 30, 2006 1:26 PM Subject: [U2] UD PE 7.1.0 - Use of EXECUTE with the RTNLIST option I have had a problem compiling a program in Unidata 7.1.0 that is taken from Unive

Re: [U2] UD PE 7.1.0 - Use of EXECUTE with the RTNLIST option

2006-03-30 Thread Gordon J Glorfield
I'd never seen the RTNLIST clause until I moved from UniData to UniVerse. In your example replace the RTNLIST with TO as in: EXECUTE "SELECT CLIENTS TO 1" This syntax works for both UD and UV. HTH, Gordon Gordon J. Glorfield Sr. Applications Developer UnitedHealthcare's Mid-Atlantic Health Pl

[U2] UD PE 7.1.0 - Use of EXECUTE with the RTNLIST option

2006-03-30 Thread Dave Taylor
I have had a problem compiling a program in Unidata 7.1.0 that is taken from Universe that uses an EXECUTE statement with the RTNLIST option. To test this in its simplest form, I entered the following test program and got the following result after compiling it: ED BP TEST 0001EXECUTE "SELEC