InputData + NULL values

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
jshurak
Participant
Posts: 74
Joined: Mon Jan 09, 2006 12:39 pm

InputData + NULL values

Post by jshurak »

I have a job that reads from a text file and emails its contents to users.

I've created jobs like this before that read numerical values and will send those values out to the users. If that value is 0 the job will loop until the value is not 0.


My question is this, can you set it up to loop if the input value is null?
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

No.
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