Reset-Tabs
When set to a value greater than zero, all Tabs are removed.
 
Example - Modify a tab-control to remove all pages
procedure division.
...
  modify screen-1-tc-1 reset-tabs 1
...