Hi, My question is in daily code it will first execute the back dated data from the source and then execute the remaining code. For example when we run on 23 date it will first execute 22 data and then the remaining data, when we run on 24 it will first execute 23 data and then the remaining data. EX : Yesterday date is set at 11am automatically and day before yesterday is set at 2am manually and once completed. actually my question is that the code should have only one instance running. So, what is the logic? Rerun for recon issues logic?
... View more