SEQ

SEQ affects whether the compiler verifies that source statements are in ascending order by sequence number.

Syntax

Read syntax diagramSkip visual syntax diagramSEQ=*YESNO
Default
SEQ=YES
YES
Checks that the source statements are in ascending alphanumeric order by line number.
NO
Does not perform sequence checking.

If both SEQ and NUM are in effect at compile time, the sequence is checked according to numeric, rather than alphanumeric, collating sequence.