The following commands have been executed. $ SYM=”This is a local symbol” $ SYM==”This is a
global symbol” .What will the output of the following command be? $ SHOW SYMBOL SYM

A.
SYM = “This is a local symbol”
B.
SYM == “This is a global symbol”
C.
SYM = “This is a local symbol” SYM == “This is a global symbol”
D.
%DCL-W-ABSYMB, ambiguous symbol- supply more characters \SYM\