Uploaded image for project: 'HPCC'
  1. HPCC
  2. HPCC-8939

Using IN on EBCDIC STRING1 data can generate invalid code

    XMLWordPrintable

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • None
    • 3.10.8
    • Code Generator
    • None

    Description

      myEbcdic1 IN ('A','B')

      could do the comparison as an ascii string, instead of ebcdic. Using OR wokrs around the issue.

      i.e.
      (myEbcdic1 = 'A') OR (myEbcdic1 = 'B')

      Attachments

        Activity

          People

            ghalliday Gavin Halliday
            ghalliday Gavin Halliday
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: