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 OPEN "a:pcindex" FOR INPUT AS #2
1060 INPUT #2, C
1070 CLS : LOCATE 19,1
1080 PRINT "There are";C;"Parent/Child Index Records in the File"
1090 GOSUB 1110
1100 GOTO 1180
1110 LPRINT "Listing of the Parent/Child Index Records ";DATE$;" ";TIME$
1120 LPRINT
1130 LPRINT "PARENT PARENT-NAME";
1140 LPRINT TAB(40);"CHILD CHILD-NAME"
1150 LPRINT "------ -----------";
1160 LPRINT TAB(40);"----- ----------"
1170 RETURN
1180 FOR I = 1 TO C
1190 INPUT #2, PAR.ID
1200 LOCATE 23,1 : PRINT "Listing Parent/Child Index Record";I
1210 LPRINT USING "####"; PAR.ID;
1220 GET #1, PAR.ID
1230 REM Extract information from the file for use