Search code examples
variablesoutputjobsjob-schedulingcontrol-m

Print Control-m runtime variable


I'm creating a Web Services Control-M job in while I'm populating a few a few variables at run time based on %%OMONNAM, %%RMONNAM, %%MONNAM and other parameters. I want to view/print these variables in output/sysout.


Solution

  • A simple echo would do that:

    echo %%OMONNAM
    echo %%RMONNAM
    echo %%MONNAM