When a row of data from a table holding LOB columns is displayed using CL commands such as Display Physical File Member (DSPPFM), the LOB data stored in that row will not be displayed. Instead, the database shows a special value for the LOB columns.
The layout of this special value is as follows:
The number of bytes in the first portion of the value is set to the number needed to 16 byte boundary align the second part of the value.
For example, say you have a table that holds three columns: ColumnOne Char(10), ColumnTwo CLOB(40K), and ColumnThree BLOB(10M). If you were to issue a DSPPFM of this table, each row of data looks as follows.
The full set of commands that display LOB columns in this way is: