Rational Developer for System z
Enterprise COBOL for z/OS, Version 4.1, Programming Guide


Finding line sequence problems

Use the SEQUENCE compiler option to find statements that are out of sequence. Breaks in sequence indicate that a section of a source program was moved or deleted.

When you use SEQUENCE, the compiler checks the source statement numbers to determine whether they are in ascending sequence. Two asterisks are placed beside statement numbers that are out of sequence. The total number of these statements is printed as the first line in the diagnostics after the source listing.

related references  
SEQUENCE


Terms of use | Feedback

This information center is powered by Eclipse technology. (http://www.eclipse.org)