Getting the following warning messages every time a specific REXX program runs:
AXC0763W The following command from REXX could not be evaluated:
AXC0764W Automation Point interpreted the command as:
Nothing follows the messages.
Release : 11.7
A function call was causing the problem.
The warning messages are being caused by this line of the REXX:
SockLoadFuncs()
Changing this instructions by including a variable to receive the function response solved this problem:
xx = SockLoadFuncs()