SINGLE SELECTION screen type
For a SINGLE SELECTION screen, the body consists of individual selectable items and possibly a short description.
In the following example, lines 5 through 21 consist of the selectable items. This example illustrates six (6) selectable menu items. The indentions for the selectable item descriptions must be added when the message is built. Line 3 is the INSTRUCTION LINE, and is added automatically by the diag_task_screen function.
Any information about the selections may be added to the screen,
and would appear after the TITLE line[1] and before the INSTRUCTION
line[3].
1 2 3 4 5 6 7
01234567890123456789012345678901234567890123456789012345678901234567890123456789
--------------------------------------------------------------------------------
1 PERIODIC DIAGNOSTICS SERVICE AID 802151
2
3 Make selection, use Enter to continue.
4
5 Add a resource to the periodic test list
6 This selection allows a resource to be periodically tested.
7 Delete a resource from the periodic test list
8 This selection removes a resource from the list of periodically
9 tested resources.
10 Modify the time to test a resource
11 This selection allows the time of day to test a resource to be
12 changed.
13 Display the periodic test list
14 This selection displays all resources being tested periodically
15 by diagnostics.
16 Modify the error notification mailing list
17 This selection allows the mailing list for error notification
18 to be modified.
19 Disable Automatic Error Log Analysis
20 Automatic Error Log Analysis is currently enabled.
21 This selection stops the Automatic Error Log Analysis.
22
23
24 F1=Help F10=Exit F3=Previous Menu
--------------------------------------------------------------------------------
23 F1=Help F4=List F10=Exit Enter
24 F3=Previous Menu
--------------------------------------------------------------------------------