MVSFORUMS.com Forum Index MVSFORUMS.com
A Community of and for MVS Professionals
 
 FAQFAQ   SearchSearch   Quick Manuals   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

1st day of the next month for a given date

 
Post new topic   Reply to topic   printer-friendly view    MVSFORUMS.com Forum Index -> Database
View previous topic :: View next topic  
Author Message
satya_mn_99
Beginner


Joined: 26 Sep 2005
Posts: 17
Topics: 5

PostPosted: Mon Apr 03, 2006 2:43 pm    Post subject: 1st day of the next month for a given date Reply with quote

Hi

I would like to find the 1st day of next month for any given date using SQL. Please help me in this.

Ex :
Input : 2006-03-20

Output should be : 2006-04-01.


Thanks.
Back to top
View user's profile Send private message
kolusu
Site Admin
Site Admin


Joined: 26 Nov 2002
Posts: 12378
Topics: 75
Location: San Jose

PostPosted: Mon Apr 03, 2006 2:58 pm    Post subject: Reply with quote

satya_mn_99,

Try this

Code:

SELECT DATE(LAST_DAY('2006-03-20') + 1 DAY)   
  FROM SYSIBM.SYSDUMMY1;                       


Code:

SELECT DATE(LAST_DAY(CURRENT DATE) + 1 DAY)
  FROM SYSIBM.SYSDUMMY1;                     


Check this link for a detailed explanation of the Last_day function

http://publibz.boulder.ibm.com/cgi-bin/bookmgr_OS390/BOOKS/DSNSQH11/3.2.40?SHELF=&DT=20010718164132&CASE=


Hope this helps...

Cheers

Kolusu
_________________
Kolusu
www.linkedin.com/in/kolusu
Back to top
View user's profile Send private message Send e-mail Visit poster's website
satya_mn_99
Beginner


Joined: 26 Sep 2005
Posts: 17
Topics: 5

PostPosted: Mon Apr 03, 2006 3:03 pm    Post subject: Reply with quote

Thanks much !!! for your help ....

It's working perfectly fine.....
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic   printer-friendly view    MVSFORUMS.com Forum Index -> Database All times are GMT - 5 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


MVSFORUMS
Powered by phpBB © 2001, 2005 phpBB Group