; Test with a smallish but varied daa file. ; ; Invoke test as: java PlayerDB DB04.txt Script04.txt Log04.txt ; Uses: Colorado.txt ; ; Import a few records: import Colorado.txt ; ; Check the ID and Name indices: show_index_for PlayerID show_index_for PlayerName show_index_for PlayerDebut ; ; Try some player ID searches: show_stats_for aardsda01 show_stats_for mcgilbi02 show_stats_for zavarcl01 ; ; Try some player name searches: identify_by_name Jones identify_by_name Thompson identify_by_name Molina ; ; Try a debut search with some of matches: show_debuts_for 1917 show_debuts_for 1974 show_debuts_for 2007 ; ; Quit: exit