If you use the prelinker, you must prelink together in one job step all object decks defining external references in any of the input object decks.
For instance, if A and B are separately compiled programs and A statically calls B, then you cannot prelink A and B separately and then later link them together. Instead. you must link A and B together in one prelink job.