Why not write the value to a commonly located record and then read it in the phantom?
> -----Original Message----- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > Behalf Of Allen Egerton > Sent: Monday, March 29, 2004 11:11 AM > To: U2 Users Discussion List > Subject: Re: COMMON Variable. > > > From: "Carolina Lizama" <[EMAIL PROTECTED]> > > > Is there a way to pass some common variable to a Phantom program - which > > will be called using EXECUTE 'PHANTOM XXXX'. > > > > I've even tried named COMMON and it lost its value. > > Common exists on a per-user basis. So, if your phantom initializes it, it > can use it. But there's no way to pass values stored in common from one > user to another user. > > In other languages, you can do it via "shared memory", but to the > best of my > knowledge, that's not available in Universe/Unidata at the application > level. Obviously it exists at the OS and DB level, otherwise > LIST.READU and > its brethren would be pretty useless :) > > -- > u2-users mailing list > [EMAIL PROTECTED] > http://www.oliver.com/mailman/listinfo/u2-users > > -- u2-users mailing list [EMAIL PROTECTED] http://www.oliver.com/mailman/listinfo/u2-users
