YKENV (outputs Business Continuity Manager environment variables)

Business Continuity Manager Web API Reference Guide

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

This command outputs Business Continuity Manager environment variables. The two types of information that are output are summary information and detailed information.

Request body format

{ "action":"submit",
   "cliname":"YKENV"
}

Parameters specified in the request body

None

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 YKENV command.

Table. YKENV command return code list

Return code

Meaning

0

The command terminated normally.

-3

A module could not be loaded. Possible causes are as follows:

  • The library dataset has not been linked.

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

-1

An interruption occurred during execution.

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