Avoid warnings when Wait for file Timeouts.

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

ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

Not only that, it logs an informational message (not a warning) when the timeout triggers. 8)
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
kris007
Charter Member
Charter Member
Posts: 1102
Joined: Tue Jan 24, 2006 5:38 pm
Location: Riverside, RI

Post by kris007 »

Just exactly what I needed 8)

Kris
SharingDS
Participant
Posts: 12
Joined: Fri Apr 28, 2006 8:58 pm

Post by SharingDS »

Hi Craig,

I have gone through the code, i did't find where to pass the parameters. I mean file path ..etc in the routine code.

I understood that this routine will be called from Routine Activity before the actual jobs start running. correct me if i m wrong.

Cheers
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

Look at the "how to use" comments in the first four lines of the code. The pathname is the first argument, and there is a total of five arguments.
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
Post Reply