Warning messages when running a specific REXX program AXC0763W The following command from REXX could not be evaluated:
search cancel

Warning messages when running a specific REXX program AXC0763W The following command from REXX could not be evaluated:

book

Article ID: 261347

calendar_today

Updated On:

Products

Automation Point

Issue/Introduction

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.

Environment

Release : 11.7

Cause

A function call was causing the problem.

Resolution

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()