0

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.

Buddhi
  • 416
  • 4
  • 14

1 Answers1

0

A simple echo would do that:

echo %%OMONNAM
echo %%RMONNAM
echo %%MONNAM
Buddhi
  • 416
  • 4
  • 14