Previous Topic: #RESTART Segment UsageNext Topic: Workstation Networks


#END Statement

This statement is used to signal the end of a documentation unit.

This statement has the following format:

  #END[,segment-name]

      [,subsegment-name]

      [,station-name]
#END

Defines the required statement name. It must begin in position 1 of the record. If used without any other parameter, it marks the end of the documentation unit (that is, current segment and subsegment).

segment-name | subsegment-name | station-name

Defines a user-defined segment, subsegment, or station name. It must match the name used in the # record at the beginning of the unit.

Depending on how documentation is structured by the user, multiple #END statements can be nested within one segment of documentation.

More information:

User-Defined Documentation Segments