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

Efficient datatype for condition checking


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

Moderator Emeritus


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

PostPosted: Fri Oct 22, 2010 9:23 pm
Reply with quote

Hello,

Quote:
can you please tell me how to interpret it?
Probably not. . .

You might not realize it but you just asked to be taught assembler. We are not able to provide this level of training.

Looking at assembler is fine as long as there is at least some existing knowledge of the assembler language. . .
Back to top
View user's profile Send private message
Phrzby Phil

Senior Member


Joined: 31 Oct 2006
Posts: 1042
Location: Richmond, Virginia

PostPosted: Fri Oct 22, 2010 10:29 pm
Reply with quote

Here's your impetus to take an assembler class. You'll learn what's actually going on, and it's fun, too!
Back to top
View user's profile Send private message
Bill O'Boyle

CICS Moderator


Joined: 14 Jan 2008
Posts: 2501
Location: Atlanta, Georgia, USA

PostPosted: Fri Oct 22, 2010 11:56 pm
Reply with quote

Razesh84 said -
Quote:
it dropped to 5 seconds from 13 mins

That's terrific! Well done young man.

Keep up the good work and stellar effort.

Bill
Back to top
View user's profile Send private message
dbzTHEdinosauer

Global Moderator


Joined: 20 Oct 2006
Posts: 6966
Location: porcelain throne

PostPosted: Sat Oct 23, 2010 12:11 am
Reply with quote

Razesh84,
with an assembler manual in hand,
and a cobol listing of a reasonably complex cobol program,
you can at least get a feel for what is done.

you won't learn how to write assembler,
but understanding how/what the cobol instructions are expanded to assembler will help you write better cobol.

a good example is look at the code generated to reference table items with subscripts
and compare the same code written with indexes.
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: Sat Oct 23, 2010 12:19 am
Reply with quote

Follow-on:

If you want to read about assembler and would prefer a "book" rather than a reference manual, i suggest you find the book written by Kevin McQuillen (more than 30 years ago).

d
Back to top
View user's profile Send private message
Bill O'Boyle

CICS Moderator


Joined: 14 Jan 2008
Posts: 2501
Location: Atlanta, Georgia, USA

PostPosted: Sat Oct 23, 2010 12:46 am
Reply with quote

This book's ISBN is ===> 9780911625349

Got several hundred Google hits....

Bill
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 Goto page 1, 2  Next

 


Similar Topics
Topic Forum Replies
No new posts How to give complex condition in JCL . CLIST & REXX 30
No new posts REXX - Dataset checking in a do forev... CLIST & REXX 6
No new posts selectively copy based on condition DFSORT/ICETOOL 3
This topic is locked: you cannot edit posts or make replies. Control-m JOB executing even when the... Compuware & Other Tools 6
No new posts Dynamic condition checks COBOL Programming 5
Search our Forums:

Back to Top