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)- A85% (40)
- B9% (4)
- C2% (1)
- D4% (2)
Community Discussion
No community discussion yet for this question.