EYUARnnnn messages are issued by the REXX run-time interface of the application programming interface (API). The run-time interface makes one pass through a REXX program to check the syntax of any CICSPlex® SM API commands and a second pass to evaluate the content of those commands. Note that none of the conditions described by these messages affect the REXX program as a whole. Depending on how it deals with error conditions, the program may continue to run after an EYUARnnnn message is issued.
EYUARnnnn messages are issued to the destination defined on your system for IRXSAY WRITEERR output. By default, such output goes to one of the following places:
The specified command is not a valid API command, where:
Processing of the current API command terminates.
Review the syntax of available API commands in the CICSPlex System Manager Application Programming Guide manual. Then correct the error and rerun the REXX program.
As defined by REXX IRXSAY WRITEERR function
EYU0ARCL
The specified keyword parameter is not valid for the current API command, where:
The remainder of the current API command syntax is checked, if possible. However, processing of the current command terminates.
Review the syntax of the current command in the CICSPlex System Manager Application Programming Guide manual. Then correct the error and rerun the REXX program.
As defined by REXX IRXSAY WRITEERR function
EYU0ARKL
The specified keyword parameter, which is required for the current API command, was not found, where:
The remainder of the current API command syntax is checked, if possible. However, processing of the current command terminates.
Review the syntax of the current command in the CICSPlex System Manager Application Programming Guide manual. Then add the required parameter and rerun the REXX program.
As defined by REXX IRXSAY WRITEERR function
EYU0ARRF
The specified keyword parameter requires an argument, but none was found, where:
The remainder of the current API command syntax is checked, if possible. However, processing of the current command terminates.
Review the syntax of the current command in the CICSPlex System Manager Application Programming Guide manual. Then add the required argument and rerun the REXX program.
As defined by REXX IRXSAY WRITEERR function
EYU0ARCL, EYU0ARKL
The length of the specified API command is too long, where:
Processing of the current API command terminates.
Review the syntax of the specified API command in the CICSPlex System Manager Application Programming Guide manual. Then correct the error and rerun the REXX program.
As defined by REXX IRXSAY WRITEERR function
EYU0ARPR
The length of the specified keyword parameter is too long, where:
The remainder of the current API command syntax is checked, if possible. However, processing of the current command terminates.
Review the syntax of the current API command in the CICSPlex System Manager Application Programming Guide manual. Then correct the error and rerun the REXX program.
As defined by REXX IRXSAY WRITEERR function
EYU0ARPR
The API command that was being processed ended unexpectedly before an end-of-command delimiter was found. One reason for this error could be that a closing parenthesis is missing from the command syntax.
Processing of the current API command terminates.
Check the current API command for syntax errors. Correct any errors and rerun the REXX program.
As defined by REXX IRXSAY WRITEERR function
EYU0ARPR, EYU0ARRF
The specified keyword parameter was found more than once in the current API command, where:
The remainder of the current API command syntax is checked, if possible. However, processing of the current command terminates.
Remove the duplicate parameter and rerun the REXX program.
As defined by REXX IRXSAY WRITEERR function
EYU0ARFB
The specified keyword parameter does not accept an argument, but one was found, where:
The remainder of the current API command syntax is checked, if possible. However, processing of the current command terminates.
Remove the argument from the specified parameter and rerun the REXX program.
As defined by REXX IRXSAY WRITEERR function
EYU0ARCL, EYU0ARKL
The data supplied with the specified keyword parameter is too long for the parameter's data type, where:
The remainder of the current API command syntax is checked, if possible. However, processing of the current command terminates.
Review the description of the specified parameter in theCICSPlex System Manager Application Programming Reference manual. Then correct the error and rerun the REXX program.
As defined by REXX IRXSAY WRITEERR function
EYU0ARFB
The data supplied with the specified keyword parameter is not the correct type for that parameter, where:
The remainder of the current API command syntax is checked, if possible. However, processing of the current command terminates.
Review the description of the specified parameter in the CICSPlex System Manager Application Programming Reference manual. Then correct the error and rerun the REXX program.
As defined by REXX IRXSAY WRITEERR function
EYU0ARFB
REXX considers the variable identified with the specified keyword parameter to be invalid, where:
The remainder of the current API command syntax is checked, if possible. However, processing of the current command terminates.
Review the description of the specified parameter in the CICSPlex System Manager Application Programming Reference manual. Then correct the error and rerun the REXX program.
As defined by REXX IRXSAY WRITEERR function
EYU0ARFB, EYU0ARRF
The length of the specified variable parameter is too long, where:
The remainder of the current API command syntax is checked, if possible. However, processing of the current command terminates.
Review the description of the specified parameter in the CICSPlex System Manager Application Programming Reference manual. Then correct the error and rerun the REXX program.
As defined by REXX IRXSAY WRITEERR function
EYU0ARFB, EYU0ARRF
The variable identified with the specified keyword parameter was either not initialized or is null, where:
The remainder of the current API command syntax is checked, if possible. However, processing of the current command terminates.
Make sure the variable was specified correctly and that it contains appropriate data. Then rerun the REXX program.
As defined by REXX IRXSAY WRITEERR function
EYU0ARFB, EYU0ARRF
The specified keyword parameter conflicts with another parameter in the same API command, where:
The remainder of the current API command syntax is checked, if possible. Another EYUAR0016E message may be issued when the other conflicting parameter is identified. Processing of the current command terminates.
Review the syntax of the current API command in the CICSPlex System Manager Application Programming Reference manual. Then remove the conflicting
parameter and rerun the REXX program.
As defined by REXX IRXSAY WRITEERR function
EYU0ARFB, EYU0ARRF
The specified keyword parameter was found in the current API command without a related parameter, which is required, where:
The remainder of the current API command syntax is checked, if possible. However, processing of the current command terminates.
Review the syntax of the current API command in the CICSPlex System Manager Application Programming Reference manual. Then add the required parameter and rerun the REXX program.
As defined by REXX IRXSAY WRITEERR function
EYU0ARFB
The indicated keyword is required and was not found.
The specified keyword parameter is required for the current API command, but it was not supplied, where:
The remainder of the current API command syntax is checked, if possible. However, processing of the current command terminates.
Add the required parameter and rerun the REXX program.
As defined by REXX IRXSAY WRITEERR function
EYU0ARFB
The variable name supplied with the specified keyword parameter is not valid, where:
The remainder of the current API command syntax is checked, if possible. However, processing of the current command terminates.
Correct the name of the variable and rerun the REXX program.
As defined by REXX IRXSAY WRITEERR function
EYU0ARFB, EYU0ARFI, EYU0ARRF
The variable identified with the specified keyword parameter contains data that is too long for that parameter, where:
The remainder of the current API command syntax is checked, if possible. However, processing of the current command terminates.
If the command being processed was TBUILD or TPARSE, the data being passed by your program may be invalid. Otherwise, contact your IBM® Support Center with the name of the resource table being processed and a record of the data being passed when this message was issued.
As defined by REXX IRXSAY WRITEERR function
EYU0ARFI, EYU0ARRB, EYU0ARRF
The data supplied for the specified resource table attribute is too long for that attribute, where:
The remainder of the current API command syntax is checked, if possible. However, processing of the current command terminates.
Review the description of the specified attribute in the CICSPlex System Manager Resource Tables Reference manual. Then correct the error and rerun the REXX program.
As defined by REXX IRXSAY WRITEERR function
EYU0ARRB
The specified function requires an argument, but none was found, where:
Function processing terminates with a return code of -1.
For a list of the return codes and the syntax for the specified function, refer to the CICSPlex System Manager Application Programming Guide manual. Then add the required argument and rerun the REXX program.
As defined by REXX IRXSAY WRITEERR function
EYU0AREY
The specified function does not accept an argument, but one was found, where:
Function processing terminates with a return code of -1.
For a list of the return codes and the syntax for the specified function, refer to the CICSPlex System Manager Application Programming Guide manual. Then remove the argument from the specified function and rerun the REXX program.
As defined by REXX IRXSAY WRITEERR function
EYU0AREY
REXX considers the argument identified with the specified function to be invalid, where:
Function processing terminates with a return code of -1.
For a list of the return codes and the syntax for the specified function, refer to the CICSPlex System Manager Application Programming Guide manual. Then correct the argument and rerun the REXX program.
As defined by REXX IRXSAY WRITEERR function
EYU0AREY
A TBUILD or TPARSE command was issued, but the object specified on the OBJECT option could not be found, where name is the object name specified on the OBJECT option.
The TBUILD or TPARSE command returns a STATUS value of FAILURE. Trace records are written to the EYUTRACE stem variable.
Make sure the OBJECT option identifies a valid CICSPlex SM resource table.
The TBUILD and TPARSE commands cannot be used to process a user-defined view of a resource table. If you define a view with the same name as a supplied resource table and then issue a TBUILD or TPARSE command for that object, the API attempts to process the view and fails.
As defined by REXX IRXSAY WRITEERR function
EYU0ARRF
A TBUILD command was issued, but the object specified on the OBJECT option is not valid, where name is the object name specified on the OBJECT option. The TBUILD command can only be used on CICSPlex SM definitions. A definition is represented by a CICSPlex SM resource table with a type of CPSM Definition.
The TBUILD command returns a STATUS value of FAILURE. Trace records are written to the EYUTRACE stem variable.
Make sure the OBJECT option identifies a valid CPSM Definition resource table.
As defined by REXX IRXSAY WRITEERR function
EYU0ARRB