R61 – It is good programming practice to give an EXTERNAL variable an initial value(WMB)

It is good programming practice to give an EXTERNAL variable an initial value(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;