Re: Is Global Copy Possible?
- From: "William M. Klein" <wmklein@xxxxxxxxxxxxxxxxx>
- Date: Mon, 29 Aug 2005 21:03:49 GMT
You certainly COULD create your own "preprocessor" to do this.
For information on how to create and access such a thing in Server Express 4.0,
see
"Chapter 16: Integrated Preprocessor Interface"
in the "Program Development" manual.
Having said that, I am not really certain that it would be worth it, but it is
POSSIBLE.
--
Bill Klein
wmklein <at> ix.netcom.com
"Chris" <ctaliercio@xxxxxxxxx> wrote in message
news:1125348326.679722.231110@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
>I know this is probably reaching, but I'm always looking for a way to
> do things more simplistically.
>
> Does anyone know of a way to include a specific copy file in every
> program belonging to an application without explicitly using a COPY
> statement inside of the programs? For example, can I add it as a
> compile time option?
>
> More specifically I am looking to include the same list of EXTERNAL
> variables in each program that is a member of my application without
> having to add a line like:
>
> COPY "EXTERNALS.WS"
>
> These values are static values and each program within the application
> will need to know the value of them. But rather than have each program
> look them up in the database, and make each program more efficient, the
> initial program looks up and populates these values. Then since they
> are declared as external in all of the other applications the values
> carry automatically.
>
> I'm using MF Server Express 4.0 SP2 on HP-UX11i.
>
> Thanks in advance!
> Chris
>
.
- References:
- Is Global Copy Possible?
- From: Chris
- Is Global Copy Possible?
- Prev by Date: Re: Is Global Copy Possible?
- Next by Date: Re: [OT] Hurricane prep (Was: OT: Traffic Signals in New Mexico)
- Previous by thread: Re: Is Global Copy Possible?
- Index(es):
Relevant Pages
|