Search found 2 matches

by mchatrvd
Fri May 11, 2007 4:14 pm
Forum: General
Topic: Merge Data Source
Replies: 3
Views: 1948

I have a sequential file which has employee, department, start date,end date and have another source which holds all possible dates. I want to combine these two soruces and get my output as employee, department,date in DataStage, based on criteria date> = start date and date <= end date. I appreciat...
by mchatrvd
Fri May 11, 2007 3:29 pm
Forum: General
Topic: Merge Data Source
Replies: 3
Views: 1948

Merge Data Source

I have two data sources, one coming from sequential file having data with start and end date. I will like to join it with another data source having all possible dates and then merge it into one output which will give me the data in sequential file by each date. Any help will be appreciated to accom...