2. System Overview › 2.2 CA MICS Naming Conventions › 2.2.6 INCLLIB Modules
2.2.6 INCLLIB Modules
The CA MICS INCLLIB library contains executable SAS code.
The code in an INCLLIB member is step execution control code
that %INCLUDEs a predetermined list of other SAS modules that
actually do the work of the step in the CA MICS job. This
library is used at execution time, when executing any CA MICS
process. SAS modifications to these libraries take effect
with the execution of the next job that uses the module.
Members in the CA MICS source library are named according
the following conventions.
#cccMACS - %INCLUDEs SAS macros necessary to perform
summarization for a component.
xxxxxxxx - %INCLUDEs general purpose CA MICS SAS logic.
The name of the member is usually an
abbreviation of the module's function. One
example is "CYCLEGEN", which includes all the
CA MICS modules necessary to execute the
database cycle building process.
DAYnnn
WEEKnnn
MONTHnnn
YEARnnn - %INCLUDEs the SAS members for the correspond-
ing step of a CA MICS operational job.
cccxxxxx - includes support logic for a specific CA MICS
component.
Legend:
ccc - a component identifier
fff - a file identifier
nnn - a job step step number
xxxxx to
xxxxxxxx - a label which describes the function of the
module.