[?29h[0"z  File: UIF340.MAS UIF-MASTER-FILE Application: User Interface Recording Mode: ASCII Organization: Indexed Blocking Factor: Unblocked Logical Name: UIF_MASTER Library Module Name: None AKA File Id's: None Comments: None. Records Record Name Length Approx. # Records MASTER-RECORD 274 Function Menus and transactions used in the User Interface. Revised: 16-May-84  Record: MASTER-RECORD File: UIF340.MAS User Interface Master File Primary Key: MASTER-RECORD-NAME, MASTER-RECORD-TYPE Secondary Key: None CDD/Library Name: MASTER_RECORD Data Descriptions Data Name Pos BytesLength Dec Type MASTER-RECORD-NAME 1 9 9 X MASTER-RECORD-TYPE 10 1 1 X MASTER-RECORD-ACCESS-COUNT 11 2 4 0 C-1 MASTER-TRANSACTION-DESCRIPTION 13 60 60 X MASTER-MENU-TITLE 13 20 20 X MASTER-MENU-DESCRIPTION 33 60 60 X MASTER-MENU-NODE-CNT 93 2 4 0 C-1 MASTER-MENU-NODE (occurs 20) 95 9 9 X Revised: 16-May-84  Data Validation Data Name Validation MASTER-RECORD-NAME Must be unique within the file. MASTER-RECORD-TYPE "M" => Menu; "T" => Transaction. MASTER-MENU-NODE-CNT Must be the number of times that MASTER-MENU-NODE occurs. MASTER-MENU-NODE Must refer to the MASTER-RECORD-NAME of a record in the file. Revised: 16-May-84