Move/Copy Sysout

All questions about Control-M jobs definitions
Post Reply
User avatar
karan
Nouveau
Nouveau
Posts: 20
Joined: 25 May 2011 12:00

Move/Copy Sysout

Post by karan » 10 Jul 2014 4:50

Can anyone tell me how to copy or move sysout to a different location or server in Control-M. I need the syntax for defining it in the step tab.

User avatar
ThePirate
Nouveau
Nouveau
Posts: 61
Joined: 04 Feb 2008 12:00
Location: Cleveland, OH

Post by ThePirate » 21 Jul 2014 3:54

In Windows environment I want to make each run individual so they do not overwrite and only on failures so I use below but your server and directory will be different:

ON *
NOTOK

DO Copy
\\WWR-sysdocs\sysout\%%JOBNAME.%%$DATE.-%%RUNCOUNT..txt

Post Reply