Hi All, I am using the shell interpreter and noticed that although I can see the scope is global and shared in the configuration, any shell variable set in one para is not visible in another.
e.g. para1 -- export x=1 #also tried x =1, without export echo $x #prints 1 para2 -- echo $x #prints nothing What am I doing wrong? Cheers, Mohit.