cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
647
Views
0
Helpful
1
Replies

Date Variable in Carryover jobs

rick_okerman
Level 1
Level 1

Is there a way to lock a date variable, in the parameter, for specific jobs that occasionally carryover? 

The goal is to keep the date from flipping when a few specific jobs carryover.                  

1 Accepted Solution

Accepted Solutions

Marc Clasby
Level 1
Level 1

Hi Rick!

you would need to set a variable... remember that parametes are calculated at runtime when the job goes active so you can't use on a job that could potentially carry over... so use a variable that you set like a processing date that flips at 5pm or something then if it did carry over it would retain the date...

Also don't forget that file dependecies that use variables don't work the same way they calculate at insertion into the schedule (so it knows what to watch for) and that when using dates it can get tricky to make sure they match between dependecy and parameters... especially with jobs that may carry over... which is why we try to avoid wherever possinle

Good luck!

Marc

View solution in original post

1 Reply 1

Marc Clasby
Level 1
Level 1

Hi Rick!

you would need to set a variable... remember that parametes are calculated at runtime when the job goes active so you can't use on a job that could potentially carry over... so use a variable that you set like a processing date that flips at 5pm or something then if it did carry over it would retain the date...

Also don't forget that file dependecies that use variables don't work the same way they calculate at insertion into the schedule (so it knows what to watch for) and that when using dates it can get tricky to make sure they match between dependecy and parameters... especially with jobs that may carry over... which is why we try to avoid wherever possinle

Good luck!

Marc