| New flexibility in charges |
| Image - users can be charge for running a specific program. Charge rates for programs can be different for prime/nonprime and interactive/batch. |
| Monthly fixed charge - a new field in the client.dat file can contain a dollar amount that will be added to the users charges each month. |
| User defined fixed charges - a new dcl level utility has been added that allows you to enter your own charges into RAs accounting data. For example, the utility can be added to DCL menus to add a charge when specific menu items are executed. It is also possible for a privileged user to add fixed charges for any account. |
| Adding the images to the RA image charge rate file |
| Installing the images with the /accounting flag |
| the image file (complete path), in our case SYS$SYSTEM:DIFF.EXE |
| the image (name portion only), in our case DIFF |
| who should be charged, charges can be defined for specific usernames, accounts or groups; wildcards can be used |
| what the charge rate should be, up to four different rates can be entered: prime-interactive, prime-batch, nonprime-interactive and nonprime-batch |
To add this entry:
after hitting the <return> key the screen will show all the current entries. | Determine the exact image name: |
| Define a symbol for install that will start the utility in command mode and then run install |
| $ install |
| INSTALL> |
| Check to see if the image is already installed by listing it |
| If the image is found issue the REPLACE command to add the account flag. If it is not found use ADD instead of REPLACE. |
| INSTALL> replace sys$system:diff.exe /open /head /account |
| List the image again to verify that the account flag has been properly set and then exit back to the DCL level. |
| [/USERNAME=USERNAME] - user charge is for |