Printing repository data


At the request of Product Support, you can use the RUVZSM0 utility to print the data in the repository in hexadecimal format.

Error
Warning

Execution of the PRINT REPOSITORY command during a time when the repository is being updated by other processes can produce unpredictable results.

Using the PRINT REPOSITORY command

Use the PRINT REPOSITORY command, as shown in the following example, to print selected records from the repository:

PRINT REPOSITORY
    COUNT(600,700)
    ;


Warning

Note

If you are executing the PRINT REPOSITORY command at the request of Product Support, you should execute the SET REPORT(SUMMARY) command first unless otherwise instructed. Summary level reports display repository keys. Detail and full level reports display the complete repository record.

Using the COUNT keyword

Use the optional COUNT keyword on the PRINT REPOSITORY command to select the range of records to print. Set the value to the relative record number of the first record to print (the from value) and to the relative record number of the last record to print (the to value).

Coding PRINT REPOSITORY statements

To code a PRINT REPOSITORY statement, use the following syntax:

PRINT REPOSITORY
    { COUNT(from, to) }
    ;


 

Tip: For faster searching, add an asterisk to the end of your partial query. Example: cert*

BMC AMI Recovery for VSAM master