The VMRSDA utility has the following syntax:

VMRSDA [ ( "Options"
Options:
[NOOVP]
[PACKONLY VOLUME volser]
[PAGESIZE nn]
[PRINT]
[TEST]
[UPCASE]
[VOLUME volser]
  • NOOVP
    Suppresses overprinting used to highlight information in the reports. Use this option if your printer does not support overprinting.
  • PACKONLY VOLUME volser
    Produces only Report 5, Volume Allocation Summary. The volser parameter specifies the volume on which you want to report.
  • PAGESIZE nn
    Specifies the number of lines per page for VMRSDA reports. If you intend to use a 3800 printer, use 53 for this parameter.
    Default: 55
  • PRINT
    Routes the VMRSDA reports to your virtual printer instead of creating the VMRSDA LISTING file.
  • TEST
    Verifies that the requirements for running VMRSDA have been satisfied. When you use the TEST option VMRSDA does not produce any output other than the VMRSDA YYMMDD console file.
  • UPCASE
    Translates the VMRSDA reports into uppercase characters. The default is mixed case. Use this option if you have a printer that does not support mixed case.
  • VOLUME volser
    Creates the VMRSDA reports only for the specified volume.

Examples

  • To create the default reports, enter:

    VMRSDA
    
  • To suppress overprinting, enter:

    VMRSDA ( NOOVP
    
  • To send the reports directly to your virtual printer, enter:

    VMRSDA ( PRINT
    
  • To create a mapping of volume VMPK01, enter:

    VMRSDA ( VOLUME VMPK01