
WAIT_ON_DYNPRO
WAIT_ON_DYNPRO ( <parameter> ).
This command is obsolete. It exists only for migration from CATT.
The command causes a waiting time between the screens of a transaction that has been recorded with TCD. The waiting time remains in effect in the script until the next occurrence of WAIT_ON_DYNPRO. During the waiting time, the current work process is released.
The position of WAIT_ON_DYNPRO in the test script must be before the TCD commands that it is to affect.
The parameter must be numeric, with a value of up to 9999. It is a multiplication factor in the following equation:
Waiting time (seconds) = <parameter> * (Sum of fields + Sum of entered characters) / 10