EYUARnnnn messages

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:

EYUAR0001E
Command (cmdname) invalid.
Explanation:

The specified command is not a valid API command, where:

cmdname
is the command name that was specified.
System action:

Processing of the current API command terminates.

User response:

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.

Destination:

As defined by REXX IRXSAY WRITEERR function

Module:

EYU0ARCL

EYUAR0002E
Keyword (parm) invalid for command.
Explanation:

The specified keyword parameter is not valid for the current API command, where:

parm
is the keyword parameter that is invalid.
System action:

The remainder of the current API command syntax is checked, if possible. However, processing of the current command terminates.

User response:

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.

Destination:

As defined by REXX IRXSAY WRITEERR function

Module:

EYU0ARKL

EYUAR0003E
Required keyword (parm) missing.
Explanation:

The specified keyword parameter, which is required for the current API command, was not found, where:

parm
is the keyword parameter that is required.
System action:

The remainder of the current API command syntax is checked, if possible. However, processing of the current command terminates.

User response:

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.

Destination:

As defined by REXX IRXSAY WRITEERR function

Module:

EYU0ARRF

EYUAR0005E
Argument missing for keyword (parm).
Explanation:

The specified keyword parameter requires an argument, but none was found, where:

parm
is the keyword parameter that requires an argument.
System action:

The remainder of the current API command syntax is checked, if possible. However, processing of the current command terminates.

User response:

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.

Destination:

As defined by REXX IRXSAY WRITEERR function

Module:

EYU0ARCL, EYU0ARKL

EYUAR0006E
Command (cmdname) too long.
Explanation:

The length of the specified API command is too long, where:

cmdname
is the command name that is too long.
System action:

Processing of the current API command terminates.

User response:

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.

Destination:

As defined by REXX IRXSAY WRITEERR function

Module:

EYU0ARPR

EYUAR0007E
Keyword (parm) too long.
Explanation:

The length of the specified keyword parameter is too long, where:

parm
is the keyword name that is too long.
System action:

The remainder of the current API command syntax is checked, if possible. However, processing of the current command terminates.

User response:

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.

Destination:

As defined by REXX IRXSAY WRITEERR function

Module:

EYU0ARPR

EYUAR0008E
Unexpected end of command encountered.
Explanation:

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.

System action:

Processing of the current API command terminates.

User response:

Check the current API command for syntax errors. Correct any errors and rerun the REXX program.

Destination:

As defined by REXX IRXSAY WRITEERR function

Module:

EYU0ARPR, EYU0ARRF

EYUAR0009E
Duplicate keyword (parm) encountered.
Explanation:

The specified keyword parameter was found more than once in the current API command, where:

parm
is the name of the keyword parameter that is a duplicate.
System action:

The remainder of the current API command syntax is checked, if possible. However, processing of the current command terminates.

User response:

Remove the duplicate parameter and rerun the REXX program.

Destination:

As defined by REXX IRXSAY WRITEERR function

Module:

EYU0ARFB

EYUAR0010E
Argument not valid for keyword (parm).
Explanation:

The specified keyword parameter does not accept an argument, but one was found, where:

parm
is the name of the keyword parameter.
System action:

The remainder of the current API command syntax is checked, if possible. However, processing of the current command terminates.

User response:

Remove the argument from the specified parameter and rerun the REXX program.

Destination:

As defined by REXX IRXSAY WRITEERR function

Module:

EYU0ARCL, EYU0ARKL

EYUAR0011E
Parameter data (data) too long for keyword (parm).
Explanation:

The data supplied with the specified keyword parameter is too long for the parameter's data type, where:

data
is the data that was specified.
parm
is the name of the keyword parameter.
System action:

The remainder of the current API command syntax is checked, if possible. However, processing of the current command terminates.

User response:

Review the description of the specified parameter in theCICSPlex System Manager Application Programming Reference manual. Then correct the error and rerun the REXX program.

Destination:

As defined by REXX IRXSAY WRITEERR function

Module:

EYU0ARFB

EYUAR0012E
Parameter data (data) invalid for keyword (parm).
Explanation:

The data supplied with the specified keyword parameter is not the correct type for that parameter, where:

data
is the data that was specified.
parm
is the name of the keyword parameter.
System action:

The remainder of the current API command syntax is checked, if possible. However, processing of the current command terminates.

User response:

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.

Destination:

As defined by REXX IRXSAY WRITEERR function

Module:

EYU0ARFB

EYUAR0013E
The variable parameter (var) for keyword (parm) is invalid.
Explanation:

REXX considers the variable identified with the specified keyword parameter to be invalid, where:

var
is the variable name that is invalid.
parm
is the name of the keyword parameter.
System action:

The remainder of the current API command syntax is checked, if possible. However, processing of the current command terminates.

User response:

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.

Destination:

As defined by REXX IRXSAY WRITEERR function

Module:

EYU0ARFB, EYU0ARRF

EYUAR0014E
The variable parameter (var) for keyword (parm) is too long.
Explanation:

The length of the specified variable parameter is too long, where:

var
is the variable name that is too long.
parm
is the name of the keyword parameter.
System action:

The remainder of the current API command syntax is checked, if possible. However, processing of the current command terminates.

User response:

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.

Destination:

As defined by REXX IRXSAY WRITEERR function

Module:

EYU0ARFB, EYU0ARRF

EYUAR0015E
The variable parameter (var) for keyword (parm) contains no data.
Explanation:

The variable identified with the specified keyword parameter was either not initialized or is null, where:

var
is the variable that was specified.
parm
is the name of the keyword parameter.
System action:

The remainder of the current API command syntax is checked, if possible. However, processing of the current command terminates.

User response:

Make sure the variable was specified correctly and that it contains appropriate data. Then rerun the REXX program.

Destination:

As defined by REXX IRXSAY WRITEERR function

Module:

EYU0ARFB, EYU0ARRF

EYUAR0016E
Conflicting keyword (parm) specified.
Explanation:

The specified keyword parameter conflicts with another parameter in the same API command, where:

parm
is the name of the keyword parameter that is in conflict.
System action:

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.

User response:

Start of changeReview 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.End of change

Destination:

As defined by REXX IRXSAY WRITEERR function

Module:

EYU0ARFB, EYU0ARRF

EYUAR0017E
Keyword (parm) specified without required co-keyword
Explanation:

The specified keyword parameter was found in the current API command without a related parameter, which is required, where:

parm
is the name of the keyword parameter that requires a related parameter.
System action:

The remainder of the current API command syntax is checked, if possible. However, processing of the current command terminates.

User response:

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.

Destination:

As defined by REXX IRXSAY WRITEERR function

Module:

EYU0ARFB

EYUAR0018E
Required keyword (parm) missing.
Explanation:

The indicated keyword is required and was not found.

Explanation:

The specified keyword parameter is required for the current API command, but it was not supplied, where:

parm
is the name of the keyword parameter that is required.
System action:

The remainder of the current API command syntax is checked, if possible. However, processing of the current command terminates.

User response:

Add the required parameter and rerun the REXX program.

Destination:

As defined by REXX IRXSAY WRITEERR function

Module:

EYU0ARFB

EYUAR0019E
Variable name (var) for keyword (parm) is invalid.
Explanation:

The variable name supplied with the specified keyword parameter is not valid, where:

var
is the variable that was specified.
parm
is the name of the keyword parameter.
System action:

The remainder of the current API command syntax is checked, if possible. However, processing of the current command terminates.

User response:

Correct the name of the variable and rerun the REXX program.

Destination:

As defined by REXX IRXSAY WRITEERR function

Module:

EYU0ARFB, EYU0ARFI, EYU0ARRF

EYUAR0020E
Data for variable (var) of keyword (parm) is too long.
Explanation:

The variable identified with the specified keyword parameter contains data that is too long for that parameter, where:

var
is the variable that was specified.
parm
is the name of the keyword parameter.
System action:

The remainder of the current API command syntax is checked, if possible. However, processing of the current command terminates.

User response:

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.

Destination:

As defined by REXX IRXSAY WRITEERR function

Module:

EYU0ARFI, EYU0ARRB, EYU0ARRF

EYUAR0021E
Data for attribute (attr) is too long.
Explanation:

The data supplied for the specified resource table attribute is too long for that attribute, where:

attr
is the name of the attribute.
System action:

The remainder of the current API command syntax is checked, if possible. However, processing of the current command terminates.

User response:

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.

Destination:

As defined by REXX IRXSAY WRITEERR function

Module:

EYU0ARRB

EYUAR0023E
Argument is required for function func.
Explanation:

The specified function requires an argument, but none was found, where:

func
is the function that requires an argument.
System action:

Function processing terminates with a return code of -1.

User response:

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.

Destination:

As defined by REXX IRXSAY WRITEERR function

Module:

EYU0AREY

EYUAR0024E
Argument is not permitted for function var.
Explanation:

The specified function does not accept an argument, but one was found, where:

func
is the function that does not accept an argument.
System action:

Function processing terminates with a return code of -1.

User response:

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.

Destination:

As defined by REXX IRXSAY WRITEERR function

Module:

EYU0AREY

EYUAR0025E
Argument (arg) is invalid for function func.
Explanation:

REXX considers the argument identified with the specified function to be invalid, where:

arg
is the argument that was specified.
func
is the name of the function.
System action:

Function processing terminates with a return code of -1.

User response:

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.

Destination:

As defined by REXX IRXSAY WRITEERR function

Module:

EYU0AREY

EYUAR0026E
Object (name) is not found.
Explanation:

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.

System action:

The TBUILD or TPARSE command returns a STATUS value of FAILURE. Trace records are written to the EYUTRACE stem variable.

User response:

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.

Destination:

As defined by REXX IRXSAY WRITEERR function

Module:

EYU0ARRF

EYUAR0027E
Object (name) is invalid for TBUILD command.
Explanation:

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.

System action:

The TBUILD command returns a STATUS value of FAILURE. Trace records are written to the EYUTRACE stem variable.

User response:

Make sure the OBJECT option identifies a valid CPSM Definition resource table.

Destination:

As defined by REXX IRXSAY WRITEERR function

Module:

EYU0ARRB

[[ Contents Previous Page | Next Page Index ]]