sysadmin sqm_zap_command

Description

Deletes a single message in a stable queue.

Syntax

sysadmin sqm_zap_command, q_number, q_type,
 seg, blk, row

Parameters

q_number, q_type

Identifies the stable queue with the message to be deleted. Find these values using admin who, admin who, sqm, and admin who, sqt.

seg

Identifies the segment in the stable queue.

blk

Identifies the 16K block in the segment. Block numbering starts at 1 and ends at 64.

row

The row number in the block of the command to be deleted.

Examples

Example 1

sysadmin sqm_zap_command
sysadmin sqm_zap_command, 103, 1, 15, 65, 2

Usage

Permissions

sysadmin sqm_zap_command requires “sa” permission.

See also

admin who, sysadmin dump_queue, sysadmin sqm_unzap_command