Page History
...
Alternatively, you can also change the environment variable of the current process only (or job) from your RDML (does not require restarting listener/webserver).
Use the following code:
Define_Com Class(#XPRIM_OSUtil) Name(#OSUtil)
#OSUtil.SetEnvironmentVariable Name('LANSA_XLIB_CONFIG') Value('/tmp/lansaxlib.config.json')
If you have setup the environment variable and your configuration file correctly, you should see the following logs produced under the directory you specified in the configuration file.
...