MPE/iX Error Messages Manual Vol 2 (32650-90902)

Chapter 1 43
Vol. II Chapter 1
Loader, Native Mode
703 MESSAGE Symbol = !
File = !
Export SOM = !
File = !
Import SOM = !
Based on parmcheck rules the export data symbol fails to
satisfy the import data symbol. (LDRERR 703)
CAUSE The referenced data symbol was found; however, a
difference in type, mode, structure (i.e., array or pointer),
packing, or alignment was detected.
ACTION The message gives the files and the SOMs in which the
data symbol exists. Examine the declaration for the data
symbol as specified in each SOM by using the LINKEDIT
command. Use the HP Link Editor Help facility to obtain
help for the LINKEDIT command.
704 MESSAGE Symbol = !
File = !
Export SOM = !
File = !
Import SOM = !
Based on residence rules the export data symbol fails to
satisfy the import data symbol. (LDRERR 704)
CAUSE The import SOM is requesting a memory resident data
symbol but the data symbol in the exporting SOM is not
memory resident.
ACTION The message gives the files and the SOMs in which the
data symbol exists.Examinetheresidence specification for
the data symbol as specified in each SOM.
705 MESSAGE Symbol = !
File = !
Export SOM = !
File = !
Import SOM = !
Based on rules for access rights the export data symbol
fails to satisfy the import data symbol. (LDRERR 705)
CAUSE The import SOM is requesting an access rights level for a
data symbol which exceeds the access rights level of the
data symbol in the export SOM.
ACTION The message gives the files and the SOMs in which the
data symbol exists.Examinetheaccess rights specification
for the data symbol as specified in each SOM by using the
LINKEDIT command. Use the HP Link Editor Help
facility to obtain help for the LINKEDIT command.