END LABELS or END NAMES

Top Up Down  A A

The first section of a control file contains control variables, one per line, and ends with &END. This is followed by the second section of item labels, one per line, matching the items in the analysis. This sections ends with END LABELS or END NAMES, which mean the same thing. The data can follow as a third section, or the data can be in a separate file specified by the control variable DATA=.

 

TITLE = "5 item test"

ITEM1 = 1

NI = 5

.....

&END

Addition  ; label for item 1

Subtraction ; label for item 2

Multiplication ; label for item 3

Division  ; label for item 4

Geometry ; label for item 5

END LABELS

.....  ; data here