POP-UP screen type

For a POP-UP screen, the body consists normally of help text. It is used to help the user understand the current screen, or menu selection.

In the following example, the pop-up appears in a windowed box near the bottom of the screen. No INSTRUCTION line is used. This screen is added by the diag_pop-up function.

If the F1=Help key is selected, but there is no associated Help text associated with the current selection, then this key is returned to the calling application.

             1         2         3         4         5         6         7
   01234567890123456789012345678901234567890123456789012345678901234567890123456789
   --------------------------------------------------------------------------------
 1 FUNCTION SELECTION                                                        801002
 2
 3
 4 Move cursor to selection, then press Enter.
 5
 6  Diagnostic Routines
 7     This selection will test the machine hardware. Wrap plugs and
 8     other advanced functions will not be used.
 9  Advanced Dl ______________________________________________________
10     This sel|                                                      |
11     other ad|                                                      |
12   Task Selec| Select this choice when you want to run              |c.)
13     This sel| Diagnostics on a resource (device).                  |.
14     Once a t|                                                      |g
15     all reso|                                                      |
16   Resource S|                                                      |
17     This sel|                                                      |pported
18     by these|                                                      |ll
19     be prese|                                                      |).
20             |                                                      |
21             |                                                      |
22             |                                                      |
23             | F3=Cancel        F10=Exit         Enter              |
24 F1=Help     |______________________________________________________|
   --------------------------------------------------------------------------------