Version 8.1.4
 —  Installation  —

Installation Requirement

The delivered ALLINPL file, ADAvrs.ALLINPL (where vrs is a number representing the version of Adabas), contains the Adabas Online System (AOS) base and also functions as a demo.

To use the full version of AOS, you must copy the contents of the AOS version 8.1 load library to the base Adabas version 8.1 (or Adabas 7.4) load library with the REPLACE option to make AOS licensed (otherwise AOS will execute in 'Demo Mode'). This library must be available to the Adabas nucleus. To make it available, restart the Adabas nucleus. When allocated to the running Adabas environment, this completes the AOS to make it a licensed copy.

Note:
The AOS load modules can also be made available to Adabas by concatenating the AOS load library to the Adabas load library in the Adabas startup JCL.

Finally, execute AOS by logging on to the application library SYSAOS and entering the command MENU."

The distributed INPL jobs (both the sample jobs and the SMA-generated jobs) that you use to load the Adabas INPL library load it in a date-sensitive manner. In other words, the load process will now check the dates of your existing INPL library and will not allow older members to overwrite members with newer dates. However, if you use your own Natural batch jobs to load the Adabas INPL library, you will need to modify them to be date-sensitive. To do this, specify the following CMSYNIN primary command input in your job (this setting assumes the Natural input parameters in the job are specified in comma-delimited mode, or IM=D):

B,,,,,,,Y

The "B" setting indicates that the INPL action should load everything; the next six fields (comma-delimited) are defaults, the eighth field is specified as "Y" to indicate that dates in the INPL library should be checked, and the ninth field is not included in the specification because the default for that field will be used. For more information about Natural CMSYNIN input, refer to your Natural documentation.

Note:
When migrating an Adabas 7.4 installation, this procedure does not apply. Instead, you should replace the 7.4 INPL library members with the latest Adabas 8 INPL library members, regardless of the dates of the members, to avoid creating a library containing members from both releases.

In general, AOS is fully backward-compatible. In other words, this version of AOS will support any supported versions of Adabas, Adabas Caching Facility, or other Adabas add-on products. However, you cannot use any AOS 8.1.3 or later withAdabas Caching Facility 8.1.2 or earler; you must migrate your Adabas Caching Facility 8.1.2 environment to Adabas Caching Facility 8.1.3 or later in order to use any version of AOS later than 8.1.2.

If you try to run AOS version 8.1 with an earlier version of Adabas 7.1 or 7.2, AOS will function as a demo unless an Adabas ZAP is applied, as follows:

Adabas Version ZAP Number
7.1.2 A$712099
7.1.3 A$713099
7.2.2 AY722099

Top of page