Update
Modifies a resource definition or a CICS® Configuration Manager repository object.
Request format
<CCV530>
<Update>
<LocationCriteria>
<LocationName> location_name </LocationName>
<LocationType> CConfig | Context | CSD | Repository </LocationType>
</LocationCriteria>
<ObjectCriteria>
<ObjType> object_type </ObjType>
Criteria for this object type
</ObjectCriteria>
<ProcessParms>
<IntegrityToken> integrity_token </IntegrityToken> 1
<CSYSDEFModel> model_name </CSYSDEFModel> 2
</ProcessParms>
<InputData>
<object_type> 3
<ObjectData>
Data for this object type
</ObjectData>
</object_type>
</InputData>
</Update>
</CCV530>
- 1
- <IntegrityToken> is optional.
- 2
- <CSYSDEFModel> applies only to CSYSDEF objects and is optional.
- 3
- <object_type> and its end tag are optional. Specifying this "wrapper"element allows you to use the supplied schema to validate the contents of the <ObjectData> element for that object type. For details, see Using the supplied schema to write API commands.
Response format
<CCV530>
<Update>
<OutputData>
<ReturnCode> return_code </ReturnCode>
<ReasonCode> reason_code </ReasonCode>
<TaskNo> CICS_task_number </TaskNo>
<ChangeTime> time_stamp </ChangeTime> 1
<IntegrityToken> integrity_token </IntegrityToken>
</OutputData>
</Update>
</CCV530>
- 1
- <ChangeTime> identifies the time that CICSPlex® SM, DFHEDAP, or a CICS SPI command (invoked by the CICS Configuration Manager server) updated the object.