.net
Moderators: chulett, rschirm, roy
I wish I understood the question. The normal custom routines in DS server are written in DS/BASIC and are internal to the package, so .net doesn't play a role. External routines can (with some difficulty) be bound into the package, but they too are unaffected by .net.
Are you referring to custom written stages?
Are you referring to custom written stages?
.net
I threw in the question about the routine as a side bar. They specific question is, "If you have a DataStage job that runs cleanly in the server environment, can that job be executed from a .net connection?"
ArndW wrote:I wish I understood the question. The normal custom routines in DS server are written in DS/BASIC and are internal to the package, so .net doesn't play a role. External routines can (with some difficu ...
-
ray.wurlod
- Participant
- Posts: 54595
- Joined: Wed Oct 23, 2002 10:52 pm
- Location: Sydney, Australia
- Contact:
No. .NET is a Windows-only phenomenon. You have specified running DataStage on UNIX. Therefore you can not use any .NET programming.
DataStage on Windows platforms can invoke functions exposed via COM objects, but I do not believe there is anything more flexible than that to take any advantage of the .NET framework (even though to run the clients you must have version 1.1 of the .NET framework installed).
DataStage on Windows platforms can invoke functions exposed via COM objects, but I do not believe there is anything more flexible than that to take any advantage of the .NET framework (even though to run the clients you must have version 1.1 of the .NET framework installed).
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
</a>