Page 1 of 1

Global Control-M Auto Edit Variables

Posted: 26 May 2017 10:54
by Ekremo
How can I make sure, that the global variable value remains the same for all Jobs of a smart table, even the smart table was ordered again for the next day?

Re: Global Control-M Auto Edit Variables

Posted: 22 Jul 2017 9:07
by fyot
Could you explain what you mean ?

Global variable stay as defined, is you don't try to modify it.
But now, if you want to share variables between jobs, and if you are using CTM V9.0,
you should use POOLNAME variables.

Based on LIBMEMSYM function, POOLSYM will offer to saved variables in CTM database server,
shared for all jobs.

This function is very interesting, and principally because to use Global Variable a lot,
could decrease simnifically Control-M performances.