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 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

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. Put RTNLIST

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

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: u2-users@listserver.u2ug.org 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

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

2006-03-30 Thread Dave Taylor
] To: Dave Taylor [EMAIL PROTECTED]; u2-users@listserver.u2ug.org 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: u2-users@listserver.u2ug.org Sent

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

2006-03-30 Thread Gordon J Glorfield
, 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: u2-users@listserver.u2ug.org Sent: Thursday, March 30, 2006 1:26 PM Subject: [U2] UD PE 7.1.0 - Use of EXECUTE

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

2006-03-30 Thread u2
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 documentation, so I haven't declared a flavor (as far as I know). I would like

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 Taylor

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

2006-03-30 Thread Dave Taylor
@listserver.u2ug.org 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: u2-users@listserver.u2ug.org Sent: Thursday, March 30, 2006 1:26 PM Subject: [U2] UD PE 7.1.0 - Use