RW50.1 - Compute Statement
Use RW50.1 (Compute Statement) to define compute statements. A compute
statement is any combination of data dictionary names, total names, operation
symbols, or numeric values to construct your own calculation formulas.
You can use compute statements in Report Writer, Allocation, and Budgeting.
Run RW250 (Compute Listing) to list all compute statements.
The following is an example of a compute statement to calculate the average of
two current period budgets.
(CPBUD(90) + CPBUD(95)) / 2
CP represents current period
BUD is the data dictionary name for budget
90 and 95 are the budgets
+ represents add
/ represents divide
Updated Files
CKPOINT - Used for restart capability.
CMPUTE - Used to store compute statements maintained by this program.
Referenced Files
CUCODES - Used to validate currency codes.
GLCODES - Used to validate folder names.
RATOTALS - Used to validate ratio total names.
RWDICT - Used to validate dictionary items.
RWUSER - Used to validate authorized users.
INVOKED Programs
ACAC
ACCL
IFCU
IFSG
|