Version 4.5.2
 —  Release Notes  —

Adabas Review 4.5 Release Notes

Adabas Review version 4.5, which is used with Adabas version 8.1.3 and above, adds a number of new features to enhance the product's usability.

Adabas Review monitors the performance of Adabas environments and the applications executing within them. You can use information retrieved about Adabas usage when tuning application programs to achieve maximum performance with minimal resources.

This document covers the following topics:


Version 4.5.2 Enhancements

The following enhancements were made in this release.

New User Profile Fields

This release allows you to specify a default Adabas Review repository file number for a user profile. Two new fields, Default Repository DBID and Default Repository File Number, are now provided when you edit or create a user profile.

For more information, read Displaying Database and Repository File Access Rules.

New Console Messages for Started and Stopped Reports

This release introduces the ability to write messages on the console when reports are started or stopped. These messages are useful when trying to resolve Adabas Review problems.

To generate a system message whenever a report is stopped or started please apply optional zap RY452003.

Warning:
If the RESTART reporting option is set to Y, a lot of system messages may be generated.

New Batch SET Statement

A new batch statement, SET, is provided with this release of Adabas Review. You can use SET to set the current target ID, database ID, or file. When issued, the values specified in the SET statement override the default values taken from the defined target on the Target Definitions screen and in the user profile.

For more information about the SET statement, read Identifying the Target ID, Database ID, and File Number.

New THTIME Field

This release introduces a new Adabas control block (CB) field called THTIME. This field contains the active thread time, in milliseconds. It is the time required to process an Adabas call, not including the wait time caused by I/O or other required resources. The value of this field is obtained from the command time field in the Adabas command log (LOX1CTME). This field can be used to approximate the real CPU time consumed by a command.

User Field Enhancements

The following enhancements have been made to user fields in this release of Adabas Review:

For more information about user fields, read Defining Adabas Review User Fields .

New User Field User Exit: REVUEX1

This release introduces a new Adabas Review user field user exit called REVUEX1.

REVUEX1 is called from the ADALINK REVEXIT. Using this user exit you can provide user-specific data to be passed to Adabas Review. To do this, you provide an address to the user exit that points to a 32-byte area in the RUBX containing the user-specific data. The RUBX area is the area where link-relevant information is passed to Adabas Review. Once the user exit is processed, this user-specific data can be viewed in Adabas Review reports using the user field RDBLKUSR.

For more information, read REVUEX1: User Field User Exit.

Search Type Details Enhanced

Adabas 8.2.2 command logs (CLOGs) have been altered so they reflect accurate information describing which search algorithm was used in a direct call. This release of Adabas Review has enhanced the value of the SRCHTYPE field so it now identifies the search algorithm used or indicates that a nondescriptor or a mixed (nondescriptor/descriptor) search was used for the call. This new functionality is only available for the SRCHTYPE field if the Adabas command log is for version 8.2.2 or later. For Adabas command logs in older versions (8.2.1 or earlier), the value of the SRCHTYPE field will be blank.

For more information, read Field Reference.

Improved Report Locator

This release introduces the ability to more quickly locate a report definition or started report in the list of reports. The LR and LS commands have been enhanced so you can specify the name or partial name of the report you want after the command. For more information, read Listing Report Definitions or Listing Started Reports.

Redisplaying Report Output

You can now scroll backward and forward through report output while viewing it. This accomplished using a new display mode called redisplay mode. For more information, read Scrolling Through Report Results in Redisplay Mode.

Commenting Out Fields in ER Reports

You can now comment out fields in a report. This is especially useful while you are creating and testing a new report. For more information, read Commenting Out Fields in a Report.

Viewing Multiple Reports

You can now view multiple reports. More than one VW command can be entered at a time, whereas in past releases of Adabas Review, only one VW command could be entered at a time. For more information, read Viewing Multiple Reports.

Top of page

Version 4.5.1 Enhancements

The following enhancements were made in this release.

Summary Record Enhancements

You can now write summary records to a sequential file. The summarized Summary records are written when a report is closed for one of the following reasons:

Each of these triggers causes the report to be stopped and summarized. A report will not summarize (and no data will be written) if one of the following conditions is true:

In addition, the layout of the summary record has been completely changed in this release. For complete information about the new summary record layout, read Summary Record Layout. For information about the summary file definition, read Files Used by Adabas Review and Summary Logging Considerations, in the Adabas Review installation guide appropriate for your operating system.

History Report Display Enhancements

You can now specify a time along with the date when you submit a request to view an history report. When you submit the request, a popup window appears prompting you for a date and time range for the history data report. If you specify no date or time range, all history data is presented. If you specify a date with no time, all history data for that day is presented.

SVC Display Enhancements

This release introduces multiple improvements in the SVC display and functionality in Adabas Review. This feature is not yet available for Adabas Review on BS2000 systems.

For more information, read Using the Adabas Availability Function.

BUFFER-SEGMENTS Parameter Changes

The command log records between the Adabas nucleus and Adabas Review are passed over in a buffer pool area which is defined by the BUFFER-SEGMENTS parameter.

In hub mode, a buffer pool that is too small might result in lost records. To avoid a buffer pool shortage, the provided parameter is used as an initial size allocation, but if necessary this size will be increased dynamically, although the region size will be a limiting factor. To determine whether records are lost, we strongly recommend that you use User Exit 5 in hub mode in the Adabas nucleus session. For more information, read Interface Calls.

The size of each buffer segment specified by the INPUT statement's BUFFER-SEGMENTS parameter has now been increased from 128 bytes to 512 bytes. When a value for BUFFER-SEGMENTS is specified, the total storage indicated by the specification is split in half between 4K buffers and 32K buffers.

Warning:
This size change will influence the amount of storage needed by Adabas Review. You will probably need to increase the size of the region or partition.

This change might require a bigger region size in local mode.

In addition, two new INPUT statement parameters for RVUAUT1 and RVUAUT2 have been added as replacements for the BUFFER-SEGMENTS parameter. The BUFFER-SEGMENTS parameter is still valid in Adabas Review 4.5, but is ignored if the following new parameters are specified:

Note:
The BUFFER-SEGMENTS parameter will no longer be supported in a future release of Adabas Review. For this reason, it has been removed from the Edit Target screen, where it has been replaced with fields for the following new parameters.

Parameter Description Minimum Value Default Value
BUFFERS-4K The number of buffer pool entries that have a length of 4096 bytes or less. This parameter is usually specified along with the BUFFERS-32K parameter. If this parameter is not specified, any BUFFERS-32K parameter setting is ignored. If a value below the minimum value is specified for this parameter, the default is used. 124 256
BUFFERS-32K The number of buffer pool entries that have a length of 4097 bytes or greater. This parameter is usually specified along with the BUFFERS-4K parameter. If this parameter is not specified, any BUFFERS-4K parameter setting is ignored. If a value below the minimum value is specified for this parameter, the default is used. 15 30

The interactions of these buffer parameters are varied:

The recommended setting of the appropriate BUFFERS* parameter depends on the command log record data sent to Adabas Review. If a report definition requires data in any Adabas buffer, such as the record buffer, the entire record buffer is sent to Adabas Review. This size can be limited by the ADARUN parameter REVLOGMAX.

If the value of the BUFFER-SEGMENTS parameter is used, a minimum of 2000 must be specified. If less is specified, 2000 is assumed. In addition, the value of the BUFFER-SEGMENTS parameter is converted into 4K and 32K buffers.

Note:
The settings of the buffer parameters are used to define the sizes of the buffer pools in local mode and in hub mode only when not using Trans-port. If your environment uses Trans-port, the buffer parameter settings are used only as starting points for the sizes of the buffer pools. On systems where Trans-port is used, the buffer pools will grow, as needed, until they use 90% of the available storage.

For complete information on these parameters of the INPUT statement, read INPUT Statement.

Report Option Screen Changes

The report option screen has been changed to show different options, depending on whether the report is a summary report or a detailed report. For complete information, read Specifying Reporting Options.

SWITCH Command Updates

The SWITCH (or SW) command syntax has been changed in this release. The new syntax allows you to switch summary log files (summary reports) in addition to command log files (detailed reports) during Adabas Review report processing. For complete information, read SWITCH or SW Command .

New Fields

A number of new fields have been added in this release. These fields that may be used when creating Adabas Review reports using the Edit Report (ER) command. The new fields are:

Field Name Category Field Length Format Description
ACCTINF2 OS 16 C Accounting information about the user that issued the Adabas call for z/OS batch jobs. This field will contain the second value specified in the account field of the job card.
ACINAME TP 8 C The program name of the Adabas CICS link routine for the DCI interface: ADADCI.
CIDALPHA CB 4 C Corresponds to the alphanumeric value of the ACB field command ID. This field serves important functions, determined by the command, during command execution. For example, during a sequential read, the command ID is used to return the records to the user in the proper sequence. This field displays the value of the CID in alphanumeric format.
HOLDISN NUC 2 B The numbers of ISNs which are in HOLD status by the user at the time this command is executed. The number is obtained after the execution of this command.
JMREDATE OS 10 C The date (in YYYY-MM-DD format) when the batch job was entered in JES or from the job information macro.
LPARNAME OS 8 C The system LPAR or partition name (in z/OS or z/VSE environments) or the environment name from the job information macro (in BS2000 environments).
NATGRP NAT 8 C The current Natural security group to which the user belongs.
NATRPCID NAT 16 C The 16-byte alphanumeric value for the store clock value used as identification of the Natural RPC Server.
NATRPCCO NAT 16 C The 16-byte alphanumeric value of the conversation ID from the Natural RPC Server.
OPSYSNAM OS   C The operating system name (SYSNAME) that is specified in the SYS1.PARMLIB and which will be obtained from the CVT (in z/OS environments) or the operating system name and version number (in BS2000 environments).
ROUTTIME OS 8 B The amount of time between the time a command was issued by the application and the time it was queued in the Adabas command queue. For Adabas 8.1 and earlier, this field is expressed in seconds; for Adabas 8.2 and later releases, this field is expressed in milliseconds.
TRUENAME TP 8 C The name of the Adabas CICS link routine TRUE exit.

For complete information on these fields, refer to their descriptions in the Field Reference.

Changed Fields

Several fields have been changed in this release. These fields that may be used when creating Adabas Review reports using the Edit Report (ER) command. The changed fields are:

Field Name Category Field Length Format Alternate Names Description What Changed?
CALLTYPE CLOG 8 C --- Contains the type of the Adabas call that was issued. Possible values are:
  • "PHYSICAL": indicates a standard Adabas call

  • "REMOTE": indicates a call arriving via Entire Net-Work.

This field used to support three different values: "PHYSICAL", "SPAT-BEF", and "SPAT-AFT". The values "SPAT-BEF" and "SPAT-AFT" were never used, so a new value was introduced: "REMOTE".

Commands arriving via Entire Net-Work are displayed as "REMOTE"; all other calls are "PHYSICAL".

CMDRESP CB 4 B CMDRSP

MCR

The time, in milliseconds, required to process the Adabas call. In the command table, Adabas Review stores the minimum Adabas duration for each command type returning a zero response code. The command table is updated whenever a lower duration value is encountered. Command response time is thus based on the command time field in the Adabas command log.

The values for CMDRESP in the history file are automatically stored in seconds. To display them correctly, they must be converted to milliseconds. For more information on this conversion, read Migration from Previous Versions .

If you need to continue using the old scale and the old calculation algorithm for history data, contact your Software AG support representative.

Due to changes in the display programs in SYSREVDB, you cannot use SYSREVDB in Adabas Review 4.4 (or earlier versions) to display the field contents of CMDRESP correctly, unless you stay with the old scale and algorithm.

This field is now displayed in milliseconds instead of seconds. For example, a value of 0.000001 now displays as 0.001000.

Due to internal changes, this value is now more accurate than in earlier Adabas Review releases, which can lead to different results. This is because the minimum value in Adabas Review 4.4 (or earlier versions) was 0.000001 seconds (one microsecond), with values less then one microsecond rounded up. With Adabas Review versions later than Adabas Review 4.4, values smaller than one microsecond are displayed correctly.

These changes might make it necessary to adjust your environment factor. For complete information, read ENV Statement in Using Batch Report Statements.

For complete information on these fields, refer to their descriptions in the Field Reference.

Performance Improvements

Due to changes of an internal algorithm in this release of Adabas Review, the CPU usage has decreased when summarizing a summary report. This applies in particular when using a large Max K parameter value.

User Field Changes

Several changes have been made in this release that affect user field definitions. Specifically, the structure of the Adabas Review internal command log record, LORECR, was changed in Adabas Review 4.4 and 4.5, so the user field definitions in Adabas Review 4.5 need to be modified to support these changes. . The following changes have been made:

For information on user field parameters and definitions, read Defining Adabas Review User Fields. For assistance in modifying your user field definitions for 4.5, contact your Software AG support representative.

Top of page

Removed Functionality

The following functionality was removed in this release:

Top of page

Restrictions

The following restrictions exist for this release of Adabas Review:

Top of page

Migration from Previous Versions

The following migration steps should be considered and performed:

Start of instruction setTo migrate to Adabas Review 4.5.2 from prior versions, consider and perform the following migration steps.

  1. If you are migrating from Adabas Review 4.4, run the EXPAND3 job found in the Adabas Review source library to upgrade your version 4.4 (or 4.3 ) repository to a version 4.5.1 repository.

  2. If you are migrating from Adabas Review 4.5.1, run the EXPAND4 job found in the Adabas Review source library to upgrade your version 4.5.1 repository to a version 4.5.2 repository.

  3. If your site uses user field definitions, you will probably need to modify them to support architectural changes made to the internal command log record (LORECR). Contact your Software AG support representative for assistance.

  4. If an existing Adabas Review repository file is used with a new Natural FNAT file, the function REGEN ALL needs to be executed. For more information about REGEN ALL, read Regenerating All Display Programs.

  5. Any history file data from previous Adabas Review releases that includes the field CMDRESP must be converted for Adabas Review 4.5 before you run any new 4.5 reports. In version 4.5, the CMDRESP data is now stored in milliseconds rather than seconds. Software AG provides a conversion routine for you to use that can be run online or in batch. If you need to continue using the old units and the old calculation algorithm for history data, contact your Software AG support representative.

    To convert the history data, you must either run the online CONVERT HISTORY command or run a batch job that performs the CONVHIST function. Each is described here.

    Warning:
    This conversion should only be run once against your existing history data; if it is run more than once, you run the risk of altering your older history data more than necessary, rendering it unusable. In addition, the conversion should be performed prior to running any new Adabas Review 4.5 reports; if you run it after you have run new reports, you run the risk of altering the data in your new reports unnecessarily.

    The conversion routine will update every record in the history file where the CMDRESP value is stored. The time it takes for this program to run depends on the number of records for reports that contain the CMDRESP field. .

    To convert your history data online:

    1. On the Adabas Review Natural command line, enter CONVERT HISTORY.

      A conversion dialog starts up.

    2. Follow the prompts in the conversion dialog. One prompt requests the number of records that should be converted before an ET is performed (a default of 25 is provided).

      When all prompts have been answered, the history records are converted and the final conversion dialog appears, showing its progress.

    To convert your history data using a batch job:

Top of page

Plans for Future Versions

In a future version of Adabas Review, we will:

Top of page

Supported Platforms

This version of Adabas Review can be installed on z/OS, z/VSE, and BS2000 operating systems.

Note:
In z/VSE environments, the hub node ID cannot be greater than 255.

Before attempting to install Adabas Review, ensure that the host operating system is at the minimum required level. For information on the platform versions supported by Software AG products, access the Software AG web site at http://www.softwareag.com/corporate/products/bis/platforms/default.asp.

Software AG provides support for the operating system versions supported by their respective manufacturers. Generally, when an operating system provider stops supporting a version of an operating system, Software AG will stop supporting that operating system version.

Although it may be technically possible to run a new version of Adabas or Adabas Review on an old operating system, Software AG cannot continue to support operating system versions that are no longer supported by the system’s provider.

If you have questions about support, or if you plan to install Adabas or Adabas Review on a release, version, or type of operating system other than those included at the link above, consult Software AG technical support to determine whether support is possible, and under what circumstances.

To determine the particular platforms supported by this release of Adabas Review, review the product version availability information, available on Software AG's Empower web site: https://empower.softwareag.com. Log into Empower. Once you have logged in, you can expand Products in the left menu of the web page and select Product Version Availability to access the Product Version Availability application. This application allows you to review support information for specific products and releases.

Top of page

Software AG Product Support

For more information about Adabas installation and prerequisites, read the various Adabas installation documents and the Adabas Operations Manual documentation.

Adabas Review Version Compatibility

Adabas Review version runs in three modes: local, batch, and hub.

This section provides information on the zaps required for compatibility of Adabas Review 4.5 (in both local and hub modes) with other versions of Adabas.

Note:

Start of instruction setOn BS2000 platforms, we strongly recommend that you perform the following steps:

  1. Copy the existing ADAvrs.MOD library to a safe place.

  2. Copy the contents of the Adabas 8.1.4 LX01 library into the ADAvrs.MOD library, replacing existing elements in the MOD library with the versions in the LX01 library.

  3. On linking the ADALNK with the P.ADALNK job, replace the ADALNK with the generated ADALNK module in the ADAvrs.MOD library. This will not affect applications running using this ADALNK and will ensure that the Adabas Review data be transferred to the target collector.

  4. Run all jobs on the system with the updated ADAvrs.MOD library.

This section covers the following topics:

Compatibility Matrix (Local Mode)

The matrix below provides an overview of the compatibility of Adabas Review in local mode with other versions of Adabas and Adabas SVC.

Adabas Review Version Adabas Version Status
4.5 8.1.3/8.1.4 (CLOGLAYOUT=5) Not compatible
4.5 8.1.3 / 8.1.4 (CLOGLAYOUT=8) Compatible only with ADA814LX01
4.5 8.2 (CLOGLAYOUT=5) Not Compatible
4.5 8.2 (CLOGLAYOUT=8) Compatible

Compatibility Matrix (Hub Mode)

Running Adabas Review 4.5 in hub mode with an Adabas 7.4 load library is not supported.

Hub Version Adabas Status
4.4 8.1.3 / 8.1.4 Compatible
4.4 8.1.3 / 8.1.4 with ADA814LX01 Compatible with zap RD441088
4.5 8.1.3 / 8.1.4 Compatible
4.5 8.2 Compatible

Note:
In z/VSE environments, the hub node ID cannot be greater than 255.

Batch Mode

In batch mode, the processor runs as a batch job that processes sequential Adabas command log data sets created either with command log layout 5 (CLOGLAYOUT=5) or command log layout 8 (CLOGLAYOUT=8).

ADALINK REVEXITB

To get data for all Adabas Review fields (TP monitor-specific and Natural-specific fields) that are obtained in the Adabas client address space (ADALINK), use the Adabas Review 4.5.2 exits (REVEXIT) and the ADALINK routines from Adabas 8.2.2. (Alternatively, the Adabas Review 4.5.1 exits with zaps RD451021 and RD451036 applied can be used.)

Due to changes in the interface, some incompatibilities exist between ADALINK and the Adabas Review exits (REVEXIT), as well as between ADALINK/REVEXIT combinations and Adabas nucleus versions.

ADALINK and REVEXIT Version Compatibility

Using incompatible version of ADALINK and REVEXIT may lead to unpredictable errors. The following table describes the compatibility of different versions of ADALINK and REVEXIT.

Adabas ADALINK Module Versions Adabas Review Exit (REVEXIT) Module Versions
4.4.1 4.5.1 4.5.2
8.1.3 Compatible Not compatible1 Not compatible1
8.1.4 Compatible Compatible Compatible
8.2.2 Only compatible with zap RD441095 Only compatible with zap RD451021 / RD451036 Compatible

Notes:

  1. Length of RUBX has been increased from 256 to 512.

ADALINK/REVEXIT and Adabas Nucleus Compatibility

Using incompatible versions of ADALINK/REVEXIT combinations and the Adabas nucleus may lead to missing Adabas Review field information. Details are provided in the following table:

ADALINK/REVEXIT Module Versions Adabas Nucleus Versions
8.1.4 8.1.4 with ADA814LX01 applied 8.2.2
REVEXIT 4.4.1 with Adabas 8.1 ADALINK

RUBX44, no performance buffer

4.5 Field Issues1

ACBX Natural Only2(AN814075)

RUBX4TO5 routine, ACLX01 message

4.5 Field Issues1

No ACBX3

RUBX4TO5 routine, ACLX01 message

4.5 Field Issues1

ACBX Natural Only2(AN822008)

REVEXIT 4.4.1 with Adabas 8.2 ADALINK

RUBX44, with performance buffer

4.5 Field Issues1

ACB & ACBX All Info4 (AN814075, AN813103, and RD441095)

RUBX4TO5 routine, ACLX01 message

4.5 Field Issues1

No ACBX3

RUBX4TO5 routine, ACLX01 message

4.5 Field Issues1

ACB & ACBX All Info4 (AN822008)

REVEXIT 4.5 with Adabas 8.1 ADALINK

RUBX45, no performance buffer

ACLX02 message

No ACB or ACBX5

No ACBX3

ACBX Natural Only2(AN822008)

REVEXIT 4.5 with Adabas 8.2 ADALINK

RUBX45, with performance buffer

ACLX02 message

No ACB or ACBX5

No ACBX3

ACBX All Info6 (AN822008)

Notes:

  1. 4.5 Field Issues: Only new Adabas Review 4.5 fields HOLDISN and CIDALPHA will contain data; all other new version 4.5 fields will be empty.
  2. ACBX Natural Only: The TP monitor fields are empty for ACBX calls. Be sure to apply the zap listed in parentheses.
  3. No ACBX: The TP monitor and Natural fields are empty for ACBX calls.
  4. ACB & ACBX All Info: The zaps in parentheses must be applied if you want to be able to use all TP monitor and Natural fields in ACB and ACBX calls.
  5. No ACB or ACBX: The TP monitor and Natural fields are empty for both ACB and ACBX calls.
  6. ACBX All Info: Apply the zap in parentheses if you want to be able to use all TP monitor and Natural fields in ACBX calls.

CMDRESP Field Changes

Due to changes in the display programs in SYSREVDB, you cannot use SYSREVDB in Adabas Review 4.4 (or earlier versions) to display the field contents of CMDRESP correctly, unless you stay with the old scale and algorithm. For information about converting CMDRESP history data from older versions of Adabas Review to Adabas Review 4.5, read Migration from Previous Versions.

Natural Version Requirements

This version of Adabas Review supports Natural version 4.2.4 and above.

Adabas Cluster and Parallel Services Requirements

This version of Adabas Review supports Adabas Cluster Services version 7.4 and Adabas Parallel Services 7.5 in hub mode.

TP Monitor Support

This version of Adabas Review supports the following TP monitors:

Top of page

Zaps Data Set

The distributed source library contains member ZAPOPT, which lists zaps that may be applied for the activation or deactivation of various features of Adabas Review. A ZAPOPT member will be included with each SM level distribution.

Important:
Be sure that you apply all supplied Adabas Review maintenance and concatenate Adabas Review patch-level libraries (L00n), as they are delivered to you. This will ensure that your Adabas Review code remains up-to-date, supporting all Adabas Review features as they are enhanced and maintained. The latest zaps for this product are available in the Knowledge Center of the Software AG Empower web site: https://empower.softwareag.com.

Top of page

Applying Maintenance in VSE Environments

In VSE environments, maintenance fixes are distributed in MSHP format. To apply these maintenance fixes, Adabas Review must be defined to MSHP as a product/component using the MSHP ARCHIVE process.

Modify and run the sample job stream ARCHIVE.X in the Adabas Review sublibrary to define Adabas Review to MSHP. Make sure you have specified the Adabas Review and the Adabas library in your MSHP job which applies the fixes for Adabas Review. For example:

// LIBDEF OBJ,SEARCH=(SMALIB.REVvrs,SMALIB.ADAvrs),TEMP

Important:
Be sure that you apply all supplied Adabas Review maintenance and concatenate Adabas Review patch-level libraries (L00n), as they are delivered to you. This will ensure that your Adabas Review code remains up-to-date, supporting all Adabas Review features as they are enhanced and maintained. The latest zaps for this product are available in the Knowledge Center of the Software AG Empower web site: https://empower.softwareag.com.

Top of page

End of Maintenance

For information on how long a product is supported by Software AG, access Software AG's Empower web site at https://empower.softwareag.com.

Log into Empower. Once you have logged in, you can expand Products in the left menu of the web page and select Product Version Availability to access the Product Version Availability application. This application allows you to review support information for specific products and releases.

Top of page

Documentation

The documentation for this product is new with this release. When additional updated versions of the documentation are created, you can review them by linking to the Software AG documentation web site: http://documentation.softwareag.com/. If you have an Empower account, updated and past versions of the documentation can also be reviewed and downloaded by linking to the Software AG Empower web site: https://empower.softwareag.com. If you do not have an Empower user ID and password yet, you will find instructions for registering on this site (free for customers with maintenance contracts).

The Adabas Review documentation includes:

No hard-copy documentation is provided, although you can print the PDF and HTML files on your local printer.

Viewing Software AG Product Documentation under Windows XP SP2

With Service Pack 2 (SP2) for Windows XP and Service Pack 1 (SP1) for Server 2003, Microsoft introduced a range of powerful new security features that restrict active content that runs locally on your computer. Active content includes ActiveX controls, Java applets, and JavaScript. Software AG's documentation web pages contain some JavaScript, and the SEARCH, INDEX and CONTENTS capabilities are implemented as Java applets. As a result, when viewing documentation web pages that reside on your PC using Internet Explorer and Mozilla Firefox under Windows XP SP2, note that active content is blocked. You must explicitly and repeatedly allow active content if you want to make use of the documentation's full navigation features. Note that this behavior is only observed when reading web pages installed locally on your PC, including those on CD in the PCs CD-ROM drive.

The active content for which Software AG is responsible, that is, the JavaScript code in our HTML documentation pages, will not harm your computers. The risk in using the navigation applets is negligible: Software AG has received no reports from users concerning any harm caused to a computer by the applets. We therefore suggest that when reading Software AG documentation in a local context, you should allow active content via the Security settings in the browser (with Internet Explorer, usually found under Tools > Internet Options > Advanced).

Full details of alternatives can be found on the home page of the suppliers of the navigation applets: http://www.phdcc.com/xpsp2.htm.

Version Notation Convention

A product version is identified by the first two digits of the versioning number. Software AG distinguishes between major and minor versions according to the amount of functionality or technology added to the product. All other digits indicate correction levels.

In the product documentation, the notation vrs, vr, or simply v is often used as a placeholder for the current product version, for example, in data set or module names.

Placeholder Meaning Definition
v version Major Version

The first digit of the product version number indicates major architecture and functionality implementation or enhancement that adds value to the product.

r release Minor Version

The second digit of the version number indicates functionality addition or enhancement that adds value to the product.

s system maintenance level Correction Level

Correction levels contain error corrections only, without new functionality, including documentation of all modifications and repairs.

In case it is necessary to include functional changes into a correction level, an exception handling process ensures that corresponding quality assurance activities are triggered. These functional changes are documented. The main target is to avoid impacts when you install such a correction level.

The third number of an Adabas version denotes the system maintenance level.

On certain platforms supported by Adabas, additional levels may exist, such as update package, patch level, service pack and hot fix.

Top of page

Previous Release Notes

Here are links to PDF files of the Release Notes for prior versions of Adabas Review that are still supported. They are provided for users who may be upgrading from an earlier version.

Top of page