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 bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by saphyr

  1. saphyr

    MCH1202

    BINGO!!!! Validating the fields and not moving them if they failed ran the program to the end of the data. I appreciate everyone's help!!! Thanks ~ Saphyr
  2. saphyr

    MCH1202

    Rob~ No I am not certain that the data is numeric. I will try validating the input fields. This is a new toy to me, when the MCH1202 occurs (I am assuming it will still occur while I validate) I use G to continue, should this complete the run or just the next record? I have had both happen...
  3. saphyr

    MCH1202

    I took baby steps. I used the read into with a detail-line defined as with a pic X(80). And it worked fine. This is the detail-line I need FD CUSTOMER-DATA LABEL RECORDS ARE STANDARD. 01 CUSTOMER-RECORD. 05...
  4. saphyr

    MCH1202

    I did try the implied decimal in the output, no go. I want the output to be an edited field, it really should not be an issue because this is a simple read, write and count program. There are no calculations in the program other than counting records and occurances, so that decimal should not...
  5. saphyr

    MCH1202

    I WOULD APPRECIATE ANY HELP ON THIS. FD 01 CUSTOMER-RECORD. 05 SALESPERSON-NO-IN PIC 999. 05 SALES-AMT-IN PIC 999V99. WS 01 DETAIL-LINE. 05 SP-NO-OUT PIC 999. 05 SALES-AMT-OUT PIC 999.99. IN THE PROCEDURE DIVISION THE LINES THAT SEEM TO CAUSE THE MCH1202...

Part and Inventory Search

Back
Top