error handling

A forum for discussing DataStage<sup>®</sup> basics. If you're not sure where your question goes, start here.

Moderators: chulett, rschirm, roy

Post Reply
madhavan99990
Participant
Posts: 2
Joined: Wed Dec 08, 2010 10:49 am
Location: hyderabad
Contact:

error handling

Post by madhavan99990 »

give me an example of error handling?any one
Everything is starts from nothing
ray.wurlod
Participant
Posts: 54595
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

When you make a mistake in a typescript the editor marks it, usually with a red pen or pencil. That's error handling of a kind.
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
ray.wurlod
Participant
Posts: 54595
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

Seriously, though, this is way too vague a question. Is it an interview question? As with any other programming tool, error handling is about anticipating errors of various kinds and implementing mechanisms that can intercept and, hopefully, ameliorate them. Prevention is an even better approach.
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