NULL


The NULL statement performs no function but can be useful in clarifying syntax and where the language requires a statement but the programmer does not wish to perform any actions.

 

COMMAND SYNTAX

NULL

 

SYNTAX ELEMENTS

None.

 

EXAMPLES

LOCATE A IN B SETTING C ELSE NULL


jBC