Adabas Audit Data Retrieval console commands

Overview

Use console commands to:

  • Start the Adabas Audit Data Retrieval started task
  • Stop the Adabas Audit Data Retrieval started task
  • Display information on current resource usage
  • Control the router and display its current workload

Syntax

Console commands use the following syntax:

command stcname[,parameter]

where:

  • command is a single letter command (Start, stoP, modiFy)
  • stcname is the name of the Adabas Audit Data Retrieval started task
  • parameter is an optional modifier

Starting and stopping the started task

Console command

Purpose

S stcname

Starts the Adabas Audit Data Retrieval started task

P stcname

Stops the Adabas Audit Data Retrieval started task

Canceling the started task

Console command

Purpose

C stcname

Cancels the Adabas Audit Data Retrieval started task

Note: Use this command only if the stop command is ineffective.

Commands for troubleshooting and debugging

The following commands are used for troubleshooting and debugging purposes. Use these commands only when instructed to do so by support.

Console command

Purpose

F stcname,TL

Displays all tasks currently active within the Adabas Audit Data Retrieval subsystem

This command is used for debugging purposes only.

F stcname,ST

Displays SFF operational statistics

F stcname,DUMP

Outputs a formatted dump to the next available SFFFDUMP DD output dataset defined in the started task procedure

This command is used for debugging purposes only.

F stcname,SDUMP

Outputs an SVC dump

This command is used for debugging purposes only.

Modify commands for the router

The following commands are available to control the router:

F stcname,ROUTER,SET(class),TRACE(ON|OFF|YES|NO),CLIENT(ACTIVE|DORMANT)

F stcname,ROUTER,QUERY(class)

where:

stcname

is the name of the Adabas Audit Data Retrieval started task

class

is one of the following (masks are supported):

SERVICE

INDEX

ONLINE

NCI

QUERY

SPOOL

Examples

  • F stcname,ROUTER,SET(ONLINE),CLIENT(DORMANT)

    The router no longer accepts requests from the ISPF application. (Note: The class SERVICE cannot be set to dormant.)

  • F stcname,ROUTER,SET(*),CLIENT(DORMANT)

    All classes except SERVICE are set to dormant.

  • F stcname,ROUTER,SET(INDEX),TRACE(ON)

    Trace is turned on for index search requests.