HP3000-L Archives

July 2003, Week 5

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:
Bill Cadier <[log in to unmask]>
Reply To:
Bill Cadier <[log in to unmask]>
Date:
Wed, 30 Jul 2003 11:16:38 -0700
Content-Type:
text/plain
Parts/Attachments:
text/plain (49 lines)
Tom writes:


Out of the blue, in shifting some transactions from one working COBOL program to another, I'm getting an abort. I am calling a
common routine to retrieve customer information from an Allbase database. The XL routine is written in Cobol. It processes the first
request for information, but on the second request, I get this:

Error message not available. Error #10000

TURBOIMAGE RESULT; RETURN STATUS = 0
IMAGE CALL INFORMATION NOT AVAILABLE
SUCCESSFUL EXECUTION - NO ERROR


**** PROGRAM QUIT; PARAM = 2
ABORT: B08I320.Y2KPRG.P
NM SYS   a.00ffd770 dbg_abort_trace+$28
NM USER  158.001350bc create_arintfc+$aa8
NM PROG  271.00010d68 _start+$55a8

Program terminated in an error state. (CIERR 976)
REMAINDER OF JOB FLUSHED.

The only thing I see in the SQL error message manual
for 10000 is:

Internal error detected at run time. (DBERR 10000)
SQLCA is corrupt. The command was not executed.


Any clues as to what might be going on?

Tom Hula
Victor S. Barnes Company
616-447-6173
----

You might try moving the declaration of the SQLCA to the beginning of working
storage. It may be that something prior to the definition in its current location is
overflowing into it.

Just a guess, but hope that helps,

Bill
hp/vCSY

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

ATOM RSS1 RSS2