Unconfigured Ad Widget

Collapse

Announcement

Collapse
No announcement yet.

Can not find Function

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Can not find Function

    Maybe because the parameter types don't match? You've defined the parameters as INTEGER, but are calling it with PACKED fields. The system can find no matching function whose parameters are PACKED fields. I'm not certain, because I don't do this much.

  • #2
    Can not find Function

    Hi, I have created following User Defined function in AS/400 using iSeries Navigator. When I try to call this udf, it says it does not found in the library. Error Message is [SQL0204] UDF_GETINVOICE in MyLib type *N not found IN_PO is Packed (6,0) IN_Vendor is Packed(5,0) IN_Location is Packed(4,0)
    Code

    Comment


    • #3
      Can not find Function

      Try converting the data to integer before calling the functions.

      Comment

      Working...
      X