How to view current value of variable
CJ605783Dec 19 2007 — edited Dec 19 2007Is there a way to view the value of a variable, with what value did the job run?
For example I can only view the code which executed:
where (1=1)
And (COMMON_BET_FACT.FBT_SETTLED_DATE >= #GLOBAL.startdtseq
AND COMMON_BET_FACT.FBT_SETTLED_DATE <= #GLOBAL.enddtseq)
But this doesn't show me the values of the variables #GLOBAL.startdtseq & #GLOBAL.enddtseq in the Operator log
Where can I see the values with which the code got exxecuted?