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 20 of 48 Topic 4096 of 4196
Post > Topic >>

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

by "HeyBub" <heybub@[EMAIL PROTECTED] > May 1, 2008 at 08:09 PM

Kellie Fitton wrote:
> On May 1, 10:30 am, Binyamin Dissen <postin...@[EMAIL PROTECTED]
>
> wrote:
>
>> So how was this supposed to help him verify an SSN?
>
>
> Hi,
>
> Here is what have been said in this thread prior to my posting:
>
> HeyBub said,  if you're asking about a check-digit,
> no. The SSN does not contain a check-digit.
>
> My posting merely pointed out that you can use
> the modulus 11 method to calculate a check-digit.
>
> Now, are you trying to find out how to calculate
> a check-digit by using the modulus 11 method?
>
> Or, are you trying to find out how to calculate the
> check-digit by using the modulus 11 method in COBOL
> per se?
>

The U.S. Social Security Number doesn't HAVE a check digit. In that regard

it's like a telephone number, a street address, or the number of Coke 
bottles in a carton. You can apply your method, but it won't work.

A modulo-11 scheme, as you point out, sometimes generates a check-digit of

"X." That's why all modern check-digit methods use modulo-10 so that the 
result is always numeric. Further, the only modulo-11 method in common use

that I know of is the ISBN (presently being phased out in the book 
industry).
 




 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 Sat Jul 26 3:30:31 CDT 2008.