Previous Topic

Next Topic

Book Contents

Book Index

Duplicate jobs based on several criteria duplicatedefjob XML file example

Copy all cyclic jobs in the GrpAcct group whose jobname begins with "Acct". Append "_COPY" to the job name of each copied job.

<DUPLICATEJOB>

<SUBAPPLICATION FROM="GrpAcct"/>

<CYCLIC FROM="1"/>

<JOBNAME FROM="Acct*" TO="Acct*_COPY"/>

</DUPLICATEJOB>

Parent Topic

duplicatedefjob XML file examples