It is good programming practice to give an EXTERNAL variable an initial value – blanks are allowed (WMB)
This can both aide in readability and also can affect performance, as per IBM Best Practices.
|
BROKER SCHEMA au.com.bct.demo
DECLARE some_useful_var EXTERNAL CHARACTER; |
