The MENU statement equates to the MENU= option in a preceding ITEM statement. The ITEM statements specify the selections that are available under File in the menu bar.
      menu f;
         item 'Cancel';
         item 'End';