The first step of the CMGRDLDC job converts the information in the UNLOAD data set from a DB2 load format into a CA Datacom/AD load format. This data set is created by the Data Mart unload utility.
The CMGRDLDC job then separates the data sets by target table as required by the CA Datacom/AD load process. The following statements define these data sets in the job:
Specifies the output data set where data converted to CA Datacom/AD load format is placed for the CA Datacom/AD Data Mart repository ADMACCT table.
Specifies the output data set where data that is converted to CA Datacom/AD load format is placed for the CA Datacom/AD Data Mart repository ADMMISC table.
Specifies the output data set where data that is converted to CA Datacom/AD load format is placed for the CA Datacom/AD Data Mart repository ADMPOL table.
Specifies the output data set where data that is converted to CA Datacom/AD load format is placed for the CA Datacom/AD Data Mart repository OBJACC table.
Specifies the output data set where data that is converted to CA Datacom/AD load format is placed for the CA Datacom/AD Data Mart repository SECCTRL table.
Specifies the output data set where data that is converted to CA Datacom/AD load format is placed for the CA Datacom/AD Data Mart repository SYSACC table.
Specifies the output data set where data that is converted to CA Datacom/AD load format is placed for the CA Datacom/AD Data Mart repository USSFILE table.
Specifies the output data set where data that is converted to CA Datacom/AD load format is placed for the CA Datacom/AD Data Mart repository USSUSER table.
These data sets can contain large amounts of event data. Because of this, data sets must be allocated with enough space to allow Conversion Utility processing to complete.
Follow these steps:
Total number of DB2 load table records x [(6,395 bytes) [OR] (max record length of a table record)] / 849,960 bytes = ______________ Total space (in cylinders)
Note: To more accurately determine the amount of space to allocate, use the maximum record lengths for each CA Datacom/AD load table that is listed in the following table.
|
CA Datacom/AD Load Data Set |
Maximum Record Length |
|---|---|
|
ADMACCOUNT DD |
4547 |
|
ADMMISC DD |
4529 |
|
ADMPOLICY DD |
4759 |
|
OBJACCESS DD |
6395 |
|
SECCONTROL DD |
4473 |
|
SYSACCESS DD |
416 |
|
USSFILE DD |
1730 |
|
USSUSER DD |
440 |
You have determined the total number of cylinders of space to allocate for each CA Datacom/AD load format data set.
|
Copyright © 2014 CA Technologies.
All rights reserved.
|
|