PDR7009S

Section, Line number, Column number: User function name (using load module module) was defined more than once. This is not allowed.

What happened: You defined more than one user-written function that used the same name and called different load modules. name indicates the reused name and module indicates the load module called.

What to do: Choose another name for one of the user-written functions.