RE: COMMON Variable.

2004-03-31 Thread John Jenkins
Carol EXECUTE PHANTOM X :MY.COMMON.VARIABLE Usual rules for picking up command line arguments. Regards JayJay -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Carolina Lizama Sent: 29 March 2004 18:24 To: [EMAIL PROTECTED] Subject: COMMON

Re: COMMON Variable.

2004-03-30 Thread Mats Carlid
George Gallen wrote: You don't seem to be able to put any values on the phantom line (and if you do, they seem to be ignored). I never tried Commons for this. Another method I use is I create a VOC entry based on UserNO and something static like: (ex. 101phantom) 1PA 2RUN LIB PROGRAMNAME

Re: COMMON Variable.

2004-03-29 Thread Allen Egerton
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 '. 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

RE: COMMON Variable.

2004-03-29 Thread Steve Kunzman
Carolina, Could you write the variable out to a file and read it in within your program? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Carolina Lizama Sent: Monday, March 29, 2004 11:24 AM To: [EMAIL PROTECTED] Subject: COMMON Variable. Thanks

RE: COMMON Variable.

2004-03-29 Thread Kevin King
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

RE: COMMON Variable.

2004-03-29 Thread vance . alspach
List [EMAIL PROTECTED] ne.com cc: Sent by: Subject: RE: COMMON Variable

Re: COMMON Variable.

2004-03-29 Thread FFT2001
In a message dated 3/29/2004 1:11:11 PM Eastern Standard Time, [EMAIL PROTECTED] writes: Is there a way to pass some common variable to a Phantom program - which will be called using EXECUTE 'PHANTOM '. I've even tried named COMMON and it lost its value. Yes Carolina. There are a

RE: COMMON Variable.

2004-03-29 Thread George Gallen
] [mailto:[EMAIL PROTECTED] Sent: Monday, March 29, 2004 2:26 PM To: [EMAIL PROTECTED] Subject: Re: COMMON Variable. In a message dated 3/29/2004 1:11:11 PM Eastern Standard Time, [EMAIL PROTECTED] writes: Is there a way to pass some common variable to a Phantom program - which will be called

Re: COMMON Variable.

2004-03-29 Thread Trevor Ockenden
Is there a way to pass some common variable to a Phantom program - which will be called using EXECUTE 'PHANTOM '. I've even tried named COMMON and it lost its value. You could try 'named pipes' to pass the information BUT this is a large topic. You may need to do some investigation. It