datastage log with C++

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
altruist
Participant
Posts: 73
Joined: Thu May 11, 2006 6:50 am

datastage log with C++

Post by altruist »

Hi,

Can anyone let me know who we could write messages from C++ routine to datastage logs
chulett
Charter Member
Charter Member
Posts: 43085
Joined: Tue Nov 12, 2002 4:34 pm
Location: Denver, CO

Post by chulett »

Same way you would from any other language, I would imagine - via the API. I'm not anywhere that I can check but there should be a header / include file so C++ programs have access to them. Hopefully someone out there can throw us a bone. :wink:
-craig

"You can never have too many knives" -- Logan Nine Fingers
chulett
Charter Member
Charter Member
Posts: 43085
Joined: Tue Nov 12, 2002 4:34 pm
Location: Denver, CO

Post by chulett »

Bone here.
-craig

"You can never have too many knives" -- Logan Nine Fingers
altruist
Participant
Posts: 73
Joined: Thu May 11, 2006 6:50 am

Post by altruist »

Thank You :)
Post Reply