YKERCODE (outputs error code details)

Business Continuity Manager Web API Reference Guide

Version
9.9.1
Audience
anonymous
Part Number
MK-96HC137-03

This command outputs the details of a specified error code.

Request body format

{ "action":"submit",
   "cliname":"YKERCODE",
   "operands":"error-code"
}

Parameters specified in the request body

error-code ~ <4 hexadecimal characters>

Specify the storage system sense byte information (error code) that is included in the message displayed by Business Continuity Manager. For details on error codes, see the section that describes storage system sense byte information in the manual Hitachi Storage Management Software for Mainframe Messages.

Return code

If the CLI command has finished running, the return code of the CLI command is set in the rc key of the response. If an error occurs before the CLI command is run, the BCM Web API server sets the return code.

The following table lists and describes the return codes of the YKERCODE command.

Table. YKERCODE command return code list

Return code

Meaning

0

The command completed normally.

8

No description of the specified error code was found.

16

Command execution terminated because of an invalid parameter.

64

The module cannot be loaded. Possible causes are as follows:

  • The library dataset has not been linked.

  • The module is protected by the RACF program control function.

For details about return codes set by the BCM Web API server, see Return codes set by the BCM Web API server.