ETL Load time (Timestamp ) variations

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
sajidkp
Participant
Posts: 114
Joined: Thu Apr 30, 2009 12:17 am
Location: New Delhi

ETL Load time (Timestamp ) variations

Post by sajidkp »

HI,

I have a Loading job in which i need to load a column called ETL_Load_Time . The problem is i have a huge data. So if i use the currenttimestamp() function as the loading time changes the "seconds" parts of tmestamp change. Is there any way to get same value for all the record loaded at a time, i mean some thing like sequencer start time or something like that?.. please help me if anybody have an idea.
Regards,
Sajid KP
Jasti
Participant
Posts: 44
Joined: Sat Apr 14, 2007 6:34 am
Location: Hyderabad, India

Post by Jasti »

You can use DSJobStartTimestamp instead of CurrentTimestamp(), it's there in DS Macro.
Thanks,
Mohan.A.Jasti.
sajidkp
Participant
Posts: 114
Joined: Thu Apr 30, 2009 12:17 am
Location: New Delhi

Post by sajidkp »

Jasti wrote:You can use DSJobStartTimestamp instead of CurrentTimestamp(), it's there in DS Macro.
Thanx alot Mohan.A.Jasti,

This has solved my problem. As iam new to DS i dont have exact idea of the functions in DS. thats why i asked this simple question. :(
Regards,
Sajid KP
Post Reply