Hello...please Help!
I'm new to ILE RPG and am getting msg
Message ID . . . . . . : CPD5D02
Date sent . . . . . . : 10/12/05 Time sent . . . . . . : 04:40:07
Message . . . . : Definition not found for symbol 'Mod2'.
When using the following command to bind the modules into program object PGMA:
CRTPGM PGM(PGMA) MODULE(MOD1 MOD2) ACTGRP(*CALLER)
The modules have been previously created by using PDM option 15.
I have a main procedure and two subprocedures in MOD2 and they both have the keyword EXPORT on the procedure begin statements.
The same error message is also given for the two subprocedures in MOD2.
I'm new to ILE RPG and am getting msg
Message ID . . . . . . : CPD5D02
Date sent . . . . . . : 10/12/05 Time sent . . . . . . : 04:40:07
Message . . . . : Definition not found for symbol 'Mod2'.
When using the following command to bind the modules into program object PGMA:
CRTPGM PGM(PGMA) MODULE(MOD1 MOD2) ACTGRP(*CALLER)
The modules have been previously created by using PDM option 15.
I have a main procedure and two subprocedures in MOD2 and they both have the keyword EXPORT on the procedure begin statements.
The same error message is also given for the two subprocedures in MOD2.