%NULL

Purpose

Placeholder statement.

Syntax

%[label:]... ;

Parameters

Description

The %NULL statement does nothing and does not modify sequential statement execution. It can be used to provide transfer targets for %GOTO statements. It is also useful for balancing ELSE clauses in nested %IF statements.