Re: [U2] Left Outer Join Question
George Gallen <[email protected]> Tue, 4 Mar 2014 12:37:30 -0600
| Newsgroups | gmane.comp.db.u2.general |
|---|---|
| Message-ID | <7F929271DEA7CE48AE6DDCBC5C7283C42088CE1431@DFW1MBX15.mex07a.mlsrvr.com> |
You are definitely typing the lines from TCL level, and NOT from a program that's running EXECUTE/PERFORMS? Because if they are being run from a program, you have to use a multivalued command to EXECUTE, with all The lines in that command Example CMD="" CMD<-1>="GET-LIST LIST1 TO 1" CMD<-1>="GET-LIST LIST2 TO 2" CMD<-1>="MERGE.LIST 1 INTERSECT 2 TO 3" EXECUTE CMD LOOP READNEXT ID FROM 3 ELSE EXIT REPEAT -----Original Message----- From: [email protected] [mailto:[email protected]] On Behalf Of randyleesmith Sent: Tuesday, March 04, 2014 1:34 PM To: [email protected] Subject: Re: [U2] Left Outer Join Question It looks like the same thing. 4 lines long. ----: 0001: V ----: 0002: MERGE.LIST ----: 0003: I ----: 0004: GKSX Bottom at line 4. ----- I used to be an Optimist until I knocked over the glass. -- View this message in context: http://u2-universe-unidata.1073795.n5.nabble.com/Left-Outer-Join-Question-tp42740p42776.html Sent from the U2 - Users mailing list archive at Nabble.com. _______________________________________________ U2-Users mailing list [email protected] http://listserver.u2ug.org/mailman/listinfo/u2-users _______________________________________________ U2-Users mailing list [email protected] http://listserver.u2ug.org/mailman/listinfo/u2-users