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 processes call subroutines that would use >the variables that are set by this program in the COMMON area. Is this >possible? Thanks. 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 Egerton [EMAIL PROTECTED] ------- u2-users mailing list [email protected] To unsubscribe please visit http://listserver.u2ug.org/
