Previous Topic: CA IDMS/DC Messages DC040101 - DC048008Next Topic: CA IDMS/DC Messages DC060001 - DC067001


CA IDMS/DC Messages DC050001 - DC057005

DC050001

DCLOG IS <nn>% FULL

Reason:

This message is displayed periodically as the log fills. Generally, when the reported percent exceeds 70 percent, the PRINT LOG utility statement should be run.

Module:

RHDCMISC

Severity:

0

DC050002

DCLOG READ ERROR

Reason:

A system internal error has occurred, possibly caused by storage having been overwritten.

Module:

RHDCMISC

Severity:

0

DC050003

DCLOG WRITE ERROR

Reason:

A system internal error has occurred, possibly caused by storage having been overwritten.

Module:

RHDCMISC

Severity:

0

DC050004

*** DCLOG IS FULL ***

Reason:

Run the PRINT LOG utility statement to archive the DDLDCLOG area. System activity is suspended until the PRINT LOG utility statement terminates.

Module:

RHDCMISC

Severity:

0

DC050005

SEARCH FOR OLDEST, BUT HIGH PAGE WAS NON-EMPTY

Reason:

Probable causes of this error are as follows:

Module:

RHDCMISC

Severity:

0

DC050006

BINARY SEARCH TYPE UNKNOWN

Reason:

A system internal error has occurred, possibly caused by storage having been overwritten.

Module:

RHDCMISC

Severity:

0

DC050007

RELEASE OF BUFFER IN DBIO FAILED

Reason:

A system internal error has occurred during an attempt to release a buffer for the system log. The error is possibly caused by storage having been overwritten or by a bad I/O status from DBIO.

Module:

RHDCMISC

Severity:

0

DC050008

DEADLOCK TRYING TO ACQUIRE <resource-type>

Reason:

The named system-requested single-threaded resource type is currently unavailable. Waiting for the resource would have caused a deadlock. Wait a few minutes; then reinvoke the task.

Module:

RHDCMISC

Severity:

3

DC050009

INVALID PARAMETER LIST WHILE SINGLE-THREADING RESOURCE

Reason:

A system internal error has occurred, possibly caused by storage having been overwritten.

Module:

RHDCMISC

Severity:

3

DC050010

DCLOG CANNOT SUPPORT > 255 RECORDS PER PAGE

Reason:

The segment containing the DCLOG physical file has been defined with more than 255 records per page. Redefine the segment specifying MAXIMUM RECORDS PER PAGE 255.

Module:

RHDCMISC

Severity:

0

DC050011

RESOURCE <resource-type> NOT OWNED

Reason:

The system requested the release of the named single-threaded resource type, but the resource type is not owned by the requesting task. This is a system internal error, possibly caused by storage having been overwritten.

Module:

RHDCMISC

Severity:

4

DC050012

RESOURCE <resource-type> NOT FOUND--FATAL SYSTEM ERROR

Reason:

A system internal error has occurred, possibly caused by storage having been overwritten.

Module:

RHDCMISC

Severity:

8

DC050014

<Task-id> #TBLSRCH INVALID PLIST

Reason:

The parameter list for one of the extended #TBLSRCH functions was constructed incorrectly. Run PRINT LOG to obtain the task snap. Ensure that a trace is available and contact Technical Support.

Module:

RHDCMISC

Severity:

3

DC050015

<Task-id> #TBLSRCH BAD PARM ON SEARCH

Reason:

A bad parameter was passed to the generic key search. This is a system internal error. Print the dump and contact Technical Support.

Module:

RHDCMISC

Severity:

3

DC050016

TABLE-SEARCH WAS UNABLE TO GET STORAGE TO (RE)BUILD AN INDEX FOR IN INTERNAL TABLE.

Reason:

The index for the TDT or PDT or OPER's WATCH LTERM list ran out of space. In attempting to expand the index, TBLSRCH could not get enough storage to make a new copy of the index. It also is possible that TBLSRCH could not get enough storage to build the first index for one of the above tables.

Check to see whether one or more programs are using an excessive amount of storage, and correct the program. It may be necessary to reserve more room for the storage pool at system generation time.

Module:

RHDCMISC

Entry point = TBLSREP1

Severity:

0

DC050018

RHDCTABL found a free index entry marked in use.

Reason:

This is an internal error. Contact Technical Support.

Module:

RHDCTABL

Severity:

4

DC050020

T<task-id> EXIT <exit-number> WITH DC CALLING CONVENTIONS MISSING MPMODE

Reason:

This message is issued in a z/OS multitasking environment only. The indicated exit has been defined to be called in system mode using CA IDMS/DC calling conventions, but the required MPMODE was not specified on the #START macro. Reassemble the exit specifying an appropriate MPMODE. Be sure to use the current CA IDMS macro library for the assembly.

Module:

RHDCMISC

Severity:

0

DC050021

T<task-id> EXIT <exit-number> WITH IBM CALLING CONVENTIONS MISSING MPMODE

Reason:

This message is issued in the z/OS multitasking environment only. The indicated exit has been defined to be called in system mode using IBM linkage conventions, but does not specify an MPMODE. In the z/OS multitasking system, user exits called in system mode with IBM calling conventions should contain a NOOP at the entry point. Reassemble the exit.

Module:

RHDCMISC

Severity:

0

DC050022

T<task-id> ONE OR MORE SYSTEM MODE EXITS WITH IBM CALLING CONVENTIONS MISSING MPMODE

Reason:

This message accompanies one or more occurrences of message DC050021. Check those messages to determine the specific exit or exits which caused the error. See the description of message DC050021 for the necessary corrective action.

Module:

RHDCMISC

Severity:

8

DC050023

T<task-id> ONE OR MORE SYSTEM MODE EXITS WITH DC CALLING CONVENTIONS MISSING MPMODE

Reason:

This message accompanies one or more occurrences of message DC050020. Check those messages to determine the specific exit or exits which caused the error. See the description of message DC050020 for the necessary corrective action.

Module:

RHDCMISC

Severity:

8

DC050024

DCTRC IS <nn>% FULL

Reason:

This message is displayed periodically as the trace area fills. Generally, when the reported percent exceeds 70 percent, the ARCHIVE TRACE utility statement should be run to offload trace information and reclaim space in the area.

Module:

RHDCMISC

Severity:

0

DC050025

DCTRC READ ERROR

Reason:

An error has occurred trying to read the DDLDCTRC area. This error disables the saving of trace information. Examine the log for additional messages that identify the cause of the failure. Once corrective action has been taken, you can resume saving of trace information by issuing a DCMT VARY TRACE SAVE ON command.

Module:

RHDCMISC

Severity:

0

DC050026

DCTRC WRITE ERROR

Reason:

An error has occurred trying to write to the DDLDCTRC area and means that some trace information has been lost. If several consecutive writes fail, the saving of trace information is disabled. Examine the log for additional messages that identify the cause of the failure. Once corrective action has been taken, you can resume saving of trace information by issuing a DCMT VARY TRACE SAVE ON command.

Module:

RHDCMISC

Severity:

0

DC050027

*** DCTRC IS FULL ***

Reason:

The DDLDCTRC area has filled. Run the ARCHIVE TRACE utility to offload the trace information and reclaim space in the area. No further trace information are saved until this utility executes successfully.

Module:

RHDCMISC

Severity:

0

DC050028

DCTRC: SEARCH FOR OLDEST, BUT HIGH PAGE WAS NON-EMPTY

Reason:

Probable causes of this error are:

Module:

RHDCMISC

Severity:

0

DC050029

DCTRC: BINARY SEARCH TYPE UNKNOWN

Reason:

A system internal error has occurred, possibly caused by storage having been overwritten.

Module:

RHDCMISC

Severity:

0

DC050030

DCTRC CANNOT SUPPORT >255 RECORDS PER PAGE

Reason:

The segment containing the DCTRC physical file has been defined with more than 255 records per page. Redefine the segment specifying MAXIMUM RECORDS PER PAGE 255 or define the DCTRC file and its associated area in a segment that has a maximum of 255 record per page.

Module:

RHDCMISC

Severity:

0

DC051001

DEADLOCK WOULD HAVE OCCURRED ALLOCATING RESOURCES FOR <request-type> TRANSACTION STATISTICS

Reason:

A request for storage by RHDCSTAT would have caused a deadlock. This condition is usually temporary, allowing successful rerun of the abended tasks.

Module:

RHDCSTAT

Severity:

3

DC051002

<request-type> TRANSACTION STATISTICS -- STATISTICS BLOCK NOT FOUND.

Reason:

An attempt to access transaction statistics has failed either because the block was never bound or because the block has already been freed.

Module:

RHDCSTAT

Severity:

3

DC051003

INVALID PARAMETER LIST IN <request-type> TRANSACTION STATISTICS.

Reason:

A system internal error has occurred, possibly caused by storage having been overwritten.

Module:

RHDCSTAT

Severity:

3

DC051004

<Task-id> STATISTICS ARE NOT ENABLED CORRECTLY FOR <verb> TRANSACTION STATISTICS.

Reason:

A BIND, ACCEPT, or END TRANSACTION STATISTICS request cannot be satisfied for either of the following reasons:

Module:

RHDCSTAT

Severity:

3

DC052001

#SENDMSG - QUEUE I/O ERROR

Reason:

A database error occurred during access to the data dictionary queue area when RHDCSMSG issued a PUT QUEUE for the message. Refer to the accompanying DC076<nnn> message for further information.

Module:

RHDCSMSG

Severity:

3

DC052002

TASK: <task-code>; #SENDMSG - INVALID PARAMETER LIST

Reason:

A system internal error has occurred, possibly caused by storage having been overwritten.

Module:

RHDCSMSG

Severity:

3

DC052003

TASK: <task-code>; #SENDMSG - UNDEFINED IDENTIFIER <identifier-name>

Reason:

The named destination identifier, user identifier, or logical terminal identifier has not been defined to the DC/UCF system at system generation time.

Module:

RHDCSMSG

Severity:

5

DC052004

#SENDMSG - IDMS CALL ERROR <idms-status-code>

Reason:

A database error has occurred in the DDLDML area. Refer to the indicated user runtime status code for more information.

Module:

RHDCSMSG

Severity:

3

DC055000

PREVIOUS TASK ABENDED WITH ABEND CODE <task-abend-code>

Reason:

Check the system log for further messages and refer to the indicated task abend code for more information.

Module:

RHDCMSTR

Severity:

0

DC055001

AND MESSAGE CODE <nnnnnn>

Reason:

This message is the second line for message DC055000 if a system message accompanies the abend code. <Nnnnnn> is a system message number; add the prefix DC and refer to the appropriate message for further information.

Module:

RHDCMSTR

Severity:

0

DC055002

UNDEFINED TASK CODE: <task-code>

Reason:

The task currently being initiated is not defined to the system. Define the task either at system generation time or by means of a DCMT VARY DYNAMIC TASK command.

Module:

RHDCMSTR

Severity:

0

DC055003

SECURITY VIOLATION ON TASK CODE: <task-code>

Reason:

The user is not authorized to use the specified task code. The user's security class list does not contain the security class for the task. The security class list for a user is established either by the system generation USER statement or by the DDDL compiler. The security class for a task is established either by the system generation TASK statement or by a DCMT VARY TASK SECURITY command.

Module:

RHDCMSTR

Severity:

0

DC055004

<Task-code> IS AN INTERNAL TASK CODE AND MAY NOT BE INVOKED FROM A TERMINAL

Reason:

The named task has been defined to the system as INTERNAL and therefore can be invoked only by specifying the task code on an ATTACH or DC RETURN. To permit the task to be invoked from a terminal, change the specification of INTERNAL to EXTERNAL in the task definition either at system generation time or by means of a DCMT VARY DYNAMIC TASK command.

Module:

RHDCMSTR

Severity:

0

DC055005

<Task-code> TASK IS OUT OF SERVICE

Reason:

Either the system or an explicit user request has disabled the named task. Contact the system administrator.

Module:

RHDCMSTR

Severity:

0

DC055006

<Program-name> PROGRAM IS OUT OF SERVICE

Reason:

Either the system or an explicit user request has disabled the named program. Contact the system administrator.

Module:

RHDCMSTR

Severity:

0

DC055007

ENTER NEXT TASK CODE: CA IDMS release <release-number> tape <tape-volser> node <node-name>

Reason:

This message is the system prompt for a task code.

Module:

RHDCMSTR

Severity:

0

DC055008

SYSTEM IS BEING SHUT DOWN

Reason:

The SHUTDOWN command has been entered and the system has begun its termination processing.

Module:

RHDCMSTR

Severity:

0

DC055009

PRESS ENTER TO CONTINUE, CLEAR OR ANY CHARACTER TO CANCEL

Reason:

A command list is being executed with prompting. This message asks whether the user wishes to continue with the next command in the command list.

Module:

RHDCMSTR

Severity:

0

DC055010

<Task-code> TASK HAS EXCEEDED MAXIMUM CONCURRENT LIMIT

Reason:

This execution of the named task would cause the maximum concurrent limit to be exceeded. Either wait and try again later, or vary the maximum concurrent limit to a higher value by means of a DCMT VARY TASK command.

Module:

RHDCMSTR

Severity:

0

DC055011

TIMER INITIATED TASK <task code> ATTACH FAILED RC= <ATTACH return code>

Reason:

The system failed to attach a timer initiated task which was requested by a SET TIMER START TASK <task code> statement. The meaning of the <ATTACH return code> displayed in decimal is given below:

The system will also cancel the ICE (Interval Control Element) associated with the failed attach.

Module:

RHDCMSTR

Severity:

0

DC056001

ISA SIZE TOO SMALL

Reason:

During initialization, the PL/I runtime system found that the ISA size specified in the program definition was insufficient to start the program. A default size was calculated and used. Increase the ISA size either by using the system generation PROGRAM statement or by means of a DCMT VARY DYNAMIC PROGRAM command.

Module:

RHDCPPLO

Severity:

0

DC057001

No message text is issued.

Reason:

A system internal error has occurred. Contact Technical Support. The task abend code is ERRX.

Module:

RHDCPLIB

Severity:

3

DC057002

No message text is issued.

Reason:

A system internal error has occurred. Contact Technical Support. The abend code is the PL/I abend code 4000.

Module:

RHDCPLIB

Severity:

3

DC057003

No message text is issued.

Reason:

A system internal error has occurred. Contact Technical Support. The abend code is the PL/I abend code 4028.

Module:

RHDCPLIB

Severity:

3

DC057004

I/O ERROR

Reason:

An I/O error has occurred during an attempt to loathe PLIDUMPA module. Rerun the job.

NOT FOUND

A #LOAD has been issued for the PLIDUMPA module, but the module cannot be found in the system load library. Link edit the PLIDUMPA module and rerun the job.

LOAD DEADLOCK

A #LOAD deadlock has occurred during an attempt to load the PLIDUMPA module. If this error occurs frequently, increase the size of the program pool.

Module:

IBMBKDMA

Severity:

3

DC057005

<ddname> <message text>

Reason:

A COBOL II, PL/I, or LE370 program has attempted to put out a line of message text to DDNAME <ddname>. The CA IDMS/DC/UCF system has intercepted the message and written it to the DC log file.

Module:

RHDCOSCR

Severity:

0CA IDMS/DC