Update

Modifies a resource definition or a CICS® Configuration Manager repository object.

Request format

<CCV510>
  <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 
    </ProcessParms>
 
    <InputData>
      <object_type>  2 
        <ObjectData>
 
          Data for this object type
 
        </ObjectData>
      </object_type>
    </InputData>
  </Update>
</CCV510>
 1 
<IntegrityToken> is optional.
 2 
<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

<CCV510>
  <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>
</CCV510>
 1 
<ChangeTime> identifies the time that CICSPlex® SM, DFHEDAP, or a CICS SPI command (invoked by the CICS Configuration Manager server) updated the object.

Security key

API command (READ access authority):

Read syntax diagramSkip visual syntax diagram
>>-prefix.UPD.object_type.location_type.-+-location_name-+-----><
                                         '-NONE----------'   

Resource definitions (ALTER access authority)

Read syntax diagramSkip visual syntax diagram
>>-prefix.target_CICS_config.group.type.name-------------------><


Reference Reference

Feedback


Timestamp icon Last updated: Friday, 8 February 2013


http://pic.dhe.ibm.com/infocenter/cicsts/v5r1/topic//ccv-api-cmd-update.htm