fatal error C1083: Cannot open source file: 'C:Greatest.c':

Post questions here relative to DataStage Enterprise/PX Edition for such areas as Parallel job design, Parallel datasets, BuildOps, Wrappers, etc.

Moderators: chulett, rschirm, roy

Post Reply
venkat_april
Participant
Posts: 26
Joined: Mon Jan 23, 2006 12:47 am

fatal error C1083: Cannot open source file: 'C:Greatest.c':

Post by venkat_april »

HI Friends,

I am calling C++ routine in datastage px.while compiling the job i am getting the error following .

##I IIS-DSEE-TBLD-00000 11:36:01(004) <main_program> Error when checking composite operator: Output from subprocess: Greatest.c
c1xx : fatal error C1083: Cannot open source file: 'C:Greatest.c': No such file or directory

Can you please see and give me the solution.

Thanks,
Venkat.K
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

Windows pathnames need backslash. In particular, one is mandated following the drive letter specification. For example "C:\Greatest.c".
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