Discussion:
Calling ESQL module
(too old to reply)
n***@rediffmail.com
2007-10-10 06:45:14 UTC
Permalink
Hi

Is it possible to call any ESQL compute node module with in another ESQL compute node module. If yes then how?
a***@techmahindra.com
2007-10-10 06:48:11 UTC
Permalink
You can call procedures or functions written in other/same esql file outside the module of the compute node

have a look at this

http://publib.boulder.ibm.com/infocenter/wmbhelp/v6r0m0/index.jsp?topic=/com.ibm.etools.mft.doc/ac06009_.htm
n***@rediffmail.com
2007-10-10 07:00:07 UTC
Permalink
i want to call the main function of a module with in another module
a***@techmahindra.com
2007-10-10 07:03:24 UTC
Permalink
i suspect the possibility of that... may be someone else might help if any such feature is existant.


one can either put the functionality in a function and call it from the 2 compute node modules

or if your nodes are doing the same thing then have the same module for both the compute nodes.
Loading...