Article 4661 of vmsnet.internals:
neyman@eisner.decus.org (Roger Neyman) writes:

>In article <9605200250.AA15949@pvtbbvax2000.local>, sveton@ba.pvt.sk (Branislav Sveton) writes:
>> Hi, all...
>> 
>> The DEBUG, shows me a following instruction:
>> 
>> CALLS    S^#01,@#SYS$IMGSTA+220
>> 
>> .. and there is a problem. I need to find which syst. service
>> is called ... Any ideas ?
>> Thanks.
>> 
>> Brano Sveton
>> sveton@ba.pvt.sk
>
> Brano, please, you have not given enough information to 
> base any reasonable answer on.  At _*least*_ provide:
>
>    a. Version of VMS (crucial in locating entry points)
>    b. full ouput of messages relaying the "problem" evidenced
>    c. a description of the circumstances leading to the problem.
>

Not Twooo Not Twooo.

$ LIBRARY/EXTRACT=SYS$P1_VECTOR SYS$SHARE:STARLET.OLB/OUT=SSVEC.OBJ
$ LINKK/MAP/NOEXE SSVEC

Then look in the SSVEC.MAP

SYS$IMGSTA is 7FFEDF68(16)
then, by adding    220(16)
-----------------------------------
you'll get    7FFEE188(16)

Which in my .MAP is SYS$PUT!

Next....

VAXman - 

Say what you want/Say what you will/'Cos I find you think what makes it easier
   And lies spread on lies/We don't care/Belief is our relief/We don't care
              - Tears For Fears:  the hurting/ideas as opiates -


