Search found 4 matches

by lane0001
Mon Aug 16, 2010 9:33 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Server routine compile error in Version 8
Replies: 7
Views: 2274

Ray, Your suggestion of copying the code from this thread worked! Apparently the export/import from 7.5.2 to 8.1 corrupted the code as we are having the same compile issue with this same routine in other projects. Your copyright notice is intact in our code. Thanks for your help! Thank you too ArndW.
by lane0001
Fri Aug 13, 2010 11:24 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Server routine compile error in Version 8
Replies: 7
Views: 2274

Arun, the "Line" warning is not the problem. The error is keeping it from compiling. But thanks anyway.
by lane0001
Fri Aug 13, 2010 9:42 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Server routine compile error in Version 8
Replies: 7
Views: 2274

Thanks for the reply.

I deleted the includes, recompiled, and received the same error.
by lane0001
Fri Aug 13, 2010 7:53 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Server routine compile error in Version 8
Replies: 7
Views: 2274

Server routine compile error in Version 8

We are in the process of moving from 7.5.2 to 8.1. One of our server routines that compiles fine in 7.5.2 is receiving a compile error in 8.1. Any help would be appreciated. FUNCTION dukWriteFile(fileName,dynArray,delim) DEFFUN dukOpenFile(fileName, OpenMode, WriteMode, Logging) CALLING "DSU.du...