IBM
C9530-001 · Question #62
A solution developer wants to use constant variables in the message flows. The solution developer decides to use a user-defined property in the ESQL code because the values can change at deployment…
The correct answer is C. DECLARE variable EXTERNAL CHARACTER ' -InitialValueExpression-'. See the full explanation below for the reasoning.
Question
A solution developer wants to use constant variables in the message flows. The solution developer decides to use a user-defined property in the ESQL code because the values can change at deployment time. Which ESQL statement should the developer use to access a user-defined property in the ESQL?
Options
- ADECLARE variable CHARACTER ' -InitialValueExpression-'
- BDECLARE variable SHARED CHARACTER ' -InitialValueExpression-'
- CDECLARE variable EXTERNAL CHARACTER ' -InitialValueExpression-'
- DDECLARE variable CONSTANT CHARACTER ' -InitialValueExpression-'
How the community answered
(28 responses)- A11% (3)
- B7% (2)
- C79% (22)
- D4% (1)
Community Discussion
No community discussion yet for this question.