Datastage Time Data Type

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
muralisankarr
Premium Member
Premium Member
Posts: 83
Joined: Tue Oct 28, 2008 1:55 am
Location: Chennai

Datastage Time Data Type

Post by muralisankarr »

The elements HH:MM:SS can be fitted in 3 bytes as such the YYYY-MM-DD is fitted in 4 bytes. Then how does the the time data type occupies the 5 bytes in memory?
YY YY MM DD
Byte 1 Byte 2 Byte 3 Byte4

HH MM SS
Byte 1 Byte 2 Byte 3
Can any one help me in explaining this?

Many Thanks
MSR
The minute you start talking about what you're going to do if you lose, you have lost
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

Moderator: please move to Parallel forum

HH:MM:SS.ssssss
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
muralisankarr
Premium Member
Premium Member
Posts: 83
Joined: Tue Oct 28, 2008 1:55 am
Location: Chennai

Post by muralisankarr »

ray.wurlod wrote:Moderator: please move to Parallel forum

HH:MM:SS.ssssss
Thanks Ray & sorry for making it in wrong forum
The minute you start talking about what you're going to do if you lose, you have lost
Post Reply