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

comparing year part of hostvariable date


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

New User


Joined: 10 May 2009
Posts: 72
Location: bangalore

PostPosted: Wed Jun 10, 2009 6:15 pm
Reply with quote

hi
i have a req as follows:

i use query for selecting date from table
but one of the filering criteria is year part of the date(from table) = input year

how can i write this is query..? i am using a cursor to fetch rows.

pls suggest
Back to top
View user's profile Send private message
Bill O'Boyle

CICS Moderator


Joined: 14 Jan 2008
Posts: 2501
Location: Atlanta, Georgia, USA

PostPosted: Wed Jun 10, 2009 6:18 pm
Reply with quote

Shouldn't this be in the DB2 forum because SQL queries can be written for several languages?
Back to top
View user's profile Send private message
Marso

REXX Moderator


Joined: 13 Mar 2006
Posts: 1353
Location: Israel

PostPosted: Wed Jun 10, 2009 6:35 pm
Reply with quote

It should be easy:

Code:
SELECT * FROM my.table WHERE YEAR(my_date_field) = YEAR(CURRENT DATE)
Back to top
View user's profile Send private message
sm_2009

New User


Joined: 10 May 2009
Posts: 72
Location: bangalore

PostPosted: Wed Jun 10, 2009 6:39 pm
Reply with quote

will it work if Current date is a ws field
means YEAR(WS-INPUT-DATE)


ws-input-date is in db2 format
Back to top
View user's profile Send private message
Marso

REXX Moderator


Joined: 13 Mar 2006
Posts: 1353
Location: Israel

PostPosted: Thu Jun 11, 2009 3:11 am
Reply with quote

I hoped YOU would tell me.
So please try and tell me (and don't forget the":" thingy).
Back to top
View user's profile Send private message
sm_2009

New User


Joined: 10 May 2009
Posts: 72
Location: bangalore

PostPosted: Thu Jun 11, 2009 11:16 am
Reply with quote

hey yesss its working
thanks
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 Replacing 'YYMMDD' with date, varying... SYNCSORT 3
No new posts Modifying Date Format Using DFSORT DFSORT/ICETOOL 9
No new posts Need to convert date format DFSORT/ICETOOL 20
No new posts Need help to append a date&tsp at... DFSORT/ICETOOL 9
No new posts Fetch data from programs execute (dat... DB2 3
Search our Forums:

Back to Top