July 30, 2010, Friday, 210


CALLED ON NULL INPUT

From SQL PL Guide for DB2

Jump to: navigation, search

CALLED ON NULL INPUT option

The CALLED ON NULL INPUT option in the create statement means that the procedure will always be called independent the input parameters are null or not null. This option is the default and the only value which can be specified, but to specify it is optional.