Previous Topic: Format

Next Topic: Parameters


Options

CALL

The CALL statement without a suffix is executed after the SORT and after all COMPUTE and SELECT statements.

CALL(P)

The (P) suffix causes the CALL routine to execute before the SORT, and immediately before any COMPUTE(P) statements.

CALL(I)

The (I) suffix causes the CALL routine to execute immediately after reading the input record.