Informatica变量VARIABLES研究.docVIP

  1. 1、原创力文档(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。。
  2. 2、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载
  3. 3、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
  4. 4、该文档为VIP文档,如果想要下载,成为VIP会员后,下载免费。
  5. 5、成为VIP后,下载本文档将扣除1次下载权益。下载后,不支持退款、换文档。如有疑问请联系我们
  6. 6、成为VIP后,您将拥有八大权益,权益包括:VIP文档下载权益、阅读免打扰、文档格式转换、高级专利检索、专属身份标志、高级客服、多端互通、版权登记。
  7. 7、VIP文档为合作方或网友上传,每下载1次, 网站将根据用户上传文档的质量评分、类型等,对文档贡献者给予高额补贴、流量扶持。如果你也想贡献VIP文档。上传文档
查看更多
Informatica变量VARIABLES研究

变量VARIABLES 特性: 在每次SESSION中可以改变,在SESSION成功后 Integration Service 保存变量的一个新值,并且下次再运行SESSION时你可以使用这个变量值。 如果你定义一个变量叫$$State 你在Source Qualifier里面使用 你用STATE = $$State 如果变量值为ONUSE 那么解释为 STATE = ONUSE 在其余的中间组件里面 你用STATE = $$State 如果变量值为ONUSE 那么解释为 STATE = $$State Integration Service保存2个值为每个mapping variable当SESSION运行中: Start value of a mapping variable Current value of a mapping variable Variable Functions Variable Function Valid Aggregation Types Valid Datatype SetVariable Max or Min All transformation datatypes except binary datatype. SetMaxVariable Max only All transformation datatypes except binary datatype. SetMinVariable Min only All transformation datatypes except binary datatype. SetCountVariable Count only Integer and small integer datatypes only. SetMaxVariable. Sets the variable to the maximum value of a group of values. It ignores rows marked for update, delete, or reject. SetMinVariable. Sets the variable to the minimum value of a group of values. It ignores rows marked for update, delete, or reject. SetCountVariable. Increments the variable value by one. In other words, it adds one to the variable value when a row is marked for insertion, and subtracts one when the row is marked for deletion. It ignores rows marked for update or reject. SetVariable. Sets the variable to the configured value. At the end of a session, it compares the final current value of the variable to the start value of the variable. Based on the aggregate type of the variable, it saves a final value to the repository. Cannot use variable functions in the Rank or Aggregator transformation。 Mapping parameter and variable values in mapplets must be preceded by the mapplet name in the parameter file, as follows: mappletname.parameter=value mappletname.variable=value 下面情况发生事不保存变量的修改值: SESSION失败/SESSION被设置为测试LOAD/是DEBUG SESSION/处于DEBUG模式下并且被设置为抛弃SESSION的输出。 实验: 1。建立一个变量Count 设置如下:integer型,Count类 2.在MAPPING中的F(X)组件中使用它: 用固有的函数对变量的值进行控制。 如果其它输出端口想使用该变量的当前值,可以变

文档评论(0)

shenlan118 + 关注
实名认证
文档贡献者

该用户很懒,什么也没介绍

1亿VIP精品文档

相关文档