display scr-page-1 upon screen1-tc-1(1)  | 
       03  screen1-tc-1 tab-control            tab-to-add ("Page1", "Page2")            allow-container.        03  scr-page-1 tab-group screen1-tc-1, tab-group-value 1.            05 entry-field                ...        03  scr-page-2 tab-group screen1-tc-1, tab-group-value 2.            05 list-box                ...  | 
screen section. ...           03  screen-1-tc-1               tab-control               line                 2                col                  2               lines                17 cells               size                 68 cells               allow-container               .            03 screen-1-tc-1-page1                tab-group screen-1-tc-1 tab-group-value 1.               05 label                   line           4                  col            4                  title          "This is the first page"                  .               05 entry-field                  line           6                  col            4                  .            03 screen-1-tc-1-page2                tab-group screen-1-tc-1 tab-group-value 2.               05 label                  line           4                  col            4                   title          "This is the second page"                  .               05 combo-box                  line           6                  col            4                  .  |