Reloads in-memory copies of resource definitions associated with a CICS® program definition. This does not affect the stored resource definition referred to by the CICS configuration.
Change packages:
This format is identified by the presence of the <SelectionCriteria> element.
<CCV210>
<Newcopy>
<SelectionCriteria>
<CPID> change_package_ID </CPID>
<Scheme> migration_scheme </Scheme>
</SelectionCriteria>
<ProcessParms>
<PhaseIn> No | Yes </PhaseIn> 1
<CPSMParms>
<TargetScope> target_scope </TargetScope> 2
</CPSMParms>
</ProcessParms>
</Newcopy>
</CCV210>
Ad hoc:
This format is identified by the absence of the <SelectionCriteria> element.
<CCV210>
<Newcopy>
<LocationCriteria>
<LocationName> CICS_configuration </LocationName>
<LocationType> CConfig </LocationType>
</LocationCriteria>
<ObjectCriteria> 1
<ListCount> element_count </ListCount>
<ListElement>
<ObjectData>
<ObjName> resource_name </ObjName>
<ObjGroup> resource_group </ObjGroup>
<ObjType> MAPDEF | PROGDEF | PRTNDEF </ObjType>
</ObjectData>
</ListElement>
More list elements…
</ObjectCriteria>
<ProcessParms>
<PhaseIn> No | Yes </PhaseIn> 2
<CSDParms> 3
<ConnectionCount> All | element_count | Local </ConnectionCount>
<ConnectionElement>
<ConnectionName> remote_system_connection </ConnectionName>
</ConnectionElement>
More connection elements…
</CSDParms>
<CPSMParms>
<TargetScope> target_scope </TargetScope> 4
</CPSMParms>
</ProcessParms>
</Newcopy>
</CCV210>
or
For example, to identify all program resource definitions beginning with the characters PAY, from all groups beginning with the characters FIN, specify:
<ObjectCriteria>
<ObjName>PAY*</ObjName>
<ObjGroup>FIN*</ObjGroup>
<ObjType>PROGDEF</ObjType>
</ObjectCriteria>
Change packages:
<CCV210>
<Newcopy>
<OutputData>
<ReturnCode> return_code </ReturnCode>
<ReasonCode> reason_code </ReasonCode>
<TaskNo> CICS_task_number </TaskNo>
<ListCount> element_count </ListCount>
<ListElement>
<ReturnCode> return_code </ReturnCode>
<ReasonCode> reason_code </ReasonCode>
<ObjName> resource_name </ObjName>
<ObjType> MAPDEF | PROGDEF | PRTNDEF </ObjType>
<ObjGroup> resource_group </ObjGroup>
<Config> CICS_configuration </Config>
<LocationName> CSD_DSN | context </LocationName>
<CSDInfo> 1
<ConnectionCount> element_count </ConnectionCount>
<ConnectionElement>
<ConnectionName> remote_system_connection </ConnectionName>
<ReturnCode> return_code </ReturnCode>
<ReasonCode> reason_code </ReasonCode>
</ConnectionElement>
More connection elements…
</CSDInfo>
<CPSMInfo> 1
<ReturnCode> return_code </ReturnCode>
<ReasonCode> reason_code </ReasonCode>
</CPSMnfo>
</ListElement>
More list elements…
</OutputData>
</Newcopy>
</CCV210>
Ad hoc:
<CCV210>
<Newcopy>
<OutputData>
<ReturnCode> return_code </ReturnCode>
<ReasonCode> reason_code </ReasonCode>
<TaskNo> CICS_task_number </TaskNo>
<ListCount> element_count </ListCount>
<ListElement>
<ReturnCode> return_code </ReturnCode>
<ReasonCode> reason_code </ReasonCode>
<ObjName> resource_name </ObjName>
<ObjType> MAPDEF | PROGDEF | PRTNDEF </ObjType>
<ObjGroup> resource_group </ObjGroup>
<Config> CICS_configuration </Config>
<LocationName> CSD_DSN | context </LocationName>
<CSDInfo> 1
<ConnectionCount> element_count </ConnectionCount>
<ConnectionElement>
<ConnectionName> remote_system_connection </ConnectionName>
<ReturnCode> return_code </ReturnCode>
<ReasonCode> reason_code </ReasonCode>
</ConnectionElement>
More connection elements…
</CSDInfo>
<CPSMInfo> 1
<ReturnCode> return_code </ReturnCode>
<ReasonCode> reason_code </ReasonCode>
</CPSMnfo>
</ListElement>
More list elements…
</OutputData>
</Newcopy>
</CCV210>