Model Templates : Activity Interface Report : Activity Interface Report Segment Section : Producing the Headings

Producing the Headings

The first WRITE statement in the body (statements starting after the keyword BEGIN) produces the title of the report. This consists of 20 blank spaces (indicated by ’ ’:20), followed by the words INTERFACE REPORT for, and the name of the activity for which the report is generated (this name is a parameter supplied at the time of template execution).

For a heading introducing the input elements, the template uses a second WRITE statement to insert two new lines, then writes the heading Input Elements:. This is followed by another new line command.