Uploaded image for project: 'Camel'
  1. Camel
  2. CAMEL-5080

camel-jt400 - Parameter length when doing Program Call issue

    XMLWordPrintableJSON

Details

    • Patch Available
    • Novice

    Description

      When the length of each parameter of a program.PGM is greater than the length of his values, the parameters are setted incorrectly.

      Example:

      Input of program.pgm:
      param1 -> A5 (alphanumeric with length 5)
      param2 -> A5 (alphanumeric with length 5)

      When the String array is

      {"123", "456"}

      the values are setted on each parameter as:
      param1 = 12345
      param2 = 6

      Attachments

        1. camel-jt400.patch
          0.7 kB
          João Anacleto

        Activity

          People

            davsclaus Claus Ibsen
            janacleto João Anacleto
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: