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

Validation of Dates in COBOL


IBM Mainframe Forums -> COBOL Programming
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
i.see.the.truth

New User


Joined: 21 Sep 2007
Posts: 8
Location: CHENNAI

PostPosted: Mon Jul 12, 2010 5:06 pm
Reply with quote

Is there any way in COBOL through which we can validate the input date (without using a DB2 query). For ex- 31.11.2010 is an invalid date. When this date is found at the input I would like to SET a flag to TRUE. The input date is always having the century part.

Thanks & Regards
Soumen
Back to top
View user's profile Send private message
Robert Sample

Global Moderator


Joined: 06 Jun 2008
Posts: 8697
Location: Dubuque, Iowa, USA

PostPosted: Mon Jul 12, 2010 5:27 pm
Reply with quote

You can write COBOL code to validate any field any way you want -- you just have to code it.
Back to top
View user's profile Send private message
dbzTHEdinosauer

Global Moderator


Joined: 20 Oct 2006
Posts: 6966
Location: porcelain throne

PostPosted: Mon Jul 12, 2010 5:30 pm
Reply with quote

there are only about a gazzillion algorithms on the internet to accomplish this.

there have been several threads withing the last few months in this forum concerned with this task.

to write you own would involve little code and a couple of tables.

there is only one month - feb - that forces you to accomplish any math.
and then, only when the day > 28.

there are only 5 years within a decade that you have to check for leap years,
(those ending in 0,2,4,6,8).

PeterHolland provided an excellent leap year calculation at the next to last post in this thread
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: Mon Jul 12, 2010 5:37 pm
Reply with quote

Search the forum for "CEEDAYS".

Bill
Back to top
View user's profile Send private message
i.see.the.truth

New User


Joined: 21 Sep 2007
Posts: 8
Location: CHENNAI

PostPosted: Mon Jul 12, 2010 5:45 pm
Reply with quote

Yes, that solves my problem .... :)

Thanks & Regards
Soumen
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