Find duplicate job names in BMC control-m -


i need find duplicate job names in order change them. how do in bmc control-m?

if running control-m on unix export jobs ctmexdef , work these files.

export jobs:

#!/usr/bin/bash  table in `ctmpsm -schedtab -listtable "*" | sed '1d' | awk '{print $2}'`    ctmexdef -table $table -action define -file /tmp/${table}.out done 

print duplicate jobs:

grep ctmdefine /tmp/*.out | uniq -d 

Comments

Popular posts from this blog

linux - Does gcc have any options to add version info in ELF binary file? -

android - send complex objects as post php java -

charts - What graph/dashboard product is facebook using in Dashboard: PUE & WUE -