has anyone passed variables through in and out conditions

All questions about Control-M jobs definitions
Post Reply
User avatar
fyot
Nouveau
Nouveau
Posts: 736
Joined: 26 Apr 2005 12:00
Location: PARIS
Contact:

has anyone passed variables through in and out conditions

Post by fyot » 27 Jul 2006 5:17

Hi,

Send a variable content through a condition could be dangerous.
It's not a Control-m functionnality.

So it exist other solution to do what you want to do :
1-%%LIBMEMSYM autoedit variable give some possibilities to share variables for several jobs.

2- Dynamic creation :
Using ctmcreate utility present with all control-m agent.
You could create a small script executed by your job to create following job with good parameters.
It's not necessary to save defintion in your table, but only create a template included in your script.

You can see a similar script named create_agt_jobs on that site.

Regards

rdierk

Post by rdierk » 31 May 2007 1:23

Use @HHMMSS- before the in/ out conditions of the jobs in the table. Each time the table is forced, it will create a new set of independent conditions.

Post Reply