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: u2-users-boun...@listserver.u2ug.org 
[mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of randyleesmith
Sent: Tuesday, March 04, 2014 1:34 PM
To: u2-users@listserver.u2ug.org
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
U2-Users@listserver.u2ug.org
http://listserver.u2ug.org/mailman/listinfo/u2-users
_______________________________________________
U2-Users mailing list
U2-Users@listserver.u2ug.org
http://listserver.u2ug.org/mailman/listinfo/u2-users

Reply via email to