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 dencom 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: *

  • Users: Jaytib
  • Content: Threads
  • Order by date
  1. Jaytib

    Check for multiple records.

    I've read some posts in this forum but only see snippets of code and don't understand all of it. Somewhat new at this. This is the procedure I am creating with a few comments. Using the most recent cust date in hdr file, i created a cursor to retrieve data from detail file with the most recent...
  2. Jaytib

    Find duplicate records.

    RPGer trying SQL. I've read some of SQL posts in this forum but only see snippets of code and don't understand all of it. This is what I came up with just from using my SQL book and reading posts. I want to get detail for the hdr record cust/date. Then I want to delete dups and update the date...
  3. Jaytib

    Delete duplicate records.

    RPGer trying SQL. I've read some of SQL posts in this forum but only see snippets of code and don't understand all of it. This is what I came up with just from using my SQL book and reading posts. I want to get detail for the hdr record cust/date. Then I want to delete dups and update the date...
  4. Jaytib

    hundred year format

    Does anyone know how to convert a date to the hundred year date format. For example, how would i convert 8/11/2004 (B3ForD) to its hundred year date (wA3EndD) format? I appreciate any suggestions. Thanks in advance.[flowerface]
  5. Jaytib

    Deleting entire file

    Not good at this, as you can see, I want to read every record in FileA, Chain to FileB and if not found in FileB, delete the record from FileA. but I am deleting the entire file. sounds simple but I cant see my mistake. Please advise. FFileA UF E K DISK FFileB IF E K...
  6. Jaytib

    Moving data area into an array

    I am trying to convert this piece of code to freeform, but I am not sure what to do, tried several different things from online forums, but not working , can you help? Not very good at working with arrays. D ZXB S 9 0 DIM(10) D XITEM DS...
  7. Jaytib

    The types of the right and left hand side do not match in the EVAL ope

    Can someone help me make this work? When i converted my pgm to free form, this is what i got. I have tried several diff ways, but there are so many diff date formats, i cant seem to get one to work. Sorry, i am a newbee. D w_Date S d D w_IsoDate S...
  8. Jaytib

    output specs to free form

    Rookie, Jr Programmer here. I converted one of my pgm's to free form, but not everything converted. Can someone send me some samples of 'O' spec conversions. thanks

Part and Inventory Search

Back
Top