Previous Topic

Next Topic

Book Contents

Book Index

CTVGICHK Example 2

The reports indexed by Index Path ACCOUNT/NAME for the recipients beginning with DEV and marked as loaded to the Global Index database are selected from ACTIVE and MIGRATED user files for checking. The number of loaded index values is compared with the total number of index values for each report. The output list contains only problematic reports.

//CTVGICHK EXEC CTVGICHK

//SYSIN  DD  *

MODE=EXTENDED

MIGRATE=YES

USER=(DEV*)

PATH=ACCOUNT/NAME

/*

The following report is generated by this example:

PATH=ACCOUNT/NAME

00000014 REPORTS WERE SELECTED

----------------------------------------------------------------------------------------------------

:  USER  :    REPORT NAME     :JOB NAME: ODATE  : USER RECORD ID :FILE:LOA-:LOADED : TOTAL :DIFFER.:

:  NAME  :                    :        :        :                :    :DED :VALUES :VALUES :       :

----------------------------------------------------------------------------------------------------

  DEV      RECORD LEVEL TEST3   ABCINGI3 08/06/07 C0B73F326D9CAEA6 ACT  YES        0     780     780*

  DEV      INDEX TEST BIG       ABCINDTB 26/05/07 C0A6B092A7C144A4 MIG  YES     9900   10000     100*

  DEV1     INDEX TEST           ABCINDT1 06/05/07 C08DDB6F561AB300 MIG  YES        0       6       6*

  DEV1     INDEX TEST           ABCINDT1 06/05/07 C08DDB6F561AB300 MIG  YES      100     120      20*

Parent Topic

Examples for CTVGICHK