Definitions for "Null statement"
(1) In the C language, a statement that consists solely of a semicolon. (2) In the C++ language, an expression statement with the expression missing.
A statement that contains only the delimiter symbol, but no characters.
a JCL statement that marks the end of a job
A program step that performs no operation but to hold space and fulfill syntactical requirements of the programming language. Also known as a NO-OP for no-operation performed.