nerdexam
SAP

C_HANAIMP_12 · Question #42

Global session variables can be used in SQLScript to share a scalar value between procedures and functions that are running in the same session. The value of a global session variable is not visible…

The correct answer is A. SET <key>= <value>. See the full explanation below for the reasoning.

Question

Global session variables can be used in SQLScript to share a scalar value between procedures and functions that are running in the same session. The value of a global session variable is not visible from another session. Please choose the correct answer. Response:

Options

  • ASET <key>= <value>;
  • BSET <value>= <key>;
  • CSET <key>= <global>;
  • DSET <global>= <key>;

How the community answered

(47 responses)
  • A
    85% (40)
  • B
    9% (4)
  • C
    2% (1)
  • D
    4% (2)

Community Discussion

No community discussion yet for this question.

Full C_HANAIMP_12 Practice