Allowing multiple associations

In some environments, you want to capture the fact that one fix in the software resolved multiple problems that are recorded against the component. In the configuration file, set the CQCC_MULTIPLE_ASSOCS configuration parameter to TRUE to allow more than one change request record to be associated with an element that is being changed. For example:

&SetConfigParm("CQCC_MULTIPLE_ASSOCS", "TRUE");

If CQCC_MULTIPLE_ASSOCS is FALSE, then only one association is allowed for each version.