ENABLE Reference Manual
 RUNNING ENABLE
 Field Name Qualification
 Consider the record description shown in Figure 2-11.
 -----------------------------------------------------------------
 | |
 | RECORD events. |
 | FILE IS event KEY-SEQUENCED. |
 | 02 event-key ... |
 | 02 event-desc ... |
 | 02 predicted-dates. |
 | 04 starting. |
 | 06 day ... |
 | 06 month ... |
 | 06 year ... |
 | 04 ending. |
 | 06 day ... |
 | 06 month ... |
 | 06 year ... |
 | 02 actual-dates. |
 | 04 starting. |
 | 06 day ... |
 | 06 month ... |
 | 06 year ... |
 | 04 ending. |
 | 06 day ... |
 | 06 month ... |
 | 06 year ... |
 | KEY 0 IS event-key. |
 | END |
 | |
 -----------------------------------------------------------------
 Figure 2-11. Sample Record Description
 2-27










