Define a single-instance user-defined VP class

To define a single-instance user-defined VP, specify a value of one for the num option of the VPCLASS configuration parameter.

The following code fragment creates a yielding single-instance user-defined VP class, single_vp.
VPCLASS single_vp, num=1                # Single-instance VP class 

At run time you can determine whether the VP on which a UDR is running is part of a single-instance user-defined VP class with the mi_vpinfo_vpid() and mi_class_numvp() functions. For more information, see Obtain VP-environment information.