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. hpaul14

    Can someone help me with Selecting a Record from a subfile

    I need to create an action subroutine for the Enter event that uses the READS operation code to get a selected record from a subfile. the Reads is suppose to move the value into the RPG variable Custno and then i must move the Custno to the custno field in a different application.
  2. hpaul14

    converting a string of uppercase letters with a call pgm

    How do i write a call program that converts a string of uppercase letters to a string in which the first character in the field and any other character immediately following a blank remain upper case but all other letters are converted to lower case? It has to be done in a way so that it passes...
  3. hpaul14

    display file

    I'm trying to write a program where you have 2 search fields, which is the part number and description. And which ever field I search by should be the first field displayed. How would i fix the display file to display the field i'm searching by

Part and Inventory Search

Back
Top