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 24 of 48 Topic 4096 of 4172
Post > Topic >>

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

by "HeyBub" <heybub@[EMAIL PROTECTED] > May 2, 2008 at 02:45 PM

Pete Dashwood wrote:
>>
>> 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).
>
> Is it being phased out?
>
> Having just completed my book on Project Management and waiting on
> proofing and some initial reactions, I thought I better get an ISBN
> and do the legal filing of two archive copies. I found out HOW to do
> this (in NZ it's really pretty easy...) but I haven't done it yet.
>
> I know you're in the business so am interested in your opinion. I
> heard something about them moving to a 13 digit ISBN but nothing
> about it being phased out. In fact, the consensus seemed to be that
> it is useful to have if you are writing a serious book.
>
> Any comment?

Yes, the ISBN is being phased out in favor of ISBN13. The ISBN13 is really

the EAN (European Article Number), but we provincial Americans resist 
calling something "European." Books are now being pubilshed in the US with

only the 13-digit number as a designator.

Here's how they got there. The first three digits of the EAN indicate the 
country of origin. Since that's already built in to the ISBN, a new
country 
was created: "Bookland." Bookland was assigned the country identifier of 
"978." Now to get from an ISBN to an EAN (ISBN13) one puts down "978,"
then 
the first nine digits of the existing ISBN, then computes a new
check-digit 
(modulo 10, thank you) and sticks that on the end. As you can see, there
is 
a one-to-one correspondence between the ISBN and the ISBN13.

But, that's all due to change someday soon, as there's evidently been a 
civil war in the tranquil country of Bookland. There is now a "North" 
Bookland and a "South" Bookland. That is, a new country identifier of
"979" 
will be applied to the book universe. The implementation of 979 negates
the 
aforementioned one-to-one correspondence.

Here's a brief definition of the ISBN:

The ISBN is made up of three groups of numbers, followed by a check-digit,

all separated by dashes.

The first group is the Group Identifier (country of origin or region) a 
1-to-6 digit number. Big countries have little numbers, little countries 
have big numbers (0,1 = U.S., UK; 929851=Israel). This is followed by a 
dash.

The next group is the Publisher Group, a 2-to-7 digit number. Large 
publishers (Oxford, Harpers) have small numbers (00, 06), small publishers

have big numers (Junior League of Memphis = 9774554). Then a dash.

The last group is the unique identifier within the publisher, a 1-to-six 
digit number. Then the last dash.

Lastly the check-digit, a single digit or sometimes "X" (remember, this is

modulo-11).
 




 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 Wed Jul 9 2:44:51 CDT 2008.