Previous Topic: Changing VMO RecordsNext Topic: Deleting VMO Records


Listing VMO Records

Use the LIST subcommand under the CONTROL(VMO) setting to list the contents of a specified VMO record. The syntax for this LIST subcommand is:


      { *                 }
List  { recordname        }
      { LIKE(recordmask)  }
 
      [ SYSid(sysid)      ]
      [ MSYSid(sysidmask) ]

The LIST subcommand has the following parameters:

*

Specifies that you want to use the same recordname as the last record you processed since you established the CONTROL(VMO) setting. The asterisk does not work with multiple records or masking.

recordname

Specifies a one‑ to eight‑character ID of the VMO record listed.

LIKE(recordmask)

Specifies a mask for the VMO record IDs listed. You cannot abbreviate the LIKE parameter. This masking follows the same conventions as logonids.

SYSID(sysid)

Specifies the SYSID of the VMO listed. If you specify a question mark (?) as the SYSID value, CA ACF2 for VM uses the default value for the system. Any value you specify with the SYSID parameter can contain asterisks or a trailing dash. These characters are treated as part of the SYSID itself and not as an indication of masking. If you specify the SYSID parameter, you cannot specify the MSYSID parameter. SYS is an acceptable abbreviation for the parameter name SYSID.

MSYSID(sysidmask)

Specifies a mask to indicate the SYSIDs where the specified VMO record is listed. This SYSID mask must contain at least one asterisk or a trailing dash. VMO records listed with this parameter have the record ID, but different SYSIDs. MSYS is an acceptable abbreviation for the parameter name MSYSID.