excetion handler

Post questions here relative to DataStage Enterprise/PX Edition for such areas as Parallel job design, Parallel datasets, BuildOps, Wrappers, etc.

Moderators: chulett, rschirm, roy

Post Reply
GSSaru
Participant
Posts: 7
Joined: Wed Aug 31, 2005 12:04 am
Contact:

excetion handler

Post by GSSaru »

hi all,,

can anybody tell where we have to decalre these Exception variables
stage_lable.$ErrSource,stage_label.$ErrNumber,stage_label.$ErrMessage...is there is any necessity to use uservariable activity to decalre these variables.if so how can we use these both in conjuction....

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

Post by ray.wurlod »

You don't have to declare them anywhere. If you want the information that one contains, then use that somewhere downstream, for example to supply an argument in a Routine activity.

What do you need to achieve?

The variables are available in any activity that is downstream of the activity on which you want to report; you do not require a specific User Variables activity.
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