IBM Mainframe Forum Index
 
Log In
 
IBM Mainframe Forum Index Mainframe: Search IBM Mainframe Forum: FAQ Register
 

Difference between two dates in months


IBM Mainframe Forums -> DB2
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
mallikannasagaram

New User


Joined: 21 Feb 2006
Posts: 9
Location: india

PostPosted: Wed Sep 26, 2007 6:01 am
Reply with quote

Hi,

I have a requirement in which i need to calculate the difference between two dates interms of months. Is there any possibility of finding the difference using DB2 query?Please let me know the query if there is a way of finding it.

Thanks,
Mallik
Back to top
View user's profile Send private message
dick scherrer

Moderator Emeritus


Joined: 23 Nov 2006
Posts: 19244
Location: Inside the Matrix

PostPosted: Wed Sep 26, 2007 6:45 am
Reply with quote

Hello,

Please post what you are using as input and how you want the output to be presented.
Back to top
View user's profile Send private message
mallikannasagaram

New User


Joined: 21 Feb 2006
Posts: 9
Location: india

PostPosted: Wed Sep 26, 2007 7:47 am
Reply with quote

Hi,

The input is 2 different dates.

Here is the example for better understanding:
Date 1 = '2007-09-10'
Date 2 = '2006-12-22'

Then my output should be 9 months.


Thanks,
Mallik
Back to top
View user's profile Send private message
Craq Giegerich

Senior Member


Joined: 19 May 2007
Posts: 1512
Location: Virginia, USA

PostPosted: Wed Sep 26, 2007 7:58 am
Reply with quote

mallikannasagaram wrote:
Hi,

The input is 2 different dates.

Here is the example for better understanding:
Date 1 = '2007-09-10'
Date 2 = '2006-12-22'

Then my output should be 9 months.


Thanks,
Mallik

The results of subtracting 2 date using DB2 is a signed 8 digit number (yyyymmdd), you can use that to calculate the number of months (yyyy * 12) + mm.
Back to top
View user's profile Send private message
mallikannasagaram

New User


Joined: 21 Feb 2006
Posts: 9
Location: india

PostPosted: Wed Sep 26, 2007 8:03 am
Reply with quote

Hi Crag,

can you explain it with example?

Thanks,
Mallik
Back to top
View user's profile Send private message
View previous topic :: :: View next topic  
Post new topic   Reply to topic View Bookmarks
All times are GMT + 6 Hours
Forum Index -> DB2

 


Similar Topics
Topic Forum Replies
No new posts Timestamp difference and its average ... DB2 11
No new posts Difference when accessing dataset in ... JCL & VSAM 7
No new posts Amount of days between two dates PL/I & Assembler 8
No new posts What is the difference between Taskty... Compuware & Other Tools 2
No new posts Difference between VALIDPROC and CHEC... DB2 3
Search our Forums:

Back to Top