Imports resource definitions from an export file received from another CICS® Configuration Manager system. Optionally, if the export file contains change package details, also registers change packages in the importing CICS Configuration Manager repository.
<CCV510>
<Import>
<LocationCriteria>
<LocationType> CConfig </LocationType>
<LocationName> location_name </LocationName> 1
</LocationCriteria>
<SelectionCriteria> 2
<CPID> change_package_ID </CPID>
<EventID> event_ID </EventID> 3
</SelectionCriteria>
<ObjectCriteria> 2
<ObjName> resource_name </ObjName>
<ObjType> resource_type </ObjType>
<ObjGroup> resource_group </ObjGroup>
</ObjectCriteria>
<InputData>
<TargetLocationType> CConfig | Context | CSD </TargetLocationType>
<TargetLocationName> location_name </TargetLocationName>
</InputData>
<ProcessParms>
<RegisterCPID> No | Yes </RegisterCPID>
<PurgeImportedRecords> No | Yes </PurgeImportedRecords>
</ProcessParms>
</Import>
</CCV510>
or
<CCV510>
<Import>
<OutputData>
<ReturnCode> return_code </ReturnCode>
<ReasonCode> reason_code </ReasonCode>
<TaskNo> CICS_task_number </TaskNo>
</OutputData>
</Import>
</CCV510>
API command (READ access authority):
Resource definitions (ALTER access authority):
In this security key, the CICS configuration parameter refers to the target CICS configuration where the resource definition is to be imported (copied) to, not the source CICS configuration (that refers to the export file) where the resource definition is to be imported from.