Change Resource Entry Information (QRZCHGE) API


  Required Parameter Group:

1 Resource variable Input Char(*)
2 Format name Input Char(8)
3 Error code I/O Char(*)

  Default Public Authority: *EXCLUDE

  Threadsafe: No

The Change Resource Entry Information (QRZCHGE) API changes resource information and maps one resource onto another.


Authorities and Locks

API Public Authority
*EXCLUDE

Required Parameter Group

Resource variable
INPUT; CHAR(*)

The structure that specifies which resource information is to be changed and what the resource information is to be changed to.

Format name
INPUT; CHAR(8)

The content and format of the resource information and resource change variables. The possible format names are as follows:

CHGE0100 A resource name is to be changed. See CHGE0100 Format for details of this format.
CHGE0200 A resource that is to be mapped. See CHGE0200 Format for details of this format.

Error code
I/O; CHAR(*)

The structure in which to return error information. For the format of the structure, see Error code parameter.


CHGE0100 Format

Offset Type Field
Dec Hex
0 0 CHAR(32) Resource name
32 20 CHAR(32) Resource name change


Field Descriptions

Resource name. The resource name to be changed. The resource name must comply with the following rules:

This name is left-justified and padded with trailing blanks.

Resource name change. The value that the resource name is to be changed to. This name is left-justified and padded with trailing blanks.


CHGE0200 Format

Offset Type Field
Dec Hex
0 0 CHAR(32) Resource name
32 20 CHAR(32) Resource name


Field Descriptions

Resource name. The name of the resource that is to have its resource information exchanged with another resource.


Error Messages

Message ID Error Message Text
CPF0B3B E Resource name not found.
CPF0B38 E Resource information not valid.
CPF0B46 E Materialize failed.
CPF24B4 E Severe error while addressing parameter list.
CPF3CF1 E Error code parameter not valid.
CPF3C21 E Format name &1 is not valid.
CPF3C90 E Literal value cannot be changed.
CPF9872 E Program or service program &1 in library &2 ended. Reason code &3.


API introduced: V3R6
Top | Configuration APIs | API by category