C8060-350 試験問題を無料オンラインアクセス
| 試験コード: | C8060-350 |
| 試験名称: | IBM WebSphere Transformation Extender V8.4, Application Development |
| 認定資格: | IBM |
| 無料問題数: | 63 |
| 更新日: | 2026-07-20 |
Which product is used to develop and test WebSphere Transformation Extender maps and type trees?
The structure of the following file has been partially defined in a type tree:
~Smith~Robert~Programmer<NL>
~Doe~John~Manager<NL>
The properties of the types have not been completely defined.
Which of the following options defines the properties for the use of the tilde (~) character in the sample file?
The following map rule returns the incorrect results; however, the map rule does return the expected results when each LOOKUP is run independently.
=IF(PRESENT(Name:.:AddressFile), LOOKUP(Record:input,Field1 Field:Record:input="aa"), LOOKUP(Record:input,Field1 Field:Record:input="cc"))
Why does the rule return the INCORRECT results?