HP3000-L Archives

October 1999, Week 4

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:
Erik Vistica <[log in to unmask]>
Reply To:
Erik Vistica <[log in to unmask]>
Date:
Thu, 28 Oct 1999 09:41:00 -0700
Content-Type:
text/plain
Parts/Attachments:
text/plain (22 lines)
The quick answer is to take the 'd' from '9d' and find out what the ascii value is.

:CALC ORD('d')
100, $64, %144

You are getting FSERR 100

:RUN ERR.PUBXL.TELESUP (you could also use MSGUTIL)
WHAT ERROR NUMBER ? 100

Look for the FSERR it is:
--FILE SYSTEM ERROR-----------------------------------------------SET 8---
DUPLICATE PERMANENT FILE NAME  (FSERR 100)

Certainly not as nice as having the program look-up and print the error msg but handy if the code isn't there already.

Boris Kortiak wrote:

> Thanks all.  I found what I needed in the KSAM manual as pointed out by many here.  Now its time to roll up the sleeves and find the coding mistake I made which is causing this.
>
> Thanks again.

ATOM RSS1 RSS2