I have written code that accepts input from the user to axcess a SAF and display the information that is related to the input. It is numeric and it is not displaying the correct data. I have made sure that the user info is correct. I am missing a line or something. HELP!!
Well, the obvious thing you're missing is a loop. It's not possible to read in everything and find out what you want while only reading two values from the file.
The second thing is that you're not handling the # delimiter correctly: