IBM
A2060-218 · Question #30
A customer properties file called test.properties has the following entries: ABCD = 1234 test = ABCD What is the correct way to get the value of the ABCD property into process data VAR1?
The correct answer is D. <assign to="VAR1" from="sci-get-property('test', 'ABCD')"></assign>. See the full explanation below for the reasoning.
Question
A customer properties file called test.properties has the following entries:
ABCD = 1234 test = ABCD What is the correct way to get the value of the ABCD property into process data VAR1?
Options
- A<assign to="VAR1" from="sci-get-property('1234', 'test')"></assign>
- B<assign to="VAR1" from="sci-get-property('test', '1234')"></assign>
- C<assign to="VAR1" from="sci-get-property('ABCD, 'test')"></assign>
- D<assign to="VAR1" from="sci-get-property('test', 'ABCD')"></assign>
How the community answered
(26 responses)- A15% (4)
- B4% (1)
- C8% (2)
- D73% (19)
Community Discussion
No community discussion yet for this question.