Portus Version 2012-12-17
 —  Tutorials  —

Preparing for the LOBs (Large OBjects) samples

While the basic samples use the well-known 'Emplyoees' file delivered with Adabas, the LOBs demo programs require loading of a small Adabas file containing LOB fields.

Note:
LOB access requires a minimum Adabas version of v6 on OpenSystems platforms, Adabas v8 on mainframe platforms.


Loading the LOB file into an OpenSystems database

These are the steps to load the demo LOB file into an OpenSystems (Windows, *IX) Adabas database:

The demo 'base' and 'LOB' files are now loaded, which can be verified with the adarep utility: adarep db=<yourdbid>,cont

The LOB demo file is now ready to be used.

Top of page

Loading the LOB file into a Mainframe database

The steps to create the LOB demo file in a mainframe Adabas database are as follows:

Important:
Note that Adabas space / buffer parameters may need to be increased for LOB access, please consult the Adabas documentation for a description of required changes to your Adabas nucleus parameters.

Top of page