The primary use of the
Null statement is to signal the end of data lines that follow a DATALINES
or CARDS statement. In this case, the Null statement functions as
a step boundary. When your data lines contain semicolons, use the
DATALINES4 or CARDS4 statement and a Null statement of four semicolons.
Although the Null statement
performs no action, it is an executable statement. Therefore, a label
can precede the Null statement, or you can use it in conditional processing.