date format conversion

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
raji
Participant
Posts: 40
Joined: Tue May 16, 2006 6:06 am

date format conversion

Post by raji »

Hi all, :)

I have to convert the date format "yyyy-mm-dd" to "dd-mon-yyyy"

where my job looks like


SEQ.FILE----- TRANSFORMER STAGE----- SEQ.FILE

Please anybody help me out.

Thanks in advance :)
Raji

Nothing is impossible because impossible itself
says I'm Possible
sb_akarmarkar
Participant
Posts: 232
Joined: Fri Sep 30, 2005 4:52 am
Contact:

Post by sb_akarmarkar »

Your job type is parallel and you posted your query in server jobs...


Thanks,
Anupam
raji
Participant
Posts: 40
Joined: Tue May 16, 2006 6:06 am

Post by raji »

Thank u...........

how can i move to particular forum
Raji

Nothing is impossible because impossible itself
says I'm Possible
balajisr
Charter Member
Charter Member
Posts: 785
Joined: Thu Jul 28, 2005 8:58 am

Post by balajisr »

I do not think you will have rights to mv the post to parallel forum. You can request the moderator to mv to parallel forum. When you are posting make sure that you post in the right forum.

(moderator changed to mv, prevents this post from showing in my search for posts to mv around)
kumar_s
Charter Member
Charter Member
Posts: 5245
Joined: Thu Jun 16, 2005 11:00 pm

Post by kumar_s »

It is marked duplicate in other post. Hence I belive Moderater can move this one to Parallel and can delete the other post.

Raji - Try StringToDate() function. What is you input stage. If is sequential file, read the input data field as varchar and use StirngToDate in the transformer.
Impossible doesn't mean 'it is not possible' actually means... 'NOBODY HAS DONE IT SO FAR'
Post Reply