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
“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