Version 6.3.1
 —  Command Reference  —

Appendix D - Example Files in the Adabas Kit

The Adabas kit contains the following example files:

File Name Description
$ACLDIR/$ACLVERS/examples/bin/c_example (UNIX)
%ACLDIR%\%ACLVERS%\..\Examples\client\c_example.exe (Windows)
Executable of the C example program
$ACLDIR/$ACLVERS/examples/bin/lob_example (UNIX)
%ACLDIR%\%ACLVERS%\..\Examples\client\lob_example.exe (Windows)
Executable of the C example program for LOB processing
$ACLDIR/$ACLVERS/examples/bin32/c_example (Only on 64 bit UNIX systems where 32 bit mode is supported) Executable of the C example program in 32 bit mode
$ACLDIR/$ACLVERS/examples/bin32/lob_example (Only on 64 bit UNIX systems where 32 bit mode is supported) Executable of the C example program for LOB processing in 32 bit mode
$ACLDIR/$ACLVERS/examples/src/c_example.c (UNIX)
%ACLDIR%\%ACLVERS%\..\Examples\client\c_example.c (Windows)
C example program of Appendix C
$ACLDIR/$ACLVERS/examples/src/lob_example.c (UNIX)
%ACLDIR%\%ACLVERS%\..\Examples\client\lob_example.c (Windows)
C example program for LOB processing of Appendix C
$ACLDIR/$ACLVERS/examples/src/makefile (UNIX)
%ACLDIR%\%ACLVERS%\..\Examples\client\makefile (Windows)
Make file for C example program - for usage, see the comments in the make file
%ACLDIR%\%ACLVERS%\..\Examples\client\VB\* (Windows only) Visual Basic example
ADABAS$EXAMPLES:c_example.c (OpenVMS) C example program of Appendix C
ADABAS$EXAMPLES:c_example.c.exe (OpenVMS) Executable of the C example program
ADABAS$EXAMPLES:c_example.mms (OpenVMS) MMS description file for c_example

Notes:

  1. The C example delivered on OpenVMS is still the old version of the example program that corresponds to the old Employees example file (file 9). The example file is different to the new version delivered for Windows and Unix and which is listed above.
  2. The C example uses the Employees file, which is one of the demo Adabas files delivered with the Adabas kit. For more information on the demo files see Utilities, Appendix A.

Top of page