+ Reply to Thread
Results 1 to 5 of 5

Thread: Numbers/Characters

  1. #1
    Guest.Visitor Guest

    Default Numbers/Characters

    Katy, You don't specify which "tool" you are using to accomplish the chain/link. Is it RPG,RPG/LE,Cobol,Query,SQL,etc. RPG: MOVE CHARFLD NUMFLD SQL: From numfile join charfile on digits(numdate)=chardate Query: chardate1 digits(numdate) -then- Select Records: chardate1 eq chardate Bill

  2. #2
    Guest.Visitor Guest

    Default Numbers/Characters

    You take UNIT , and DATE (char fields) and do a MOVE into Numeric fields. Better to do a TESTN before you chain in case you put in non number fields into the numeric fields. TESTN UNIT 67 *IN67 IFEQ *ON MOVE UNIT UNITX 4,0 ENDIF TESTN DATE 67 *IN67 IFEQ *ON MOVE DATE DATEX 8,0 ENDIF c************************************* KEY1 KLIST KFLD UNITX KFLD DATEX

  3. #3
    Guest.Visitor Guest

    Default Numbers/Characters

    I'm investigating the API QVISNDRCV, part of Visual Info/400, and am coming up empty. Can anyone offer any suggestions?

  4. #4
    Guest.Visitor Guest

    Default Numbers/Characters

    I have two files. On one the two key fields are UNIT (character) and DATE (character). I have to chain to another file for more information, using these two key fields. Only, on the second file both UNIT and DATE are numeric. Any ideas how I cope with this? Katy

  5. #5

    Default Numbers/Characters

    Pam, I might be able to offer a little help. I'll create a new discussion that you can look at. Joe

+ Reply to Thread

Similar Threads

  1. Numbers
    By David Abramowitz in forum RPG
    Replies: 2
    Last Post: 12-01-2003, 02:34 PM
  2. Changing IP numbers
    By Guest.Visitor in forum Networking
    Replies: 6
    Last Post: 06-26-2000, 02:35 PM
  3. Randum Numbers
    By Guest.Visitor in forum Application Software
    Replies: 6
    Last Post: 11-17-1999, 12:24 PM
  4. TPC-C numbers
    By Guest.Visitor in forum Analysis
    Replies: 3
    Last Post: 10-06-1999, 01:25 PM
  5. FTP negative numbers
    By Guest.Visitor in forum Internet
    Replies: 14
    Last Post: 09-14-1999, 03:47 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts