INFORMATIVE screen type

For an INFORMATIVE screen, the body consists of information describing the task and what it does.

In the following example, lines 3 through 15 consist of the information about the task. Line 17 is the INSTRUCTION LINE, and Line 24 consists of the function keys available for this screen type. Both lines are added automatically by the diag_task_screen function.
Note: If the TITLE line consists of only one line, the text of the BODY will be adjusted up one line.

             1         2         3         4         5         6         7
   01234567890123456789012345678901234567890123456789012345678901234567890123456789
   --------------------------------------------------------------------------------
 1 PERIODIC DIAGNOSTICS SERVICE AID                                          802150
 2
 3 This service aid is used to periodically test hardware resources and
 4 monitor hardware errors in the error log.
 5
 6 A hardware resource can be chosen to be tested once a day, at a user
 7 specified time of day. If the resource cannot be tested because it is
 8 busy, error log analysis will be performed.
 9 Hardware errors logged against a resource can also be monitored by enabling
10 Automatic Error Log Analysis. This will allow error log analysis to be
11 performed every time a hardware error is put into the error log.
12
13 If a problem is detected, a message will be posted to the system console
14 and a mail message sent to user(s) belonging to system group with information
15 about the failure such as Service Request Number.
16
17 Use Enter to continue.
18
19
20
21
22
23
24 [F1=Help]        F3=Cancel              F10=Exit                Enter
   --------------------------------------------------------------------------------