Previous Topic: 2.2.4 PROTOLIB Modules

Next Topic: 2.2.6 INCLLIB Modules

2.2.5 Generated Jobs


The CA MICS CNTL library contains JCL for the CA MICS batch
jobs.  Most of the members in this library are generated, and
should not be modified directly.  Rather, the corresponding
PROTOLIB member should be modified, and then the JCL should
be generated from the PROTOLIB member.

Members in the CA MICS CNTL library are generally named
according to the following conventions.

    xxxxxxxx - contains CA MICS installation jobs,
               operational jobs, and support function jobs.
               The name of the member is an abbreviation of
               the function of the job.  One example is the
               CA MICS database backup utility, which is
               named BACKUP.

    ttcccsss - contains component-related CA MICS operational
               jobs.  These modules are named according to
               the job in which they are used, where the 'tt'
               part of the name takes the values:

               DY - module is used in the DAILY job
               WK - module is used in the WEEKLY job
               MN - module is used in the MONTHLY job
               YR - module is used in the YEARLY job

    INCRccc  - contains component related jobs for
               incremental update processing.

    cccPGEN  - is the naming convention used for the
               parameter generation jobs

    JCLGENx  - is the naming convention used for the JCL
               generation jobs.

    cccCHECK - is the naming convention used for the
               component check-out jobs.

    cccxxxxx - contains other component related jobs.


Legend:
   ccc      - a component identifier
   x        - a valid character
   xxxxxxxx - some label describing the function of the
              module.