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

Find the digit using mod10 algorithm


IBM Mainframe Forums -> HomeWorks & Requests
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
Gabriel Araujo Alves

New User


Joined: 20 Jul 2010
Posts: 38
Location: Brazil

PostPosted: Thu Jun 14, 2012 10:18 pm
Reply with quote

Hi,


have any way to find the digit using mod10 algorithm ?
Back to top
View user's profile Send private message
dick scherrer

Moderator Emeritus


Joined: 23 Nov 2006
Posts: 19244
Location: Inside the Matrix

PostPosted: Thu Jun 14, 2012 10:22 pm
Reply with quote

Hello,

Which digit?

You need to make sure you ask complete questions (with explanations if necessary).

Not everyone will know what you are thinking.
Back to top
View user's profile Send private message
Robert Sample

Global Moderator


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

PostPosted: Thu Jun 14, 2012 10:45 pm
Reply with quote

You posted in the JCL section of this forum. JCL does only one thing -- it executes programs. The programs might be COBOL, PL/I, assembler, C, Perl, or a system utiltiy such as IDCAMS, SORT, or IEBGENER, but all JCL can do is execute programs.

As Dick said, you need to explain more. Which language are you implementing the mod 10 algorithm in? Which digit are you looking for -- the checksum? the first digit? the ninth digit? Are you looking for an existing implementation of mod 10, or are you planning on writing one?
Back to top
View user's profile Send private message
enrico-sorichetti

Superior Member


Joined: 14 Mar 2007
Posts: 10872
Location: italy

PostPosted: Thu Jun 14, 2012 11:13 pm
Reply with quote

Quote:
have any way to find the digit using mod10 algorithm ?


if the description of the algorithm is available nothing prevents You from implementing it!

where are You having problems ... the logic or the coding ??

but wiser to use a better posting style,
You just asked a YES/NO question, and suche questions usually receive YES/NO answers, technically correct, but pretty useless.
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 -> HomeWorks & Requests

 


Similar Topics
Topic Forum Replies
No new posts To find whether record count are true... DFSORT/ICETOOL 6
No new posts Find the size of a PS file before rea... COBOL Programming 13
No new posts Find the occurrence of Key Field (Par... DFSORT/ICETOOL 6
No new posts Find a record count/numeric is multip... COBOL Programming 1
No new posts Need to find a specific STRING COBOL Programming 11
Search our Forums:

Back to Top