STOP

The STOP statement is deprecated. Use ERROR instead (see ERROR).

When the statement STOP is encountered, Master Template execution stops and all text that has been produced so far is placed in the result document.

The following is the definition of the STOP statement.

STOP (return code) (* TEXT, optional, up to 7 characters *)

You can place a return code of type TEXT in the STOP statement. The first seven characters of the return code are available in a calling KCM Core Script in the _itpstop variable.

STOP ( "code 1")