35 pts.
 Compile issue
I got 3 subprograms all the 3 subprograms were compiled with option(15)  which is create module. When I try to link with all the subprograms with the main to create a program module its saying "Program XXXX not created" Please give help on this.

Software/Hardware used:
as400
ASKED: March 4, 2010  1:56 PM
UPDATED: March 10, 2010  11:34 PM

Answer Wiki:
Last Wiki Answer Submitted:  Be the first to answer this question.
All Answer Wiki Contributors:  Be the first to answer this question.
To see all answers submitted to the Answer Wiki: View Answer History.


Discuss This Question:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _


 

“Program XXXX not created”

That’s merely a final message reporting the status. You need to show us the error message that tells why the program wasn’t created.

An obvious guess is that one module contains a procedure call and no procedure of that name exists in any of the modules that you supplied. But if you don’t show us the error message, it can only be a guess.

Tom

 108,055 pts.