.net

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
lstacks
Participant
Posts: 9
Joined: Thu Jun 09, 2005 6:15 am

.net

Post by lstacks »

If a job is designed in DataStage, which may or may not utilize custom routines, is there an interface / conversion process to .net?
ArndW
Participant
Posts: 16318
Joined: Tue Nov 16, 2004 9:08 am
Location: Germany
Contact:

Post by ArndW »

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?
lstacks
Participant
Posts: 9
Joined: Thu Jun 09, 2005 6:15 am

.net

Post by lstacks »

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 ...
ArndW
Participant
Posts: 16318
Joined: Tue Nov 16, 2004 9:08 am
Location: Germany
Contact:

Post by ArndW »

Jobs are initiated from the DataStage server machine using the "dsjob" command. If you can issue this command then you can run a job. The .NET doesn't come into it at all.
ray.wurlod
Participant
Posts: 54595
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

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).
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