HP3000-L Archives

July 2001, 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:
"Harrington, Don" <[log in to unmask]>
Reply To:
Harrington, Don
Date:
Wed, 11 Jul 2001 10:30:03 -0700
Content-Type:
text/plain
Parts/Attachments:
text/plain (56 lines)
Sorry, misread the code.  Thought it was .CC., but was just CC.  It's part of our data and nothing to bother this forum about.

Thanks Tom and Cecile for your response, anyway.

Later,
Don Harrington
Sr. Programmer/Analyst
FacApps Support
Standard Services Group
Facilities Computing Services
PO Box 3707 M/C 6C-AK
Seattle, WA  98124-2207
(v) 425-234-1145  (f) 425-234-0464  (p) 206-797-6360
Location: 7-42.1, 1C3-2

The opinions expressed in this e-mail reflect those of the sender.  They do not necessarily reflect the opinions of The Boeing Company unless specifically stated otherwise.




-----Original Message-----
From: Tom Emerson [mailto:[log in to unmask]]
Sent: Wednesday, July 11, 2001 10:21 AM
To: [log in to unmask]
Subject: Re: [HP3000-L] Fortran 66 and .CC.


On Wed, 11 Jul 2001 09:52:21 -0700, Harrington, Don
<[log in to unmask]> wrote:

>Gang;
>
>Does the .CC. reference FSERR or is it something else? [...]
>It checks for .CC. of 8, * and ' '.  What do these mean?

Just a bit of a WAG, but I would guess this checks the condition code
(easily checkable against online docs, I suppose...) [actually, I just
checked the 5.5 laserrom -- there is a CCODE() function to return the
condition code]

character values " ", "*", and "8" have hex values 20, 2A, & 38
respectively (decimal 32, 42, & 56) -- none of these really make me
think "CCL/CCE/CCG", the three possible values the condition code may have
[I would actually expect -1, 0, & 1, but a quick check of mpe.h.sys reveals
these to be 1, 2, & 0 respectively (or, at least, for the "C" library...)]

How is .CC. being used in the code?  the ".xx." syntax usually refers to
comparison operators such as > and < (but for the case where the actual ">"
or "<" character is not available, such as on an early punch-card...)

* To join/leave the list, search archives, change list settings, *
* etc., please visit http://raven.utc.edu/archives/hp3000-l.html *

* To join/leave the list, search archives, change list settings, *
* etc., please visit http://raven.utc.edu/archives/hp3000-l.html *

ATOM RSS1 RSS2