After you submit an FCMP procedure, you see the following error in the SAS® log:
The procedure completes successfully. However, the error is appearing because a user-defined function name starts with the letters CONVE.
The following example shows code that can generate this error:
The workaround is to not create a user-defined function name in PROC FCMP that starts with the letters CONVE.