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

How to get the dates which are having past 1 year in cobol


IBM Mainframe Forums -> COBOL Programming
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
sunnybunny

New User


Joined: 29 Nov 2005
Posts: 49

PostPosted: Mon Jul 09, 2007 12:19 pm
Reply with quote

Hello friends,

For one of my requirement, I have to compare the dates in the following manner.

From the data base I will be taking date field (for ex: DATE-A).
I have to compare this field with current-date - 1year in cobol.
That means if the date in date field is less than the current-date - 1year
i ahve to process the record.

Can anyone let me know how to get the dates which are having past 1 year in cobol.

Regards,
Sunny.
Back to top
View user's profile Send private message
William Thompson

Global Moderator


Joined: 18 Nov 2006
Posts: 3156
Location: Tucson AZ

PostPosted: Mon Jul 09, 2007 12:39 pm
Reply with quote

The current date is available in COBOL, and subtracting one from the year is a simple action.
The functionability you want is also available in the where clause of the database select without needing COBOL to calculate it.
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 -> COBOL Programming

 


Similar Topics
Topic Forum Replies
No new posts Replace each space in cobol string wi... COBOL Programming 3
No new posts COBOL -Linkage Section-Case Sensitive COBOL Programming 1
No new posts COBOL ZOS Web Enablement Toolkit HTTP... COBOL Programming 0
No new posts Calling DFSORT from Cobol, using OUTF... DFSORT/ICETOOL 5
No new posts Generate random number from range of ... COBOL Programming 3
Search our Forums:

Back to Top