Page 1 of 1

Routine

Posted: Tue Dec 11, 2007 7:25 am
by ramudwhelp
Can we use DateFromJulianDay(JulianDayFromDate(input.field) + 185)) in the Parallel Routine?

Regards,
Ramakrishna

Posted: Wed Dec 12, 2007 1:38 am
by ray.wurlod
Have you tried it?

Posted: Wed Dec 12, 2007 9:56 am
by DSguru2B
I think you will have to include the dsapi.h header file. There is a mention of it in the documentation, under DataStage Development Kit in Parallel Job Developer's Guide.

Posted: Thu Dec 13, 2007 5:03 am
by JoshGeorge
I doubt if you can call DateFromJulianDay & JulianDayFromDate functions from a parallel routine even if you include the dsapi.h header file.