Previous Topic: Terminating the User Accounting Table

Next Topic: Creating a User Accounting Table


User Accounting Table Entries Examples

Example 1 - Found in CAIJRSAMP(CAIJV01A)

You do not need to create a User Accounting Table to run the VM Interface. The following dummy table, distributed as the default for the VM Interface, allows all records to pass unaltered.

CAIJV01 TYPE=INITIAL
CAIJV01 TYPE=FINAL

Example 2 - Found in CAIJRSAMP(CAIJV11A)

This is an example of a generated table that deletes all VM accounting records with a virtual machine ID of DOSVS. All records with an identification of OSVS1 will have the CPU ID and Accounting Fields modified.

CAIJV01 TYPE=INITIAL
CAIJV01 VMID=DOSVS,DISP=DELETE
CAIJV01 VMID=OSVS1,CPUID=X,USER='TEST SYSTEM'
CAIJV01 TYPE=FINAL

Example 3 - Found in CAIJRSAMP(CAIJV14A)

This generated table modifies the Accounting Field for all records with a virtual machine ID beginning with the two characters OS, and the first three characters A14 in the account field:

CAIJV01 TYPE=INITIAL
CAIJV01 VMID=OS*,VMAC=A14*,USER='SYSTEMS TEST'
CAIJV01 TYPE=FINAL