1010 REM By: Melvin O. Duke. Updated 26 June, 1983.
1020 OPEN "a:persfile" AS #1 LEN = 256
1030 FIELD 1, 5 AS F1$, 20 AS F2$, 30 AS F3$, 2 AS F4$, 5 AS F5$, 5 AS F6$, 5 AS F7$, 11 AS F8$, 18 AS F9$, 16 AS F10$, 16 AS F11$, 11 AS F12$, 18 AS F13$, 16 AS F14$, 16 AS F15$, 11 AS F16$, 18 AS F17$, 16 AS F18$, 16 AS F19$
1040 REM Read all records, and print the actual ones
1050 K = 0
1060 CLS : LOCATE 21,1
1070 PRINT "Printing a List of Records in the Persons File"
1080 GOSUB 1100
1090 GOTO 1150
1100 LPRINT " List of the Records in the Persons File ";DATE$;" ";TIME$
1110 LPRINT
1120 LPRINT "REC GIVEN NAMES-SURNAME";TAB(45);"BIRTHDATE FATHER MOTHER"