BROWSE and VIEW panels
BROWSE and VIEW panels contain details about Db2 objects.
From any table display panel, you can
issue BROWSE and VIEW commands as follows:
- The BROWSE (or BR) primary command and the BR line command open an ISPF BROWSE session. In a BROWSE session, you cannot edit the data.
- The VIEW (or VI) primary command and the VI line command open an ISPF VIEW session. In a VIEW session, you can edit the data in a data set by using ISPF commands.
For example, on the following table display panel, the Tables, Views, and Aliases (ADB21T) panel, suppose that you issue the BROWSE primary command:
The following output is generated in an ISPF BROWSE session. The first line is a header with column names from the Db2 catalog. To display the remaining columns, scroll to the right.
Tip: When you use BROWSE or VIEW, all columns
for that Db2 catalog table are displayed,
even those columns that are considered "not used" by Db2. [To determine which columns are "not used,"
see the documentation for the catalog table in Db2 catalog tables (Db2 13 for z/OS).] If you do
not want these columns displayed, use the I (Interpret) line command on the table panel instead of
the BROWSE or VIEW command.
Db2 Admin Tool can also display data in tables
that contain binary large objects (BLOBs), character large objects (CLOBs), double-byte character
large objects (DBCLOBs), and ROWID columns:
- For BLOBs, Db2 Admin Tool retrieves up to 128 bytes per column and displays the data in hexadecimal format.
- For CLOBs, Db2 Admin Tool retrieves up to 256 bytes per column and displays the data in character format.
- For DBCLOBs, Db2 Admin Tool retrieves up to 128 bytes per column and displays the data in hexadecimal format.
- ROWIDs are displayed in hexadecimal format.