View previous topic :: View next topic
|
Author |
Message |
MichelleSpeer
New User
Joined: 22 Aug 2020 Posts: 10 Location: United States
|
|
|
|
Have a program that we are recompiling with no changes to code just copybook change. We are getting "IEW2315E 1369 IDENTIFY DATA COULD NOT BE ADDED TO <PROGNAME> BECAUSE THE SECTION DOES NOT EXIST" IBM manuals are not helpful. We attempted to recompile as is without new copybook still "IEW2315E 1369 IDENTIFY DATA COULD NOT BE ADDED TO <PROGNAME> BECAUSE THE SECTION DOES NOT EXIST". Any suggestions would be greatly appreciated. |
|
Back to top |
|
|
MichelleSpeer
New User
Joined: 22 Aug 2020 Posts: 10 Location: United States
|
|
|
|
Found issue & resolved. 'The program-id value in the cobol program must match the program name." The Error message couldn't just say that cause it's GREAT way to make 4 15+ year experienced programmers feel stupid. |
|
Back to top |
|
|
Phrzby Phil
Senior Member
Joined: 31 Oct 2006 Posts: 1050 Location: Richmond, Virginia
|
|
|
|
Good catch.
I might add, though, that
Quote: |
Have a program that we are recompiling with no changes to code just copybook change. |
is not accurate, because copybooks merely contain code inserted at that place into the main part of the program, so any copybook change is a change to the code. |
|
Back to top |
|
|
MichelleSpeer
New User
Joined: 22 Aug 2020 Posts: 10 Location: United States
|
|
|
|
True copybooks contain data stores and/or code so technically always a change in code. Expansion of copybook and program was not using any of the new fields. |
|
Back to top |
|
|
|