Writing a Physical Database Page 

Use

The page is written to the devspace specified.

Enter the number of the devspace required in the parameter <dev_no>, and its type in <dev_mode>.

If you only specify one page number <page_no>, this is the logical page that is written to the devspace.

You can define the length of the database page (<page_data>) using the parameter <page_size>.

This command is only useful when using client applications.

Prerequisites

You have the DBM operator authorization AccessUtility.

The database is in COLD mode.

You have opened a utility session.

Syntax

util_putpage [<dev_mode> <dev_no>] <page_no> <page_size><NL><page_data>

Option <dev_mode>

SYS

System devspace

MSYS

Mirrored system devspace

DATA

Data devspace

MDATA

Mirrored data devspace

LOG

Log devspace

MLOG

Mirrored log devspace (LOG_MODE=DUAL)

NAME

When using this option, do not enter a number for the following parameter <dev_no>; enter the name of the devspace instead:
util_putpage [NAME <dev_name>] <page_no>

Reply

The system outputs an OK message.

In the event of errors, see Reply Format.