Talk About Network

Google


Register and Login
Nick
Password
Register create new account Sign up is FREE and you can post replies, new topics, bookmark posts and more!
Recover lost password


Programming > Cobol > Re: Is there an...
Latest [ Topics | Posts ] Archive Post A New Topic Post a Reply
<< Topic < Post Post 11 of 48 Topic 4096 of 4195
Post > Topic >>

Re: Is there any COBOL program for verify the SSN?

by Kellie Fitton <KELLIEFITTON@[EMAIL PROTECTED] > Apr 30, 2008 at 12:09 PM

On Apr 30, 8:02=A0am, "HeyBub" <hey...@[EMAIL PROTECTED]
> wrote:
> If you're asking about a check-digit, no. The SSN does not contain > a
> check-digit.
>
> That's why, when somebody asks you for your SSN, you can "accidentally"
> transpose a couple of digits and they can't check.
>
> There are, however, constraints on the three fields - a SSN of
999-xx-xxxx=

> can be detected as false.



Hi,

I wrote a COBOL program that uses a check-digit to verify SSN,
it utilizes the modulus 11 method described below. By the way,
method used here refer to a procedure or a technique and not
as used in OOP terminolog.

http://www.pgrocer.net/Cis51/mod11.html

http://www.pointil.com/resources/mod.htm

http://www.loc.gov/issn/check.html

Kellie.
 




 48 Posts in Topic:
Is there any COBOL program for verify the SSN?
SM <ma.stephen@[EMAIL   2008-04-29 18:00:05 
Re: Is there any COBOL program for verify the SSN?
docdwarf@[EMAIL PROTECTED  2008-04-30 01:04:01 
Re: Is there any COBOL program for verify the SSN?
"Rick Smith" &l  2008-04-29 22:03:58 
Re: Is there any COBOL program for verify the SSN?
"HeyBub" <he  2008-04-30 10:02:20 
Re: Is there any COBOL program for verify the SSN?
"Michael Mattias&quo  2008-04-30 13:04:14 
Re: Is there any COBOL program for verify the SSN?
"HeyBub" <he  2008-05-01 20:16:44 
Re: Is there any COBOL program for verify the SSN?
T. Rex <tyranno@[EMAIL  2008-05-05 20:40:53 
Re: Is there any COBOL program for verify the SSN?
"Pete Dashwood"  2008-05-06 13:11:33 
Re: Is there any COBOL program for verify the SSN?
"tlmfru" <la  2008-05-05 21:41:12 
Re: Is there any COBOL program for verify the SSN?
SkippyPB <swiegand@[EM  2008-05-06 12:03:55 
Re: Is there any COBOL program for verify the SSN?
Kellie Fitton <KELLIEF  2008-04-30 12:09:58 
Re: Is there any COBOL program for verify the SSN?
Binyamin Dissen <posti  2008-05-01 11:47:49 
Re: Is there any COBOL program for verify the SSN?
Kellie Fitton <KELLIEF  2008-05-01 08:14:52 
Re: Is there any COBOL program for verify the SSN?
"tlmfru" <la  2008-05-01 12:18:05 
Re: Is there any COBOL program for verify the SSN?
Binyamin Dissen <posti  2008-05-01 20:30:34 
Re: Is there any COBOL program for verify the SSN?
Howard Brazee <howard@  2008-05-01 12:14:20 
Re: Is there any COBOL program for verify the SSN?
Binyamin Dissen <posti  2008-05-01 21:30:35 
Re: Is there any COBOL program for verify the SSN?
Howard Brazee <howard@  2008-05-01 13:00:06 
Re: Is there any COBOL program for verify the SSN?
Kellie Fitton <KELLIEF  2008-05-01 11:29:39 
Re: Is there any COBOL program for verify the SSN?
"HeyBub" <he  2008-05-01 20:09:50 
Re: Is there any COBOL program for verify the SSN?
"Pete Dashwood"  2008-05-02 23:21:04 
Re: Is there any COBOL program for verify the SSN?
"tlmfru" <la  2008-05-02 10:05:49 
Re: Is there any COBOL program for verify the SSN?
"Pete Dashwood"  2008-05-03 04:46:44 
Re: Is there any COBOL program for verify the SSN?
"HeyBub" <he  2008-05-02 14:45:02 
Re: Is there any COBOL program for verify the SSN?
"Pete Dashwood"  2008-05-03 12:00:35 
Re: Is there any COBOL program for verify the SSN?
SM <ma.stephen@[EMAIL   2008-05-01 18:54:52 
Re: Is there any COBOL program for verify the SSN?
Kellie Fitton <KELLIEF  2008-05-02 14:58:43 
Re: Is there any COBOL program for verify the SSN?
"HeyBub" <he  2008-05-03 23:00:46 
Re: Is there any COBOL program for verify the SSN?
Arnold Trembley <arnol  2008-05-04 06:20:19 
Re: Is there any COBOL program for verify the SSN?
"HeyBub" <he  2008-05-05 10:24:26 
Re: Is there any COBOL program for verify the SSN?
T. Rex <tyranno@[EMAIL  2008-05-05 20:41:53 
Re: Is there any COBOL program for verify the SSN?
"HeyBub" <he  2008-05-06 11:16:04 
Re: Is there any COBOL program for verify the SSN?
Kellie Fitton <KELLIEF  2008-05-06 12:42:29 
Re: Is there any COBOL program for verify the SSN?
"Pete Dashwood"  2008-05-07 11:28:57 
Re: Is there any COBOL program for verify the SSN?
Robert <no@[EMAIL PROT  2008-05-06 19:56:22 
Re: Is there any COBOL program for verify the SSN?
Howard Brazee <howard@  2008-05-07 08:23:34 
Re: Is there any COBOL program for verify the SSN?
Joe Zitzelberger <zber  2008-05-20 23:20:20 
Re: Is there any COBOL program for verify the SSN?
Howard Brazee <howard@  2008-05-21 08:09:28 
Re: Is there any COBOL program for verify the SSN?
Robert <no@[EMAIL PROT  2008-05-21 12:01:25 
Re: Is there any COBOL program for verify the SSN?
Howard Brazee <howard@  2008-05-21 11:54:41 
Re: Is there any COBOL program for verify the SSN?
Robert <no@[EMAIL PROT  2008-05-21 19:49:41 
Re: Is there any COBOL program for verify the SSN?
Howard Brazee <howard@  2008-05-23 08:05:59 
Re: Is there any COBOL program for verify the SSN?
Robert <no@[EMAIL PROT  2008-05-23 20:16:36 
Re: Is there any COBOL program for verify the SSN?
Howard Brazee <howard@  2008-05-27 07:58:23 
Re: Is there any COBOL program for verify the SSN?
Kellie Fitton <KELLIEF  2008-05-07 17:28:11 
Re: Is there any COBOL program for verify the SSN?
"Pete Dashwood"  2008-05-08 13:48:08 
Re: Is there any COBOL program for verify the SSN?
Kellie Fitton <KELLIEF  2008-05-08 00:54:39 
Re: Is there any COBOL program for verify the SSN?
Howard Brazee <howard@  2008-05-08 07:03:43 

Post A Reply:
  Go here to Signup

AddThis Feed Button


About - Advertising - Contact - Frequently Asked Questions - Privacy Policy - Terms of Use - Signup

Contact
tan12V112 Fri Jul 25 22:10:22 CDT 2008.