Administration Version 5.9.1
 —  Entire Net-Work Reference  —

ADARUN Control Statements

This section covers the following topics:


ADARUN Function

The ADARUN function is used to invoke Entire Net-Work. ADARUN invokes the Entire Net-Work control program and:

The ADARUN statement is fully described in the Operations documentation of Adabas.

Top of page

ADARUN Statement Format

The syntax of ADARUN statement and parameters is:

graphics/adarun.png

ADARUN statements must:

ADARUN control statements may contain multiple statement lines. Each line must be specified as a separate statement according to the rules above.

The ADARUN statement is fully described in the Operations documentation of Adabas.

Top of page

Setting ADARUN Parameters

When specifying ADARUN parameters:

Each ADARUN parameter has a default value that ADARUN uses if the parameter is not explicitly specified. Parameters can be abbreviated, but the abbreviation must be unique; that is, not the same as those of other ADARUN parameters.

The Entire Net-Work session statistics can be used to determine the best settings for each parameter. The statistics can be displayed using Entire Net-Work operator commands during the session; they are also printed automatically at the end of a session.

Top of page

Statement Example

The following is an example of an Entire Net-Work ADARUN statement:

ADARUN PROG=NETWRK,TARGETID=3333,NAB=20,NC=50,LU=65535,SVC=251

For this node, Entire Net-Work:

Top of page

ADARUN Parameter Summary

The following table summarizes some useful Entire Net-Work ADARUN parameters for Entire Net-Work. Details for each parameter can be found in the Adabas Operations documentation.

Warning:
If recommended numeric values are supplied in this table, do not specify smaller values; if recommended non-numeric values are supplied in this table, do not specify other values.
Parameter Specifies Minimum Maximum Recommended Default
CT The maximum number of seconds that can elapse from the time an Adabas command has been completed until the results are returned to the user through the interregion communication (operating-system-dependent). 1 16777215 --- 60
FORCE Whether the nucleus can overwrite an existing ID table entry. --- --- --- NO
LU The size of the intermediate user buffer area. none none --- 65535
NAB The number of attached buffers to be used. 1 varies, depending on the amount of available virtual storage --- 16
NC The maximum number of command queue elements. 20 32767 --- 200
PROGRAM The program to be run. NETWRK NETWRK NETWRK (none)
SVC The Adabas SVC number to be used for the session. --- --- --- 249
TARGETID (see note below) Entire Net-Work target ID. 1 65535 --- 1

Note:
The TARGETID parameter is an optional ADARUN parameter that specifies the unique Entire Net-Work target ID of this node. It is synonymous with the Adabas DBID parameter. All target IDs used by Entire Net-Work, Adabas (database IDs), Adabas TPF, Natural global bufferpools, etc., must be unique throughout all Entire Net-Work nodes. In particular, the Entire Net-Work target ID must not coincide with any database ID used in the network, with the exception of isolated databases that are defined for local availability only and are therefore unknown to Entire Net-Work.

Top of page