The Adabas kit contains the following example files:
| File Name | Description | 
|---|---|
| $ACLDIR/examples/bin/c_example (Linux)
                                            %ACLDIR%\..\examples\client\c_example.exe (Windows)  | 
                                      
                        Executable of the C example program | 
| $ACLDIR/examples/bin32/c_example (Linux, only on 64 bit systems
                                           where 32 bit mode is supported) %ACLDIR%\..\examples\bin32\c_example.exe (Windows, only on 64 bit systems where 32 bit mode is supported)  | 
                                      
                        Executable of the C example program in 32 bit mode | 
| $ACLDIR/examples/src/c_example.c (Linux) %ACLDIR%\..\examples\src\c_example.c (Windows)  | 
                                      
                        C example program of Appendix C | 
| $ACLDIR/examples/src/c_example_w.c (Linux)
                                            %ACLDIR%\..\examples\src\c_example_w.c (Windows)  | 
                                      
                        C example program using wide character sets | 
| $ACLDIR/examples/bin/lob_example (Linux)
                                            %ACLDIR%\..\examples\client\lob_example.exe (Windows)  | 
                                      
                        Executable of the C example program for LOB processing | 
| $ACLDIR/examples/bin32/lob_example (Linux, only on 64 bit Linux
                                           systems where 32 bit mode is
                                           supported) %ACLDIR%\..\examples\bin32\lob_example.exe (Windows, only on 64 bit systems where 32 bit mode is supported)  | 
                                      
                        Executable of the C example program for LOB processing in 32 bit mode | 
| $ACLDIR/examples/src/lob_example.c (Linux) %ACLDIR%\..\examples\src\lob_example.c (Windows)  | 
                                      
                        C example program for LOB processing of Appendix C | 
| $ACLDIR/examples/src/makefile (Linux)
                                            %ACLDIR%\..\examples\src\makefile (Windows)  | 
                                      
                        Make file for C example program - for usage, see the comments in the make file | 
| $ACLDIR/examples/src/security_example.c (Linux) %ACLDIR%\..\examples\src\security_example.c (Windows)  | 
                                      
                        C example program using Adabas authentication | 
Note:
The C examples use 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.