HP3000-L Archives

May 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:
"Cole, Wes" <[log in to unmask]>
Reply To:
Cole, Wes
Date:
Wed, 9 May 2001 13:17:03 -0700
Content-Type:
text/plain
Parts/Attachments:
text/plain (51 lines)
The call to SM4904 is from a COBOL subroutine SM4903.  Most of the same
COBOL subroutines work in an online program for registration.  They (SM, IS,
FC COBOL programs) are also being called by a touchtone registration
process.  The subroutine including the C subroutines are also currently
working with Web registration.  We are now trying to intergrate a virtual
web registration process which has added one more call in the list of calls.

SubA calls SubB
        SubB calls SubC
                SubC calls SubD
                        ....
                                        SubnX calls SubnY

Is there a limit to the call depth that we have reached?

Thanks,

Wes C.

-----Original Message-----
From: Gavin Scott [mailto:[log in to unmask]]
Sent: Wednesday, May 09, 2001 12:58 PM
To: Cole, Wes; [log in to unmask]
Subject: RE: [HP3000-L] Getting Unresolved Externals error


Wes writes:
> We have developed a Web Transaction Server that launches several son
> processes.  We think the problem may be a subroutine calling a subroutine
> calling a subroutine and etc....
>
> Here is the error we are getting.
>
> <zx0700> main() zx0700.012 Copyrighted (c) CTC 1996
> <zx0700> main() tickets_enabled: 1ticket_sweeper
> <zx0700>init_agent
> ZX0732.003 Copyright (c) CTC 1997
>
> UNRESOLVED EXTERNALS: sm4904   (LDRERR 512)

Looks like your server program is unable to run the program you built.  I
suspect that a :RUN command will also give you the unresolved external.

Has this ever worked before?  Perhaps there is a problem with the cAsE of
the function name for the COBOL program (maybe it's SM4904 not sm4904).

G.

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

ATOM RSS1 RSS2