How to perform incremental load in DataStage?
How to perform incremental load in DataStage?
-Daily loading is known as incremental load.
-When data is selected from source, selected records are loaded between timestamp of last load and the current time
-The parameter that are passed to perform are last loaded date and current date
-The first parameter is the stored last run date is read through job parameters
-The second parameter is the current date