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

Problem Validating email address field for applicant


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

New User


Joined: 08 May 2009
Posts: 19
Location: India

PostPosted: Wed Jul 15, 2009 12:31 pm
Reply with quote

I have a Cobol requirement like i need to validate applicant's email address field for valid characters.
Particularly for the @ and the .(dot)

Can any one help me with the email address validation logic???
Back to top
View user's profile Send private message
Aaru

Senior Member


Joined: 03 Jul 2007
Posts: 1287
Location: Chennai, India

PostPosted: Wed Jul 15, 2009 12:37 pm
Reply with quote

Sureet,

Quote:
Can any one help me with the email address validation logic???


You will have to list down all the validation rules. characters which are valid to you may not be valid in other cases.

Quote:
Particularly for the @ and the .(dot)


Refer to the manuals for the "INSPECT" 'TALLYING" . You can use all these in your logic.
Back to top
View user's profile Send private message
enrico-sorichetti

Superior Member


Joined: 14 Mar 2007
Posts: 10872
Location: italy

PostPosted: Wed Jul 15, 2009 12:45 pm
Reply with quote

check this topic
ibmmainframes.com/viewtopic.php?t=41675&highlight=email+address+validation

and the links for better details
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 Routing command Address SDSF to other... TSO/ISPF 2
No new posts Replace Multiple Field values to Othe... DFSORT/ICETOOL 12
No new posts Map Vols and Problem Dataset All Other Mainframe Topics 2
No new posts Validating record count of a file is ... DFSORT/ICETOOL 13
No new posts Join 2 files according to one key field. JCL & VSAM 3
Search our Forums:

Back to Top