Start of change

Loading CICS IA data

When the data is collected, you need to load it to the database.

The Collector stores all the accumulated data in VSAM files, and you need to send these updates to your database in order to view the results. CICS® IA provides sample jobs for updating both dependency and affinity databases: for the dependency databases, use CIUUPDB and for the affinity databases, CIUAFFLD. Before running these jobs, however, review and edit them to make sure they comply with your custom CICS configuration. For detailed editing instructions, see Updating the Dependency and Affinity database objects.

Once the database is updated, you can view and analyze the data collection results with the CICS IA Explorer, a graphical user interface to CICS IA.

End of change