TFRule (transformation rule set)

Purpose

Contains transformation rules.

Object criteria

<ObjName> transformation_rule_set </ObjName>

Object data

Input data List default output Elements
Yes Yes
<Name> transformation_rule_set </Name>
  Yes
<ChangeTime> time_stamp </ChangeTime>
  Yes
<UserID> user_ID </UserID>
Yes Yes
<Description> description </Description>
Yes  
<TFRSet>  1 
  <TFRCount> element_count </TFRCount>
  <TFRElement>
    <Qualification>  2 
      <Description> description </Description>
      <ProcOpt> CONTINUE | LOCKFIELD | LOCKRECORD | STOP </ProcOpt>  3 
      <Scheme> migration_scheme </Scheme>
      <S_CConfig> source_CICS_configuration </S_CConfig>
      <T_CConfig> target_CICS_configuration </T_CConfig>
      <CICSGroup> resource_group </CICSGroup>
      <CICSObjType> resource_type </CICSObjType>
      <CICSObjName> resource_name </CICSObjName>
      <QField> check_field_name </QField>
      <Operator> EQ | GE | GT | LE | LT | NE </Operator>
      <QValue> field_value </QValue>
    </Qualification>
    <Transform>  4 
      <FField> transform_field_name </FField>
      <FValue> from_mask </FValue>
      <TValue> to_mask </TValue>
    <Transform>
  </TFRElement>
 
  More repeating group elements…
 
</RGroup>
 1 
The <TFRSet> ("transformation rule set") element is a container for a set of <TFRElement> elements. Each <TFRElement> identifies a transformation rule. The number of <TFRElement> elements must match the element_count specified by <TFRCount>.
 2 
The <Qualification> element defines the qualification criteria that limit the resource definitions to which the rule applies.
 3 
The <ProcOpt> ("processing option") element specifies what to do when a field matches the qualification criteria, the field name, and the "from" mask:
CONTINUE
Transform and continue
LOCKFIELD
Transform and lock field
LOCKRECORD
Transform and lock record (resource definition)
STOP
Do not migrate this resource definition
 4 
The <Transform> element identifies the field to transform, and the mask strings that define the transformation.

Reference Reference

Feedback


Timestamp icon Last updated: Friday, 8 February 2013


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