Need to find out particular day of month

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
Jagan617
Participant
Posts: 42
Joined: Thu Jun 05, 2008 7:37 pm

Need to find out particular day of month

Post by Jagan617 »

HI,

I need to findout day of the date like for example if it is 28-Jan-2011 i need output as 'Friday'. Is there any functions to get this output. Can anyone help.
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

Day of week:

Code: Select all

Oconv(date_in_internal_format,"DWA")
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