Create the header template Top. The DEFINE HEADER statement defines the table header Top.


The TEXT statement specifies the text of the header "Checkerboard Table Template".


The END statement ends the header template.


define header top;
   text "Checkerboard Table Template";
end;