I have this map with an array that I'm trying to fill after searching a VSAM file for one of three fields. The three fields will be Vehicle ID(Primary Key), Manufacturer(Alt Key) or Model(Alt Key). I'm wondering what the best method of displaying the data would be. What I want to be able to do is scroll up and down through the data that meet the requirements of the search. I currently have an array setup in the map to hold the data but I'm not sure how to handle scrolling up and down. Would it be easiest for me to take the results of my search and create a new file that will hold the search results and then just display them in the array?
Here is the map I currently have setup.