This section describes the Adabas Vista runtime controls.
Description | Possible Values | Default |
---|---|---|
The service name used to link together the instances of the clustered application system. For clustered applications such as job types CICS Cluster, IMS, or UTM, the service name is required to link all the instances of the same application system. If the job is running in a single operating system image (for example, UTM), the service name is still required. Refer to the Adabas System Coordinator documentation for more information. |
see text | none |
Description | Possible Values | Default |
---|---|---|
An optional hexadecimal value that Adabas Vista will set in the Command Time field of the Adabas Control Block for any command not passed to Adabas. The default is 00000000. |
Eight hexadecimal characters. | See text |
Description | Minimum | Maximum | Default |
---|---|---|---|
When this control is set to non-null it is used as the database
number for all commands using There are other Software AG products (such as Transaction Manager
and Natural) that also provide controls for processing
When this control is set to null the database number in the command
is trusted by Vista as the place for |
0 | 65535 | 0 |
Description | Possible Values | Default |
---|---|---|
Controls the type of record hold processing to be used in a partitioned environment. This parameter is applied when a distributed
Possible values are:
|
0 | 1 | 2 | 3 | 4 | 0 |
See also section Distributed Lock Mode.
Description | Possible Values | Default |
---|---|---|
Controls whether or not a client can update more than one database in a single transaction. Using Adabas Vista for file partitioning and translating increases the probability of a single transaction spanning multiple databases. In such circumstances, the Adabas Transaction Manager (ATM) should be used to ensure the integrity of the transaction. If this parameter is set to YES, Adabas Vista processes
If Adabas Transaction Manager is not used, this parameter can be used to allow or disallow multiple database updates within the same transaction:
|
YES | NO | YES |
Description | Option | Possible Values | Default |
---|---|---|---|
Controls whether or not the WTO option is to be used during Adabas Vista error message processing. The WTO option identifies the subcode of an Adabas Vista error for those programs that do not have ON ERROR processing to display the subcode. The subcode is needed to uniquely identify the reason for the error. See also section Error Handling. If YES is specified for the WTO option, an error message written to the job log identifies the subcode associated with each Adabas Vista error. This error message has the prefix AVI-0018-10. |
WTO | YES | NO | NO |
Description | Possible Values | Default |
---|---|---|
The Adabas response code to be used for identifying Adabas Vista processing errors. A subcode in the Additions 2 field of the Adabas Control Block uniquely identifies the actual error. Possible values for this subcode are detailed in the section Messages. See also section Error Handling. If you need to use a response code other than the default 249, refer to the Adabas Messages and Codes documentation for unused response codes. |
see text | 249 |
Description | Possible Values | Default |
---|---|---|
Determines the approximate size of the Adabas System Coordinator user pool where
Refer to the Adabas System Coordinator documentation for more information. |
number |
type a: 2 |
Description | Possible Values | Default |
---|---|---|
Indicates whether the P and M options on all transaction directives will be honored. Possible values are:
For more information on extended hold processing, see Extended Hold in section Transaction Directives. |
MINIMUM | MAXIMUM | MINIMUM |
Description | Possible Values | Default |
---|---|---|
Determines the initial size of all fixed pools managed by the Adabas System Coordinator. Refer to the Adabas System Coordinator documentation for more information. |
size | 256 |
Description | Language | Possible Values | Default |
---|---|---|---|
Indicates whether or not global format IDs are to be used. This parameter enables a user-supplied global format ID to be propagated appropriately when issued against a partitioned file. Note: Note: |
Natural | YES | NO |
Natural: YES |
Description | Possible Values | Default |
---|---|---|
Determines type of session management to be used for clustered application sessions For clustered applications (job types CICS Cluster, IMS, UTM) where dynamic user movement is possible, you can choose to manage only terminal tasks. This is more efficient and is possible when non-terminal tasks do not move between regions in a clustered application. Refer to the Adabas System Coordinator documentation for more information. |
see text | Manage Terminal Sessions only |
Description | Possible Values | Default |
---|---|---|
When Vista processes an
This runtime control may also be referenced when processing
commands which are candidates for suppression such as
|
YES | NO | YES |
Description | Possible Values | Default |
---|---|---|
The mode is used to differentiate between translation rule destinations (target database and file numbers for commands) for user groups. A default mode must be identified if the job uses Vista translation. The default value for a given configuration file is the first category defined in the Site Policies for Target Categories screen. See Adabas Vista Online Services, Maintain Site Policies for Target Categories, for more information. |
The specified name must be defined in the configuration file before it can be used against a translation rule. | see text |
Description | Possible Values | Default |
---|---|---|
Pages contain translation rules and influence the translation capabilities of Adabas Vista enabled jobs. Pages can be differentiated between those that are implicitly referenced by Adabas Vista and those that are explicitly referenced by Adabas Vista. The only implicitly referenced page is the *site page. You do not need to define this page to any job. Once this page is established, Adabas Vista will always reference it first. Explicitly referenced pages are those that you define to the job and are referenced in the order they are defined. If a *site page exists then this page will be referenced before any of the defined pages. The runtime translation rules for a session are merged from the *site page (if used by the site) and the other pages defined for the job. Where a duplicate rule is found conflict resolution is based upon the individual rule's settings for mandatory and priority in conjunction with the policy set for the site's conflict resolution. See Adabas Vista Online Services, File Translation, for more information. |
Description | Possible Values | Default |
---|---|---|
Identifies the Adabas System Coordinator group that is to manage the job. For clustered applications (job types CICS Cluster, IMS, UTM), this name is required to link all the instances of the job in the cluster. If the job is running in a single image (for example, UTM), the name is still required. Refer to the Adabas System Coordinator documentation for more information. |
see text | none |
Description | Option | Possible Values | Default |
---|---|---|---|
Indicates whether or not user command tracing is to be used. |
Active | YES | NO | NO |
The number of commands for which trace entries are to be used. Note: Caution: |
Commands | 0 - 1000 | 128 |
Description | Possible Values | Default |
---|---|---|
Indicates whether or not Adabas Vista is to be enabled for a job. Adabas Vista checks each command which may include checking against the configuration file to determine if the command should be translated, or whether it accesses a partitioned file. If it is known that a particular job makes no access to files that need to be under Adabas Vista control, this parameter can be used to disable Adabas Vista processing in order to enhance throughput. Caution: |
ON | OFF | ON |