IDE for Datastage Basic?

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
MrBlack
Participant
Posts: 125
Joined: Wed Aug 08, 2012 8:57 am

IDE for Datastage Basic?

Post by MrBlack »

Does anyone know of an IDE for Datastage Basic?

I was hoping that Eclipse would have plugin but couldn't find one. It'd just be really nice to have something a little more robust when writing my custom server routines than the editor they provide.
chulett
Charter Member
Charter Member
Posts: 43085
Joined: Tue Nov 12, 2002 4:34 pm
Location: Denver, CO

Post by chulett »

I used UltraEdit.
-craig

"You can never have too many knives" -- Logan Nine Fingers
MrBlack
Participant
Posts: 125
Joined: Wed Aug 08, 2012 8:57 am

Post by MrBlack »

UltraEdit won't compile, test, debug will it? I've written my own syntax highlighting in Notepad++. That's why I started looking for a plugin to Eclipse so I could leverage the intellisense, compiling, debug step through, capabilities of a full IDE.
chulett
Charter Member
Charter Member
Posts: 43085
Joined: Tue Nov 12, 2002 4:34 pm
Location: Denver, CO

Post by chulett »

Ah... nope, sorry, wasn't thinking it through from a "full IDE" standpoint more just from editing and syntax highlighting. Still have to paste it into DataStage for everything else.

Not sure such a thing exists.
-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 »

BDT downloadable (free) as part of U2 DB Tools from Rocket Software may work.
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