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 located in the subdirectory "Adabas/examples/server" on both UNIX and 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 are located in the subdirectory Adabas /inc of the installation directory on both UNIX and 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