Previous Topic: 4.1.6.1 Defining Cost Center Validation Tables

Next Topic: 4.1.7 Entering Cost Center Names and Addresses

4.1.6.2 Printing Cost Center Validation Tables


The Cost Center Validation Tables can be printed in two ways:
by the ACTXCCC generation job, and the ACTCCCPT report job.
The ACTXCCC generation job is run when the validation tables
are defined, either through the panels or through a batch
load utility.  The ACTCCCPT job simply reports on the
contents of the Cost Center Validation Tables.  Both the
ACTXCCC and the ACTCCCPT jobs can be found in
sharedprefix.MICS.CNTL.

By default, the ACTCCCPT job prints the contents of all
defined Cost Center Validation Tables.  However, you can use
the CCLVL SYSPARM parameter to restrict the report to a
single validation table.  For more details, see the following
checklist.



STEPS TO PRINT THE COST CENTER VALIDATION TABLES

Note that the ACTCCCPT job does not report on the Cost Center
Validation Tables directly from ISPTLIB.  It reports instead
on the SAS formats created from the validation tables by the
ACTXCCC generation job.

 __  1. Edit sharedprefix.MICS.CNTL member ACTCCCPT.

 __  2. If you want to restrict the report to one Cost Center
        validation Table, include CCLVL=n in the SYSPARM
        value defined on the EXEC statement, where n is the
        number of the cost center whose validation table you
        want to print.

        For example, to restrict the report to the validation
        table for cost center 1, change the EXEC statement
        from:

        //ACTCCCPT  EXEC MICSCOM,SYSPARM='NODB'

        to:

        //ACTCCCPT  EXEC MICSCOM,SYSPARM='NODB,CCLVL=1'

 __  3. Submit the ACTCCCPT job.