Gmil494
270 pts. | Jul 11 2009 5:06AM GMT
As previously mentioned IDENTIFICATION DIVISION is not aligned with following paragraphs.
Note: in the program source the following::
000026 HELLO 15 110 No Initial Section (compiler looking for something missing…O)
000006 Date is “S-” (I;ve never seen this in AS/400 or IBM mainframe COBOL? Correct/valid Y/N?)
Are you showing all source code (I notice that some lines have no source code entries…)
Linkage and Screen sections are valid but may not required, what to they reference and what
are they linked to (linkage/screens you’ll need DDS for external screen or program described
screen is missing - unless you have overlooked these sections and have entered them with
nothing in the source code referencing them…
000026 Main Routine Section
reference your source code line 000024 Program-Done (exists before 000026 Main-Routine…)
lines 000024 and 000026 are out of sequence, the program ends before the main routine (000026)
is executed…






