HP3000-L Archives

April 1998, Week 2

HP3000-L@RAVEN.UTC.EDU

Options: Use Monospaced Font
Show Text Part by Default
Show All Mail Headers

Message: [<< First] [< Prev] [Next >] [Last >>]
Topic: [<< First] [< Prev] [Next >] [Last >>]
Author: [<< First] [< Prev] [Next >] [Last >>]

Print Reply
Subject:
From:
Reply To:
Date:
Mon, 13 Apr 1998 14:24:55 -0700
Content-Type:
text/plain
Parts/Attachments:
cc:Mail (19 lines)
Hi John,
I agree with you,
Condition Code is changed by some machine intersections,therefore
the result of perform ... or c-c = 0 is an invalid and ambiguous
code.

This is documented in chapter 10 or 11 of the COBOL manual.
for example :
 if c-c = 0 then
    do this
 end-if
 if c-c <> 0 then
    something else
 endif

Is incorrect , since the first end-if might change the c-c.

Michael

ATOM RSS1 RSS2