HLASM Language Reference
Previous topic | Next topic | Contents | Contact z/OS | Library | PDF


Continuation-indicator field

HLASM Language Reference
SC26-4940-06

The continuation-indicator field occupies the column after the end column. Therefore, the standard position for this field is column 72. A non-space character in this column indicates that the current statement is continued on the next line. This column must be a space character on the last (or only) line of a statement. If this column is not a space, the assembler treats the statement that follows on the next line as a continuation line of the current statement.

If the DBCS assembler option is specified, then:
  • When an SI is placed in the end column of a continued line, and an SO is placed in the continue column of the next line, the SI and SO are considered redundant and are removed from the statement before statement analysis is done.
  • An extended continuation-indicator provides the ability to extend the end column to the left on a line-by-line basis, so that any alignment of double-byte data in a source statement can be supported.
  • The double-byte delimiters SO and SI cannot be used as continuation-indicators.

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014