IRR65000I Invalid input to message writing routine attempting to write message number message-number.

Explanation

This is an error internal to the utility. The specified message-number was not found.

System action

System processing continues.

Problem determination

Record the specified message number and contact your IBM® support center.

IRR65001I Element number number of range table is out of sequence.

Explanation

The indicated range table entry is out of collating sequence.

System action

Utility processing terminates.

System programmer response

Ensure that the range table was assembled and link-edited correctly. Correct the order of the entries which are out of sequence. For information on using a range table, see RACF System Programmer's Guide.

Problem determination

Verify that each entry in the range table appears with its keys in ascending order.

IRR65002I Unable to load module table-name to be used as range table.

Explanation

The load module named in the TABLE keyword could not be loaded into storage.

System action

Utility processing terminates.

System programmer response

On MVS™, a STEPLIB DD statement might be missing; on VM, perhaps the member could not be loaded from the user-supplied library.

IRR65003I error-type on ddname attempting a request of block at RBA rba.

Explanation

The indicated error occurred while attempting a BDAM read (READ), BDAM write (WRITE), or BSAM write (LOAD).

System action

The ddname of the file on which the error occurred is listed, along with the RBA (relative byte address) of the byte being accessed.

System programmer response

To recover from the problem, consider doing the following:
  • On MVS, ensure that the DD statement is correct.
  • On VM, ensure that the database specified by the FILEDEF statement is on a minidisk that has been formatted for an OS data set.

Problem determination

Check for other errors related to the disk pack on which the database resides.

IRR65004I Range table contains no elements or first element string is not binary zeros.

Explanation

The first fullword of the range table is binary zeros, indicating no elements in the table, or the string portion of the first element is not binary zeros, as is required.

System action

Utility processing terminates.

Programmer response

Ensure that the range table was assembled and link-edited correctly. For information on using a range table, see RACF System Programmer's Guide.

IRR65005I RACF® data set full on ddname.

Explanation

Space has been exhausted on the specified output RACF database.

System action

Utility processing terminates.

System programmer response

Increase the size of the output database.

Problem determination

This message is accompanied by message number IRR65018I, which can be used to determine how much data has already been processed.

IRR65006I Unable to open dsname, ddname.

Explanation

If the database is for input, the utility terminates. If the database is for output, only processing to that database is terminated.

System programmer response

To recover from the problem, consider doing the following:
  • On MVS, ensure that the DD statement is correct.
  • On VM, ensure that the database specified by the FILEDEF statement is on a minidisk that has been formatted for an OS data set.

Problem determination

Check for other errors related to the disk pack on which the database resides.

IRR65007I Information retrieval for ddname failed with error code code.

Explanation

RACF issued a dynamic allocation request (SVC 99) for information about the ddname indicated in the message. However, the return code from dynamic allocation was unexpected.

System programmer response

See “Problem Determination.”

Problem determination

Check the return code from the SVC 99 in one of the following:
  • On MVS/XA, see MVS/XA SPL: System Macros and Facilities Volume 1, GC28-1150.
  • On MVS/ESA, see MVS/ESA SPL: Application Development Guide, GC28-1852.

IRR65008I dsname successfully opened for open-type on ddname.

Explanation

The named database has been successfully opened (BSAM open for INITIALIZATION or BDAM open for PROCESSING) with the given ddname.

System action

Utility processing continues normally.

IRR65009I No input DD statements found - Processing terminated.

Explanation

The utility cannot perform without at least one input RACF database.

System programmer response

Ensure that at least one DD statement has been allocated.

Problem determination

Check the JCL DD statements to verify this.

IRR65010I LOCK function requested, ddname already | now locked.

Explanation

To prevent updates to the database indicated by ddname, the LOCK function is requested. If the database was not located previously, it is locked at this time.

System action

Utility processing continues.

IRR65011I Lock recovery disposition successful for ddname.

Explanation

This message reports the results of the attempt to turn the extend bit OFF in the ICB for the listed ddname. If lock recovery is not successful, the bit will still be ON in that ICB. If lock recovery is successful, the bit has been turned OFF.

System action

Utility processing continues.

IRR65012I profile-name in class class-name from ddname is duplicate of same name from ddname.

Explanation

The named profile could not be copied to an output database because it has the same name as a profile already copied from another input database. Either the profile is in a class other than DATASET or the NODUPDATASETS option is in effect.

System action

Utility processing terminates.

Problem determination

Check the PARM field of the EXEC statement for this utility. For duplicate names, option DUPDATASETS must be in effect. Also, check to see what class the profile is actually in.

IRR65013I Index entry entry-name on ddname points to a tape volume set of which it is not a member.

Explanation

The index entry indicated by entry-name does not appear in the volume list of the profile for the tape volume set to which it points.

System action

The index entry is not copied to an output database. The tape volume set is copied if no other errors exist.

System programmer response

See “Problem Determination.”

Problem determination

Ensure that the index entry and database specified by DD statement are both correct.

IRR65014I A tape volume set from ddname is inconsistent with the range table, member names follow: member-name member-name ...

Explanation

The range table specified with the TABLE keyword does not designate all of the members of the set to be copied to the same output database. The member names listed are not prefixed by the characters TAPEVOL-, but the prefix was used when interrogating the range table.

System action

The tape volume set is not copied to output.

IRR65015I A tape volume set from ddname1 contains a duplicate of entry-name from ddname2, member names follow: member-name member-name ...

Explanation

Two tape volume sets contain the same name in their volume lists. Therefore, only one of the sets can be copied to the output database.

System action

The entire tape volume set whose members are listed is not copied to output.

IRR65016I abend-code abend during utility processing.

Explanation

The specified abnormal termination occurred during the execution of the utility.

System action

Utility processing terminates.

System programmer response

See “Problem Determination.”

Problem determination

Use the indicated abend code and any previous messages issued by this utility, to determine the appropriate action. See your MVS system codes manual for more information about the abend indicated in the message.

IRR65017I Unable to establish recovery environment. Processing terminated.

Explanation

Processing is terminated because adequate recovery cannot be provided.

System action

Utility processing terminates.

System programmer response

Ensure that RACF and the operating system are properly installed. If they are, contact your IBM support center.

IRR65018I Output processing to ddname terminated while processing entry entry-name.

Explanation

Because of an error identified by the message immediately preceding this message on the output, no further processing of the data set indicated by ddname is attempted. The data set should not be used as a RACF database.

System action

Utility processing terminates.

Problem determination

Use the information given by both this and the preceding message to determine the proper corrective action.

IRR65019I Output processing to ddname terminated due to failure during data set initialization.

Explanation

An error occurred while performing information retrieval, opening, writing a block, or using BSAM to write empty blocks. This message follows messages IRR65003, IRR65006, and IRR65007. See the previous message description for more information.

System action

Utility processing terminates.

System action

Processing to the database is terminated.

System programmer response

To recover from the problem, consider doing the following:
  • On MVS, ensure that the DD statement is correct.
  • On VM, ensure that the database specified by the FILEDEF statement is on a minidisk that has been formatted for an OS data set.

IRR65020I Specified options: parm

Explanation

The parameters specified by the user on the EXEC statement are listed.

System action

Utility processing continues normally.

IRR65021I Parameter error. Text beginning with ‘text’ contains an undefined keyword.

Explanation

The listed text does not start with a keyword defined to the utility.

System action

Utility processing terminates.

System programmer response

Check the PARM field of the EXEC statement in the JCL.

Problem determination

Ensure that any abbreviations for keywords contain enough significant characters to make the abbreviation uniquely identifiable to the utility.

IRR65022I Parameter error. Keyword ‘keyword’ is ambiguous.

Explanation

The utility has more than one keyword with the character string indicated by keyword.

System action

Utility processing terminates.

System programmer response

Ensure that abbreviations for keywords contain enough significant characters to make the abbreviation uniquely identifiable to the utility.

IRR65023I Parameter error. Text beginning with ‘text’ is redundant or contradictory to a previous specification.

Explanation

Either the keyword contained in the text or its opposite form was specified previously. The utility uses the first specification of the keyword.

System action

Utility processing terminates.

System programmer response

Ensure that abbreviations for keywords contain enough significant characters to make the abbreviation uniquely identifiable to the utility.

Problem determination

For a complete description of all parameters supported by this utility, see RACF System Programmer's Guide.

IRR65024I Parameter error. Keyword ‘keyword(value)’ contains an unacceptable value.

Explanation

The value specified is not acceptable when associated with the keyword listed.

System action

Utility processing terminates.

System programmer response

See “Problem Determination.”

Problem determination

For a complete description of all parameters supported by this utility, see SPL: RACF.

IRR65025I Options in effect: options

Explanation

All options, including default options, in effect for the execution of this utility are listed.

System action

Processing continues normally.

IRR65026I Options in Effect: UNLOCKINPUT

Explanation

UNLOCKINPUT is the only option specified for this execution of the utility.

System action

The utility unlocks the input databases. The utility does not copy the databases.

IRR65027I UNLOCKINPUT is the only option allowed. Processing terminated.

Explanation

More than one option was specified. UNLOCKINPUT must be the only option requested for execution.

System action

Utility processing terminates.

System programmer response

Specify the UNLOCKINPUT parameter without any other option.

IRR65028I UNLOCK function requested, ddname already unlocked.

Explanation

The database indicated by ddname was unlocked before this attempt to unlock it.

System action

Processing continues normally.

IRR65029I UNLOCK function requested, ddname now unlocked.

Explanation

The database indicated by ddname has been unlocked and is now ready for updates.

System action

Processing continues normally.

IRR65030I UNLOCK was not successful for ddname

Explanation

An error occurred while attempting to unlock an input database One of the following situations has occurred:
  • The database indicated by ddname was not found.
  • Unable to open ddname.
  • Retrieval error for ddname.
  • Permanent I/O error.

System action

The database indicated by ddname was not unlocked. Processing terminated.

System programmer response

To recover from the problem, do the following:
  • Ensure that the DD statement is specified correctly.
  • Check if ddname is already allocated.
  • Check if there were other error messages previous to this one.

Problem determination

If other error messages preceded this one, refer to those message explanations to determine the cause of the problem.

IRR65031I No locking parameter was specified. Processing will terminate after the following message.

Explanation

Without a locking parameter, the utility cannot continue processing.

System action

Utility processing terminates after the following message.

System programmer response

See following message.

IRR65032I One of the following parameters is required: LOCKINPUT, NOLOCKINPUT, or UNLOCKINPUT.

Explanation

Without a locking parameter, the utility cannot continue processing.

System action

Utility processing terminates.

System programmer response

Specify a locking parameter and invoke the utility again.

IRR65033I Incorrect ICB found on ddname. Processing will terminate.

Explanation

The ICB related to the RACF database indicated by the ddname in the message cannot be used by the utility. This message may also be issued when the database is empty.

System action

Utility processing terminates.

System programmer response

Check that you have specified the correct ddname and that it represents the RACF database you want to use. If it is, and the RACF database was not previously formatted using this utility with the PARM=‘NEW’ specification on MVS or with the RACINITD EXEC on VM, then rerun the utility with PARM=‘NEW’.

Problem determination

The validity check that caused the failure can result from an invalid ICB value for the number of templates or BAMs, or an invalid RBA (relative byte address). List the contents of the data set defined by the SYSRACF DD statement to determine the cause of the problem.

IRR65034I Incorrect blocksize found on ddname, IRRUT400 expects a blocksize of 4096. Processing will terminate.

Explanation

The DCB for the input ddname dataset indicates a block size other than 4096. IRRUT400 will only process a data set with LRECL and BLOCKSIZE equal to 4096.

System action

Utility processing terminates.

System programmer response

Ensure that the data set name specified on the ddname DD statement is a restructured RACF database. ICHUTxxx utilities should only be run against nonrestructured RACF databases. IRRUTxxx utilities should only be run against restructured RACF databases.