Repository objects
Repository objects store and manage the various types of records in the CICS® Configuration Manager repository. Additionally, it distinguishes between repository objects that represent stored records and those dynamically created by the server during specific commands.
The following types of repository object represent records stored in the CICS Configuration Manager repository: CICS configurations, change packages and their related records, and system options.
- AProfile (approval profile)
- CConfig (CICS configuration)
- ChgPkg (change package)
- CmdAssociation (associates a command with a change package)
- Exits (user exit points)
- KeyAssociation (associates a resource definition with a change package)
- PScheme (package-scheme)
- Scheme (migration scheme)
- SysOpts (system options)
- TFGroup (transformation group)
- TFRule (transformation rule set)
- ZFSFILE (identifies a zFS file or directory)
The following types of repository object do not represent records stored in the repository; instead, the server dynamically creates these objects when the server receives a List command that requests these objects.