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.
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)
;
COUNT(600,700)
;
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) }
;
{ COUNT(from, to) }
;
Related topic
Tip: For faster searching, add an asterisk to the end of your partial query. Example: cert*