Version 6.3.1
 —  Adabas Utilities  —

Appendix B - prilogc

prilogc is an example program for printing a command log that is created with the nucleus parameter CLOGLAYOUT set to 6.

The Adabas kit does not contain an official utility for creating printable output from a command log created with the ADANUC parameter CLOGLAYOUT=6, but there is an example C program prilogc, which can be modified by the user to adapt the output. This program is not officially supported by Software AG - and it is not guaranteed that it will also be provided with future versions of Adabas.

The source file prilogc.c is stored in $ADADIR/$ADAVERS/examples/server on UNIX, and in %ADADIR%\%ADAVERS%\..\examples\server on Windows. This directory also contains a make file makefile to build the executable; the usage is described in the make file. The required header files can be found in $ADADIR/$ADAVERS/inc on UNIX, and in %ADADIR%\%ADAVERS\..\inc on Windows.

The executable of prilogc is provided in $ADATOOLS on UNIX, and in %ADATOOLS% on Windows, which is included in the PATH setting provided by the Adabas installation.

prilogc expects that the environment variable PRICLG is set to the command log to be evaluated; parameters that can be specified for prilogc can be displayed by entering the following:

prilogc -h

Top of page