AutoClass and DataStage

Post questions here relative to DataStage Server Edition for such areas as Server job design, DS Basic, Routines, Job Sequences, etc.

Moderators: chulett, rschirm, roy

Post Reply
Shree0410
Participant
Posts: 70
Joined: Tue Nov 29, 2005 7:25 pm

AutoClass and DataStage

Post by Shree0410 »

hi guys, my project is to integrate the data between different target systems using DataStage
One of these target systems will return the same data that I sent to it with one extra column being appended in the end.
This target system uses scheduler functionality of AutoClass.

Can you help on how AutoClass can communicate with DataStage to let DataStage know the file from that target system is ready?

I can use a file watcher in the DataStage job, but I do not want my job to wait too long if the Target systems takes 2 or 3 days to process the file.

Thanks
DSguru2B
Charter Member
Charter Member
Posts: 6854
Joined: Wed Feb 09, 2005 3:44 pm
Location: Houston, TX

Post by DSguru2B »

You can specify the timeout in the wait for file activity stage. This way your job doesnt have to wait for an indefinate period of time.
Creativity is allowing yourself to make mistakes. Art is knowing which ones to keep.
chulett
Charter Member
Charter Member
Posts: 43085
Joined: Tue Nov 12, 2002 4:34 pm
Location: Denver, CO

Post by chulett »

Or have AutoClass do the 'file watch' and only run the job if/when it shows up.
-craig

"You can never have too many knives" -- Logan Nine Fingers
Post Reply