nerdexam
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)
  • A
    11% (3)
  • B
    7% (2)
  • C
    79% (22)
  • D
    4% (1)

Community Discussion

No community discussion yet for this question.

Full C9530-001 Practice