Information
Limited support BMC provides limited support for this version of the product. As a result, BMC no longer accepts comments in this space. If you encounter problems with the product version or the space, contact BMC Support.BMC recommends upgrading to the latest version of the product. To see documentation for that version, see BMC AMI Storage Reporting 8.1.

Mass changes


You can make changes to multiple applications by using the mass change function of the BUDGET command.

Error
Warning

Use this function with extreme care to avoid making unintentional changes.

Before making mass changes, you may want to test the command syntax against a copy of the active database.

As with the LIST parameter, you can select applications by comparing a field to a value or a field to another field. To compare a field to a value, use the following format:

BUDGET  (<field1>,<operator>,<value>)
CHANGE FROM(<from-acct-cd>)
 NAME(<user-info>)
 USERF1(<user-info>)
 USERF2(<user-info>)
 USERF3(<user-info>)
 MAXPERM(<numeric>)
 MAXTEMP(<numeric>) | NOTEMP | PTEMP | TTEMP
 MAXVSAM(<numeric>) | NOVSAM | PVSAM | TVSAM
 NOHSM | PHSM | THSM
 WARN(<n> < 100)
 RESET
 MONITOR | WARNING | REJECT | DEFAULT
 KILOBYTE | MEGABYTE | GIGABYTE | TERABYTE | PETABYTE | EXABYTE
 K1000 | K1024
        K1000 | K1024
Warning

Example

To change the maximum space a permanent data set can allocate for every budget application that contains a user field2 of ACCTING, type the following command:

BUDGET (USERF2,EQ,'ACCTING') CHANGE MAXPERM(2000)

To compare a field to another field, use the following format:

BUDGET  (<field1>,<operator>,<field2>)
 CHANGE FROM(<from-acct-cd>)
 NAME(<user-info>)
 USERF1(<user-info>)
 USERF2(<user-info>)
 USERF3(<user-info>)
 MAXPERM(<numeric>)
 MAXTEMP(<numeric>) | NOTEMP | PTEMP | TTEMP
 MAXVSAM(<numeric>) | NOVSAM | PVSAM | TVSAM
 NOHSM | PHSM | THSM
 WARN(<n> < 100)
 RESET
 MONITOR | WARNING | REJECT | DEFAULT
 KILOBYTE | MEGABYTE | GIGABYTE | TERABYTE | PETABYTE | EXABYTE
 K1000 | K1024
        K1000 | K1024

To set the warning percentage to 70 percent in all applications where userfield2 matches user field3

BUDGET (USRF2,EQ,USRF3) CHANGE WARN(70)
Warning

Note

Several special functions of the BUDGET command allow authorized users to change current allocation amounts or high-water marks. For more information, see Field-table-for-the-BUDGET-command.



 

Tip: For faster searching, add an asterisk to the end of your partial query. Example: cert*

MainView SRM Reporting 8.0