To change a variable

All questions about Control-M jobs definitions
Post Reply
User avatar
olivier2c
Nouveau
Nouveau
Posts: 11
Joined: 26 Jan 2011 12:00
Location: LYON

To change a variable

Post by olivier2c » 23 Aug 2013 1:30

Hello

based on an event, I want to add "1" to a variable
For this I use the "steps" tab

ON Statement Code = OK
DO
Set-Var Name = \nom_variable Value = %%nom_variable %%PLUS 1

It does not work, the variable remains at a value of 1

thanks for your help :(

Post Reply