HP3000-L Archives

May 1995, 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:
Jeff Brown <[log in to unmask]>
Reply To:
Jeff Brown <[log in to unmask]>
Date:
Wed, 24 May 1995 23:30:06 GMT
Content-Type:
text/plain
Parts/Attachments:
text/plain (39 lines)
I have a compatibility mode program which calls a subroutine called
"GETSTAT" which I cannot find as either a "segment" or an "entry" in
either the account SL.PUB nor in SL.PUB.SYS.  The program is located
in the "PUB" group, and run with "Lib=P".  The program has been
exhibiting occasional strange behavior, and this is the one called
module that I cannot locate.
 
Does anyone know where I can find this module, and what it does?
 
Or, how could I trace where it loads from?
 
Here are some excerpts from the main program:
 
 01 PIN                           PIC  9(04)    COMP.
 
 01 STAT-WORD                     PIC S9(09)    COMP
                                                VALUE ZEROS.
 
 01 RETURN-STAT                   PIC S9(04)    COMP
                                                VALUE ZEROS.
 
     CALL INTRINSIC "GETPROCINFO"
        USING        PIN
        GIVING       STAT-WORD.
 
     ... snip ...
 
     CALL    "GETSTAT"
       USING STAT-WORD,
             RETURN-STAT.
 
     IF    RETURN-STAT = 1
        ... snip ...
 
Thanks in advance,
 
Jeff Brown
[log in to unmask]

ATOM RSS1 RSS2