Adding external routine referring to .O file

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
pani
Participant
Posts: 8
Joined: Tue Apr 13, 2004 2:49 am

Adding external routine referring to .O file

Post by pani »

We are trying to add a routine of type External which should refer to .O file generated from C program.

Job is not compiling when we try to compile and giving error message

Output from subprocess: ld: fatal: file /home/pd.o: unknown file type

Any help is highly appriciated . Please let us know
Eric
Participant
Posts: 254
Joined: Mon Sep 29, 2003 4:35 am

Post by Eric »

External Parallel Routines should be compiled on the DataStage Server machine.

(Ths is due to the fact that Compiled 'C' Object files will differ depending on the compiler (platform/version) used and the options given to the compiler).

How did you compile the object file?
pani
Participant
Posts: 8
Joined: Tue Apr 13, 2004 2:49 am

yes it worked

Post by pani »

Thanks , It worked. Any idea on COMP-3 Conversion approach.
Post Reply