Closed feckertson closed 5 years ago
var0 is flagged as unused in the following script
drop program sample_script go create program sample_script declare var0 = i4 with protect, noconstant(0) subroutine(sub0(null) = null) call echo(var0) end select into noforms from dual detail call sub0(null) with nocounter
var0 is flagged as unused in the following script