MEssage Text,Message ID from Log

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
Madhusv
Participant
Posts: 35
Joined: Sat May 07, 2005 1:38 am
Contact:

MEssage Text,Message ID from Log

Post by Madhusv »

Hi,
Is there any method get the message generated based on the message id that got generated in the log when the job is run.

Thanks,
Madhu
Sainath.Srinivasan
Participant
Posts: 3337
Joined: Mon Jan 17, 2005 4:49 am
Location: United Kingdom

Post by Sainath.Srinivasan »

Is the question to get the message given the id?

Search the forum. You will find lots of methods.
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

Most message IDs can be found in a table called SYS.MESSAGE. Note that this has six-character keys (for example '081002' rather than '81002').

The others have to be looked up in manuals. They exist in various header files, but there's no convenient API for decoding them.
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