Previous Topic: Making Volumes Eligible for ManagementNext Topic: Resetting All Statistics


Producing Offline Reports for Managed Private Libraries

Offline reports provide detailed information on the directory search activity for a particular private library. Detailed information on offline reports is given in the chapter "Producing Offline Reports for Managed Private Libraries."

Format

To produce an offline report, issue the following command:

F PMO {,PRVTRPT=data set name} [,VOL=volser] [,AM|,NM] [,SA|,SN]
      {,PRVTRPT=ALL}

This command has the following operands:

PMO

The CA PMO keyword.

PRVTRPT

You specify this operand as follows:

PRVTRPT=data set name

Tells CA PMO to produce a report for the specified data set. If this data set has a hash table, the report lists the members with entries in the hash table.

PRVTRPT=ALL

Tells CA PMO to produce a separate report for each managed library.

VOL=volser

The volser variable represents the name of the volume that contains the specified library. If you specify PRVTRPT=ALL, CA PMO produces a report for every library on this volume.

AM

Prints all members of the hash table. Otherwise, it prints only those members that have been active.

NM

Prints no members of the hash table. Only the first section of the report is produced.

SA

Sorts hash table members alphabetically by name.

SN

Sorts hash table members in descending order by number of searches. This is the default.

Example

F PMO,PRVTRPT=ALL,AM,SA
Messages

When the offline report has been created, CA PMO responds:

PMO370I REPORT REQUESTED FOR MANAGED PRIVATE LIBRARY COMPLETE.
DSN=data set name

If CA PMO does not manage the specified library, it responds:

PMO380I OFFLINE REPORT UNAVAILABLE FOR DSN=data set name

If you receive any other messages, see the CA PMO Message Guide.