[U2][UV] COMMON question

2005-03-04 Thread Nick Cipollina
Hello All, Question on COMMON. Is there a way to use COMMON so that any subroutine can use the COMMON variables for that account. I'm thinking I could write a program that will set some COMMON variables and run as a phantom job. I would then have other processes call subroutines that would

RE: [U2][UV] COMMON question

2005-03-04 Thread Bob Woodward
Subject: [U2][UV] COMMON question Hello All, Question on COMMON. Is there a way to use COMMON so that any subroutine can use the COMMON variables for that account. I'm thinking I could write a program that will set some COMMON variables and run as a phantom job. I would then have

RE: [U2][UV] COMMON question

2005-03-04 Thread Kevin King
PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Nick Cipollina Sent: Friday, March 04, 2005 2:51 PM To: u2-users@listserver.u2ug.org Subject: [U2][UV] COMMON question Hello All, Question on COMMON. Is there a way to use COMMON so that any subroutine can use the COMMON variables for that account

RE: [U2][UV] COMMON question

2005-03-04 Thread Gordon J Glorfield
- From: [EMAIL PROTECTED] [mailto:owner-u2- [EMAIL PROTECTED] On Behalf Of Nick Cipollina Sent: Friday, March 04, 2005 1:51 PM To: u2-users@listserver.u2ug.org Subject: [U2][UV] COMMON question Hello All, Question on COMMON. Is there a way to use COMMON so that any subroutine

RE: [U2][UV] COMMON question

2005-03-04 Thread Adrian Matthews
PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Nick Cipollina Sent: 04 March 2005 21:51 To: u2-users@listserver.u2ug.org Subject: [U2][UV] COMMON question Hello All, Question on COMMON. Is there a way to use COMMON so that any subroutine can use the COMMON variables for that account. I'm thinking

Re: [U2][UV] COMMON question

2005-03-04 Thread Allen Egerton
On Fri, 4 Mar 2005 16:51:02 -0500, you wrote: Question on COMMON. Is there a way to use COMMON so that any subroutine can use the COMMON variables for that account. I'm thinking I could write a program that will set some COMMON variables and run as a phantom job. I would then have other

Re: [U2][UV] COMMON question

2005-03-04 Thread FFT2001
Allen wrote: Nope. Blank Common and Named Common are specific to each user process. So, if I run a program which initializes common, any other program run by me during that session has that data available, but that data is NOT available to any other process. Allen it is my understanding that

Re: [U2][UV] COMMON question

2005-03-04 Thread Allen Egerton
On Fri, 04 Mar 2005 18:40:55 -0500, you wrote: Allen wrote: Nope. Blank Common and Named Common are specific to each user process. So, if I run a program which initializes common, any other program run by me during that session has that data available, but that data is NOT available to any