DataStage Server Routine using DSN

Post questions here relative to DataStage Server Edition for such areas as Server job design, DS Basic, Routines, Job Sequences, etc.

Moderators: chulett, rschirm, roy

Post Reply
maheshalways
Participant
Posts: 13
Joined: Tue Jan 25, 2005 12:07 am
Location: Mumbai,India

DataStage Server Routine using DSN

Post by maheshalways »

Hi,

I have a DataStage Server Routine, which connects to DB2, I need to modify the Server Routine to connect to SQL Server Database (Installed on Different Server). I have DSN Name,USER ID, PASSWORD. I have also set up ODBC to connect to SQL SERVER on my DataStage Server. I need to know the syntax to connect from DataStage Server routine using all the above info. Any help would be greatly appreciated.

Regards,
Mahesh
chulett
Charter Member
Charter Member
Posts: 43085
Joined: Tue Nov 12, 2002 4:34 pm
Location: Denver, CO

Post by chulett »

I don't think it (the syntax) changes. Just the values you pass. :?
-craig

"You can never have too many knives" -- Logan Nine Fingers
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

Nothing changes. All ODBC drivers present the same solution (essentially the ODBC API) no matter which database they actually connect to.
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