Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. lucashii

    Retrieving data from txt file.

    Thanks for all the suggestion. I got it sorted out. Now I wish to do something like "SELECT * FROM NAME-FILE WHERE DEALER-NAME LIKE USER-INPUT". If user would input "JA" it will display out all the name starting with "JA", is that possible?Any guidance would be appreciated thanks~
  2. lucashii

    Retrieving data from txt file.

    Thanks for the reply. Sorry for the lack of input as I am still new to Cobol so there is still some terms I not familiar with. I am trying to search for a text string within a txt file. 001000 SELECT VENDOR-FILE 001100 ASSIGN TO "name" 001200 ORGANIZATION IS INDEXED 001300 RECORD...
  3. lucashii

    Retrieving data from txt file.

    Hi this is my first time here. I trying to write a program that will search throught the txt file for a name specified by the user. Say if user enter "Lucas", the program would then display all the name of "Lucas". Currently I am using SEARCH which only retrieve a single "Lucas" name value...

Part and Inventory Search

Back
Top