I need to know if rerunning a job in Control-M using 'Rerun' option alter the Job Command? If not so, how to induce it so that the job receives a different set of parameters on rerun.
Example for Commands for the job in Control-M:
simple run: sh run_my_job.sh <arg1>
rerun: sh run_my_job.sh RESTART <arg1>