We have a large number(few 1000s) of Application Start/Stop jobs that are meant for manual execution. We are attempting to automate Start/Stop during patching cycles. At this time we have created duplicates of all of these jobs into a single Folder to be ordered. The first job must complete before the next can start.
Example :
order App1_Stop
then order App2_Stop
then order ...
The question is can you order a list of jobs in sequential order in Control-M without having to duplicate the job definitions them selves?