IEA093I   MODULE modname CONTAINS UNRESOLVED WEAK EXTERNAL REFERENCE refname

Explanation

The initial program load (IPL) program loaded a module into the DAT-on nucleus region. (DAT is the acronym for dynamic address translation.) However, the module contained an unresolved external reference.

In the message text:
modname
The nucleus module
refname
The unresolved external reference

System action

The IPL proceeds. The unresolved external references should not affect the success of the IPL or subsequent processing.

System programmer response

This might be a normal situation. Consult the program directory and the PSP bucket to ensure that the reason for this message is expected. If the message is expected, ignore it.

Source

System initialization (IPL/NIP)

Module

IEAIPL02