ACCRDBRM reply message (X'2201')

The distributed data management (DDM) architecture ACCRDBRM (access to database completed) reply message specifies that the named database in the previous ACCRDB command is available to the client for processing.

Format

Read syntax diagramSkip visual syntax diagramDSSHDRLLCPSVRCODPRDID CRRTKNTYPDEFNAM ACCRDBFDBK

Parameters

DSSHDR
The 6-byte header that contains information about the data stream structure (DSS).
LL
The length specified as a 2-byte binary integer. This length includes LL and CP.
CP
X'2201', the 2-byte codepoint of the ACCRDBRM reply message.
ACCRDBFDBK
An optional parameter (X'CC0D') that contains the psbfdbkStream and aliasfdbkStream data sent from the target to the source.
Read syntax diagramSkip visual syntax diagramLLCPpsbfdbkStream aliasfdbkStream
Parameters
LL
The length of ACCRDBFDBK. This length includes the LL and CP.
CP
X'CC0D' , the 2 byte codepoint of ACCRDBFDBK.
The psbfdbkStream and aliasfdbkStream parameters data structure is as follows:
Table 1. The psbfdbkStream and aliasfdbkStream parameters data structure
Offset Length Name Description
0 1 PSB name null indicator Binary integer
  • X'00' - indicates that the rest of the data follows.
  • X'FF' - indicates that there is no data and the total length is one byte.
1 1 Length Binary integer
  • Length of the data including the length itself.
2 8 PSB name Character string

Length of the PSB name.

1 or 10 1 Alias name null indicator Binary integer
  • X'00' - indicates that the rest of the data follows.
  • X'FF' - indicates that there is no data and the total length is one byte.
2 or 11 1 Length Binary integer
  • Length of the data including the length itself.
3 or 12 4 Alias name Character string

Length of the alias name.

SVRCOD
A required parameter (X'1149') that contains the severity code. SVRCOD consists of a 2-byte length field (LL), a 2-byte codepoint (CP), and the data. The data is a 2-byte binary value. The following list describes the possible 2-byte values:
0
INFO – Information only severity code
4
WARNING – Warning severity code
8
ERROR – Error severity code
16
SEVERE – Severe error severity code
32
ACCDMG – Access damage severity code
64
PRMDMG – Permanent damage severity code
128
SESDMG – Session damage severity code
PRDID

Product Specific ID. The release level of the DDM server.

This is a required parameter for the ACCRDB command.

CRRTKN
A required correlation token that the source and the target servers use to correlate the work for an application.
TYPDEFNAM

A required parameter (X'002F') that specifies the name of the data type definition. TYPDEFNAM consists of a 2-byte specification of length (LL), a 2-byte codepoint (CP), and the VALUE. The VALUE is reserved and must be QTDSQL370, which is the general EBCDIC SQL type definition for machines that use EBCDIC strings, IEEE floating-point numbers, and non-byte-reversed floating-point and integer numbers.