Event info

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
RPhani
Participant
Posts: 32
Joined: Sun Aug 26, 2012 7:03 am
Location: Hyd

Event info

Post by RPhani »

Hi Experts,

Can we get the event info of Before SQL Statement in Log?

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

Post by ray.wurlod »

Probably, if you can redirect the event info (whatever it is you mean by this) onto stdout as part of the SQL.
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
RPhani
Participant
Posts: 32
Joined: Sun Aug 26, 2012 7:03 am
Location: Hyd

Post by RPhani »

Thanks Ray.

If we took write mode=Delete, Log shows Delete count also.

Suppose My Before SQL is: Delete from <Table_Name>

Log is not showing Delete records count. How can I get the deleted record count in this case?

---------------------------------------
Thanks,
Phani
Post Reply