Previous Topic: Defining a User Accounting Table Cost Center

Next Topic: Invoking the User Accounting Table


Terminating a User Accounting Table

The assembly of the User Accounting Table is terminated when the assembler encounters the TYPE=FINAL. You must code one, and only one, TYPE=FINAL. This statement must be the last assembler statement in the assembler input. The TYPE=FINAL causes assembler statements necessary for proper table length calculations to be generated. It also generates the assembler END statement.

                         Macro      Operand

                         CAIDC01    TYPE=FINAL

TYPE=FINAL

specifies the end of the User Accounting Table. This statement is required. You must code only one TYPE=FINAL immediately before the assembler END statement.