Batch request utility messages (CBKxx5000-5999)

The following messages are issued by the batch request utility:

CBKxx5001E
Required DDNAME CBKPRINT is missing. Batch request utility terminating.
Explanation:

The CBKPRINT DDNAME is missing from the batch request utility JCL. The batch request utility cannot run without the CBKPRINT data set.

System action:

The batch request utility terminates.

User response:

Add the CBKPRINT DD statement to the batch request utility job step and resubmit the job.

Destination:

Message log

CBKxx5002E
Open failed for the CBKPRINT DDNAME. Batch request utility terminating.
Explanation:

The batch request utility has failed to open the CBKPRINT DDNAME data set, which is required for the batch request utility to run.

System action:

The batch request utility terminates.

User response:

Check the job log for additional MVS™ messages relating to this error, take the corrective action recommended by those messages, and resubmit the job.

Destination:

Message log

CBKxx5003E
Required DDNAME CBKIN is missing. Batch request utility terminating.
Explanation:

The CBKIN DDNAME is missing from the batch request utility job step. The batch request utility cannot run without the CBKIN data set.

System action:

The batch request utility terminates.

User response:

Add the CBKIN DD statement to the batch request utility job step and then resubmit the job.

Destination:

Message log.

CBKxx5004E
Open failed for the CBKIN DDNAME. Batch request utility terminating.
Explanation:

The batch request utility has failed to open the CBKIN data set, which is required in order for the batch request utility to run.

System action:

The batch request utility terminates.

User response:

Check the job log for additional MVS messages relating to the error, take the corrective action recommended by those messages, and resubmit the job.

Destination:

Message log

CBKxx5005E
Insufficient storage exists to process request. Batch request utility terminating.
Explanation:

The batch request utility is unable to obtain the virtual storage needed to process its input requests.

System action:

The batch request utility terminates.

User response:

Check the REGION parameter for the batch request utility job step. The REGION parameter specifies how much virtual storage is allocated for the batch request utility. If possible, increase the value to make additional virtual storage available to the batch request utility. If it is not possible to increase this value, examine the input statements to the batch request utility to determine the best way to break the current job step into multiple job steps.

Destination:

Message log

CBKxx5006E
Request(s) not processed due to error(s) with one or more statements.
Explanation:

At least one input statement has an error that prevents the statement from being executed. When this condition occurs, the batch request utility does not execute any of the statements.

System action:

The batch request utility terminates without executing any of the input statements.

User response:

Examine the Message log to determine which statements have errors. Correct those errors and resubmit the JCL.

Destination:

Message log.

CBKxx5007E
Error processing request: EIBRESP=resp1, EIBRESP2=resp2, VSAM CODE=vsamcode, Type=objecttype, Object=object, Text=errortext.
Explanation:

An error has occurred while processing the request. This error prevents the request from completing successfully. The object and objecttype fields indicate the object and object type on which the error occurred. The errortext field, if any, provides additional information regarding the nature of the error. If the error occurs while accessing the CICS® region control file, the vsamcode field is non-zero. If the error occurs while processing a CICS API command, resp1 and resp2 contain the CICS EIB response codes for the command.

System action:

The current request is not successfully completed. All subsequent requests are skipped and the batch request utility terminates.

User response:

Contact technical support.

Destination:

Message log

CBKxx5008E
Statement was not processed due to error(s) with one or more statements.
Explanation:

This command is not executed due to an error in one or more previous statements.

System action:

The current command is not executed.

User response:

Examine the message log for any errors prior to the current command. Correct those errors and resubmit the job step.

Destination:

Message log

CBKxx5009I
Statement was successfully processed.
Explanation:

The batch request utility has executed the current statement without any errors. If the request was passed to a target CICS region for execution, it means also that the CICS BAC request server has executed the command successfully.

System action:

The batch request utility proceeds on to the next input statement.

User response:

None.

Destination:

Message log

CBKxx5010I
Default values updated.
Explanation:

The DEFAULT statement has been successfully processed. The DEFAULT values for subsequent statements have been updated.

System action:

The batch request utility proceeds on to the next input statement using the applicable parameter values from this DEFAULT statement.

User response:

None.

Destination:

Message log

CBKxx5011I
Returned data area contents:
Explanation:

A LINK PROGRAM or RUNCEMT command has been successfully completed and the data returned from that request is formatted in a standard dump format. Note that the returned data is dependent upon the program or CEMT command being executed. If more than 256 bytes of data are returned, only the first 256 bytes are dumped to the message log.

System action:

The returned data from that request is formatted in a standard dump format and written to CBKPRINT.

User response:

None.

Destination:

Message log

CBKxx5012I
Parameter values in effect for the command command:
Explanation:

The batch request utility is about to display the parameter definitions for the current command. The utility displays each parameter in a separate CBKxx5013I message, showing the values in effect for the command. If the command contains no parameters, the utility does not display any CBKxx5013 messages.

System action:

None.

User response:

None.

Destination:

Message log

CBKxx5013I
keyword(value).
Explanation:

The batch utility displays a parameter and value pair, keyword (value) of the current command it is processing.

System action:

None.

User response:

Ensure that the parameter and its value are correct for the current statement. Note that the source of the parameter might be the current statement itself or the most recent DEFAULT statement.

Destination:

Message log

CBKxx5014W
Request completed with warnings: EIBRESP=resp1, EIBRESP2=resp2, VSAM CODE=vsamcode, Type=objecttype, Object=object, Text=errortext.
Explanation:

A problem has occurred while processing the request that might have prevented the execution of the command from having the required results. The object and objecttype fields indicate the object and object type on which the problem occurred. The errortext field, if any, provides additional information regarding the nature of the problem. If the problem has occurred while accessing the CICS region control file, then the vsamcode field is non-zero. If the problem has occurred while processing a CICS API command, resp1 and resp2 contains the CICS EIB response codes for the command.

System action:

The current request might not have completed successfully. The batch request utility continues on to the next request.

User response:

Contact technical support.

Destination:

Message log

CBKxx5015E
jobname Empty or no control file table located. Batch request utility abending with abend code U1503.
Explanation:

The batch request utility has to directly update a CICS region control file because CICS BAC is not active in the CICS region. However, the batch request utility doesn't know the name of the control file data set because it cannot locate a control file table, or the control file table it located is empty.

System action:

The batch request utility job step abends with abend code U1503.

User response:

The batch request utility requires a control file table containing an entry for the target CICS region to find the data set name for the target region control file. For more information about the control file table, see The control file table. Ensure that a control file table that contains an entry for the target CICS region is available to the batch request utility job step, and retry the job step.

Destination:

Job log

CBKxx5016E
Dynamic allocation for CBKLOG failed. Unable to process request(s).
Explanation:

The batch request utility is unable to allocate dynamically the CICS BAC audit log. This message can be preceded by one or more messages that provide additional information relating to the dynamic allocation failure.

System action:

The batch request utility job step terminates with condition code 12.

User response:

If you cannot determine and correct the cause of the dynamic allocation failure, contact technical support.

Destination:

Job log

CBKxx5017E
Open failed for CBKLOG file. Unable to process request(s).
Explanation:

The batch request utility is unable to open the CICS BAC audit log. This message can be preceded by one or more messages that provide additional information relating to the open failure.

System action:

The batch request utility job step terminates with condition code 12.

User response:

If you cannot determine and correct the cause of the open failure, contact technical support.

Destination:

Job log

CBKxx5018E
Unable to audit due to lack of required CBKLOG file.
Explanation:

The batch request utility needs to log requests, but there is no CBKLOG data set DD statement in the job step JCL, and the options that enable the batch request utility to allocate dynamically the audit log are not specified.

System action:

The batch request utility job step terminates with condition code 12

User response:

Define an audit log data set in the batch request utility job step JCL or change the appropriate CICS region properties record to enable the audit log to be allocated dynamically.

Destination:

Job log

CBKxx5019E
Invalid control file detected. Job step abending with U1502 abend.
Explanation:

The batch request utility needs to update the target CICS region control file directly because CICS BAC is not active in the region. However, the batch request utility detected an invalid control file during its control file validation processing. Messages providing additional information about the problem with the control file can precede this message.

System action:

The batch request utility job step abends with abend code U1502.

User response:

If you cannot determine and correct the cause of the problem, contact technical support.

Destination:

Job log

CBKxx5020E
Unable to load CICS EXCI module. CICS SDFHEXCI load library may not be available: code1(retcode) code2(rsncode)
Explanation:

During batch request utility initialization, CICS BAC has attempted to load the CICS EXCI module DFHXCPRX to check that the CICS SDFHEXCI load library is available. The load request has failed with the errors indicated by retcode and rsncode, which contain the return code and reason code from the failed load attempt.

System action:

The batch request utility job step terminates with condition code 12.

User response:

Ensure that the CICS SDFHEXCI load library is available to the batch request utility by adding it to the MVS linklist, or to the JOBLIB or STEPLIB concatenation in the batch request utility JCL.

Destination:

Job log

CBKxx5021I
The following commands were serviced by the CICS BAC request server in CICS region applid:
Explanation:

The batch request utility has received confirmation that the commands it passed to the CICS BAC request server for CICS region applid have been processed. The commands are listed in the message log immediately following the CBKxx5021I message.

System action:

The batch request utility lists the commands that have been processed by the request server.

User response:

None.

Destination:

Message log

CBKxx5022I
The following commands were serviced directly by the CICS BAC batch request utility because CICS region applid is not active or the CICS BAC request server is not active in that region:
Explanation:

The batch request utility is unable to send commands to CICS region applid, because the region is not active, or because CICS BAC is not active in the region. The batch request utility has serviced the listed commands directly itself. The commands are listed in the message log immediately following the CBKxx5022I message.

System action:

The batch request utility lists the commands that it has serviced.

User response:

None.

Destination:

Message log

CBKxx5023W
Batch request utility detected CICS region applid did not go through normal CICS BAC shutdown processing.
Explanation:

The batch request utility has detected that CICS BAC is not active in CICS region applid (or the CICS region is not available), and that CICS BAC did not go through its normal termination the last time it was active in the region. The region properties for CICS region applid specify that the batch request utility should wait for an operator reply to determine how to proceed.

System action:

The batch request utility issues message CBKxx5024R to prompt for a reply to this message.

User response:

See message CBKxx5024R.

Destination:

Console

CBKxx5024R
Reply GO to continue processing or ABEND to terminate job step.
Explanation:

The batch request utility has issued message CBKxx5023W and now prompts for a answer on how to proceed.

System action:

The batch request utility waits for a GO or ABEND reply.

User response:

See message CBKxx5023W for a an explanation and reply accordingly

Destination:

Console

CBKxx5025W
Reply was GO. Batch request utility will continue processing.
Explanation:

The batch request utility has received a GO reply to message CBKxx5024R.

System action:

The batch request utility job step continues.

User response:

None.

Destination:

Console

CBKxx5026E
Reply was ABEND. Batch request utility will be abended with abend code abend-code.
Explanation:

The batch request utility has received an ABEND reply to message CBKxx5024R.

System action:

The batch request utility job step abends with user abend code abend-code. No additional commands are processed.

User response:

Depending on the situation, you might need to restart CICS BAC in the CICS region and then shut it down to reset the shutdown flag.

Destination:

Console

CBKxx5027E
Batch request utility abending. Target CICS region applid did not go through CICS BAC shutdown processing.
Explanation:

CICS BAC did not go through normal shutdown processing the last time it was active in CICS region applid. The region properties for the target region specify that a batch request utility job step should be abended when this condition occurs.

System action:

The batch request utility job step abends with the abend code specified in the target CICS region properties record.

User response:

Depending on the situation, you might need to restart CICS BAC in the CICS region and then shut it down to reset the shutdown flag.

Destination:

Message log

CBKxx5028E
Batch request utility terminating. Target CICS region applid did not go through CICS BAC shutdown processing.
Explanation:

CICS BAC did not go through normal shutdown processing the last time it was active in CICS region applid. The region properties for the target region specify that a batch request utility job step should be terminated when this condition occurs.

System action:

The batch request utility job step terminates with the condition code specified in the target CICS region properties record.

User response:

Depending on the situation, you might need to restart CICS BAC in the CICS region and then shut it down to reset the shutdown flag.

Destination:

Message log

CBKxx5032E
Authorization check failed, RACROUTE RC=racroute, RACF RC=rc, RACF REASON=reason,
Explanation:

The batch request utility is unable to issue a command because the current user ID is not authorized. See the z/OS Security Server RACROUTE Macro Reference manual, SA22-7692, for an explanation of the return and reason codes.

System action:

The current request has not successfully completed. All subsequent requests are skipped and the batch request utility terminates.

User response:

Contact your RACF administrator if you believe the batch request utility user ID should be authorized to issue the command.

Destination:

CBKPRINT file.