Datetime field overflow error

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

I_Server_Whale
Premium Member
Premium Member
Posts: 1255
Joined: Wed Feb 02, 2005 11:54 am
Location: United States of America

Post by I_Server_Whale »

:) Very glad to hear that.

It will be appreciated by DSX'ers if the topic is marked as resolved.
Anything that won't sell, I don't want to invent. Its sale is proof of utility, and utility is success.
Author: Thomas A. Edison 1847-1931, American Inventor, Entrepreneur, Founder of GE
AndreiMK
Participant
Posts: 2
Joined: Thu Aug 04, 2011 5:33 am

Post by AndreiMK »

For Date column type I used

Code: Select all

TimestampToDate(CurrentTimestamp())
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

Code: Select all

CurrentDate() 
would have been so much easier. But you're in a parallel job, and this forum is for server jobs.
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