Return Code=-1
IRX0005I Machine storage exhausted

Explanation

Rexx terminated execution due to lack of storage. (See IRX0005I in the z/OS® TSO/E Messages.)

Programmer response

Attempt one of the following options:

  1. Increase the virtual storage space available on the system.
  2. Split up the script in_file, into two or more files. Adjust the message module table for the corresponding split.
Return Code=0005
Error reading file ssssssss.

Explanation

Error occurred while reading file ssssssss.

Programmer response

Validate file accessibility.

Return Code=0006
Error erasing file ssssssss.

Explanation

Error occurred while erasing file ssssssss.

Programmer response

Validate file accessibility.

Return Code=0007
Error writing file ssssssss.

Explanation

Error occurred while writing file ssssssss.

Programmer response

Validate file accessibility.

Return Code=0008
Bad filename ssssssss: forward slash not allowed at the end of a filename.

Explanation

Filenames are not allowed to end with forward slashes.

Programmer response

Modify the filename to not end with a forward slash.

Return Code=0009
Option x requires an argument.

Explanation

Option specified must be accompanied by an argument.

Programmer response

Specify an argument with the option.

Return Code=0010
Invalid option = x. Valid options are: CIPScdls.

Explanation

Invalid option specified.

Programmer response

Specify zero or more valid options.

Return Code=0011
Bad data set name ssssssss.

Explanation

The data set name is not correctly specified.

Programmer response

Validate the name of the data set is correct.

Return Code=0020
CSECT name ssssssss is greater than 63 characters.

Explanation

The CSECT name ssssssss is greater than 63 characters and will cause an error during assembly.

Programmer response

Make sure the CSECT name is 63 characters or less.

Return Code=0021
CSECT name ssssssss does not begin with a letter, $, #, @ or underscore (_).

Explanation

The CSECT name ssssssss does not begin with a letter, $, #, @ or underscore (_) and will cause an error during assembly.

Programmer response

Make sure that the CSECT name ssssssss begins with a letter, $, #, @ or underscore (_).

Return Code=0028
ssssssss SCRIPT not found on any accessed disk.

Explanation

The SCRIPT file with the name ssssssss does not exist.

Programmer response

Make sure the name is given correctly and is accessible.

Return Code=0040
Error on line nnn in message nnnn Insert number greater than mmmm.

Explanation

An insert number greater than the allowable maximum was specified. The current maximum allowable insert number is 9.

Programmer response

Specify an insert number of 9 or less.

Return Code=0044
Error on line nnn Duplicate :FACID. tags found with the given script file.

Explanation

Only one facility ID can be specified in the SCRIPT file.

Programmer response

Specify only one facility ID in the SCRIPT file.

Return Code=0048
No :FACID. tag found within the given script file.

Explanation

A 3-character facility ID must be specified in the SCRIPT file with the :facid. tag.

Programmer response

Specify a 3-character facility ID with the :facid. tag.

Return Code=0052
Error on line nnn Message number nnnn found out of range mmmm to mmmm.

Explanation

A message was found with a number outside the valid range. The current valid range is 0 to 9999.

Programmer response

Correct the invalid message number on the given line of the SCRIPT file.

Return Code=0056
Number of hex digits not divisible by 2 on line nnn in message nnnn.

Explanation

Hexadecimal strings must contain an even number of digits.

Programmer response

Specify an even number of digits for the hexadecimal string.

Return Code=0060
Invalid hexadecimal digits on line nnn in message nnnn.

Explanation

Valid hexadecimal digits are 0–9 and A–F. Invalid digits were detected.

Programmer response

Specify only digits 0–9 and A–F within a hexadecimal string.

Return Code=0064
Number of DBCS bytes not divisible by 2 on line nnn in message nnnn.

Explanation

Doublebyte character strings must contain an even number of bytes.

Programmer response

Specify an even number of bytes for the doublebyte character string.

Return Code=0068
PLAS out_file name must be longer than the message facility ID pppp.

Explanation

The ASSEMBLE file name must be greater than 3 characters.

Programmer response

Specify an ASSEMBLE out_file name of greater than 3 characters.

Return Code=0072
Message facility ID pppp on line nnn was longer than 4 characters.

Explanation

Facility ID must be exactly 3 characters long, with no blanks.

Programmer response

Specify a 3-character facility ID.

Return Code=0076
Message class on line nnn was not a valid message class type: IWESCFA.

Explanation

Message class must be one of the valid message classes.

Programmer response

Specify a valid message class.

Return Code=0080
Tag not recognized on line nnn.

Explanation

A tag that was not recognized was encountered.

Programmer response

Check the tag for proper spelling and use.

Return Code=0084
The first tag was not a :FACID. tag on line nnn.

Explanation

The first tag of the SCRIPT file must be the facility ID tag.

Programmer response

Specify the facility ID tag as the first tag in the SCRIPT file.

Return Code=0088
Unexpected tag found on line nnn.

Explanation

A valid tag was found in an unexpected location in the SCRIPT file; it is likely out of order.

Programmer response

Check the order of the tags in the SCRIPT file.

Return Code=0092
Duplicate tags ttt found on line nnn.

Explanation

Duplicate :msgname., :msgclass., or :msgsubid. tags were found for a single message.

Programmer response

Remove the extra tag from the message script.

Return Code=0096
No :MSGNO. tags found within the given SCRIPT file.

Explanation

A message file must have at least one message in it, and it must be denoted by a :msgno. tag.

Programmer response

Specify at least one message in the message file.

Return Code=0098
No :MSGCLASS. (or :MSGCL.) tag found for message nnnn.

Explanation

A :msgclass. (or :msgcl.) tag was not found for message nnnn.

Programmer response

Specify a :msgclass. tag to indicate the severity code of the message and verify the tag is located after the :msgno. tag. Alternatively you can use the -c (CLASS) option to provide a default value for messages which have no :msgclass. (or :msgcl.) tag specified.

Return Code=0100
Insert number was not provided or was less than 1 on line nnn.

Explanation

A positive insert number must be provided for each insert.

Programmer response

Specify a positive insert number of 9 or less for the insert.

Return Code=0104
Message subid was out of the range mmmm to mmmm on line nnn.

Explanation

A message subid was found with a number outside the valid range. The current valid range is 0 to 9999.

Programmer response

Correct the invalid message subid on the given line of the SCRIPT file.

Return Code=0108
Existing secondary file, ssssssss, found, but not on A-disk.

Explanation

A secondary file with the name ssssssss doe not exist on A-disk.

Programmer response

Make sure the name is given correctly and is accessible.

Return Code=0112
The Current ADDRESS environment not CMS, TSO/E, or z/OS UNIX.

Explanation

CEEBLDTX utility is not being executed in a supported environment.

Programmer response

Transport the utility to either CMS, TSO/E, or z/OS UNIX environment and try executing again.

Return Code=nnn 
Undefined error number nnn issued.

Explanation

An undefined error was encountered.

Programmer response

Contact your service representative.