Search found 3 matches

by nekokarma
24 Aug 2015 11:14
Forum: Job Definition
Topic: Control M - Job "LoadBalancing"
Replies: 0
Views: 23692

Control M - Job "LoadBalancing"

Hello, Im kind of new to control-M, and im still learning its basics, so thanks for your patience :) Im trying to do this: MasterJob Job1 Job2 Job3 Job4 All jobs (1 trough 4) take a random amount of time to complete. what i want to do, is that when masterjob runs, and find a specific condition (retu...
by nekokarma
24 Aug 2015 11:08
Forum: Job Definition
Topic: AFT - dynamic file name
Replies: 2
Views: 13260

Re: AFT - dynamic file name

SreeMahi wrote:You can use //PATH/FILENAME-%%$YEAR.%%MONTH.%%DAY in the source and //PATH/OTHERFILENAME-%%$YEAR.%%MONTH.%%DAY in the destination.
Thanks SreeMahi, it works perfect!!!

Thanks for your help.
by nekokarma
09 Jul 2015 4:56
Forum: Job Definition
Topic: AFT - dynamic file name
Replies: 2
Views: 13260

AFT - dynamic file name

Hello Experts, I´m new to control-M and i was asked to create a new AFT job that does the following 1) Transfer a file named FILE-YYYYMMDD to a remote location with name OTHERFILE-YYYYMMDD This transfer have to run daily. I already manage to transfer a file with a fixed name and change its name, but...