WAIT UP TO

Short Reference

Syntax

WAIT UP TO sec SECONDS.

Effect

This statement interrupts program execution by as many seconds as are specified in sec. For sec, a data object of the type f is expected that must contain a positive number. After the specified time has passed, program execution is continued with the statement following WAIT.

Return values

This statement always sets sy-subrc to 0.

Notes

Exceptions

Non-Catchable Exceptions