Previous Topic

Next Topic

Book Contents

Book Index

Defining Views

Media Database information is displayed on an OS/390 or z/OS console in a format called a "view," using one of three display commands. For more information on the display commands, see the Control‑M/Tape User Guide. The types of views displayed are similar to the display types available through the Inquiry and Update facility. The view definitions reside in member VIEWSDEF in the Control‑M/Tape PARM library.

There is a default view for each of the three Media Database display commands. For more information, see Setting Default Views. The INCONTROL administrator can modify these default views, as well as define and modify optional views. A default view member is provided upon installation of Control‑M/Tape.

The syntax for view definition is as follows:

viewtype fieldname, fieldname, …, NAME=viewname

where

Examples of defining views:

VOLVIEW VOLSER,VOLFLAGS,VAULTS,NAME=V

VOLVIEW VOLSER,VOLSTAT,NAME=S

VOLVIEW VOLSEQ,NEXTVOL,FIRSTVOL,PREVVOL,NAME=G

DSVIEW  DSNAME,DSVOLSER,VOLSNUM,NAME=D

The views are loaded when Control‑M/Tape is initialized.

Parent Topic

Displaying Media Database Information on an OS/390 or z/OS Console